Lex
New member
Like you know my avatar can change hairecuts by refreshing but i found it somewhere on the internet and i want to put it on my own webspace so i'm sure i won't lose it if the site goes down, i downloaded all the pictures and wrote a simple php script, it works if i follow the link but if i change it to my avatar it shows me a red cross .
Can anybody help me?
The original link is http://www.ookonline.com/images/random/ook....php?avatar.gif
Here is my code:
Here is the link to my webspace : http://lexavatar.clawz.com
Can anybody help me?
The original link is http://www.ookonline.com/images/random/ook....php?avatar.gif
Here is my code:
PHP:
<?php
$dir_path = "http://lexavatar.clawz.com";
$file_path = "/avatars/";
$ext = ".gif";
$rand = rand(1,64);
print "<img src=".$dir_path.$file_path.$prefix.$rand.$ext.">";
?>
Here is the link to my webspace : http://lexavatar.clawz.com