Quote:
Originally Posted by kylek
Could be your image name, shouldn't they be image_1newavatar.jpg, image_2newavatar.jpg, etc?
|
That did not seem to make a difference
--------------- Added [DATE]1301629440[/DATE] at [TIME]1301629440[/TIME] ---------------
Issue was it needs to read:
Code:
$newavatar = rand(1,32);
$this->post['avatarurl'] = "/forums/customavatars/rice/image_$newavatar.jpg";
Image has to be "image_#.jpg"