Hello, i recently discovered how to do a sig rotator script..
Before you start, you need to have web hosting, with PHP compatibility, as all you need is one .php file, and a folder.
ok lets start.
Step 1. Make a folder on your webserver, you should name it to "siggy.gif" or an image's general name and extension.
Step 2 Make a new file, index.php, place it in the siggy.gif folder. (Or what ever you changed it to)
Step 3 Place this code in the sig:
Code:
<?PHP
srand((double)microtime()*1000000);
$random = rand(1,4);
if($random == 1)
{
readfile("IMAGE LINK HERE");
}
else if($random == 2)
{
readfile("IMAGE LINK HERE");
}
else if($random == 3)
{
readfile("IMAGE LINK HERE");
}
else if($random == 4)
{
readfile("IMAGE LINK HERE");
}
?>
Adding as a sig example :
[ img]http://www.YOURSITE.com/sig/siggy.gif[ /img] without spaces