Jump to content

Changing Signatures?


BigRog

Recommended Posts

i have a php code for my changing (sp?) signatures. what do i do with the php code now? here is the code:

<?php


#random sig script by JaxRed@webtv.net


#generated at riverdrift.com


#free use granted to all without


#restrictions for modifcation


#and redistribution




#set the base URL


$base="http://s53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/?start=0";




#construct the sig. pages Array


$pages=array("http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/Gokucopy.png","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/Batmancopy.png","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/MasterCheifcopy.png","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/yodacopy-1.png","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/OptimusPrimecopy.png","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/Ortiz.png","","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/Figocopy.jpg","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/DXgoodcopy.jpg","http://i53.photobucket.com/albums/g43/acdcrocker6789/sigs%20and%20avatars/williswo8.jpg");




#constuct the random file selector


$n=count($pages);


$num=rand(0, ($n-1));


$page=$pages[$num];




#concatenate the  URL and  file


$url=$base.$page;




#send the URL to the browser in an embed tag


print "<embed src='$url'>";


?>

Link to comment
Share on other sites

  • 3 months later...

The way I see it, as long as it isn't flash/animation, go ahead and do it. Whatever floats your boat. I personally think it is a little excessive if everyone does it, but I don't think it is a big deal as long as the site isn't affected.

Link to comment
Share on other sites

Im not looking for randomsignatures.com. Im talking about the PHP files and such. I was wondering where you host your files? My current server, (freeservers.com) doesn't allow the files required to be stored on their server.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...