ok i have a php script to resize the image
apparently it needs the hash so not to be hacked to pieces
if i turn off the hash function in config and still leave the hash in html it works....if i turn on the hash function, then it returns a error image, as if the hash is NON-existant
http://myScript.php?src=http://www.mybb.com/assets/images/mascot.png&hash=6c142d32eddc6c8a8e1b480706977795
apparently it needs the hash so not to be hacked to pieces
if i turn off the hash function in config and still leave the hash in html it works....if i turn on the hash function, then it returns a error image, as if the hash is NON-existant