View Single Post
Old 04-01-2008, 04:44 PM  
papill0n
Unregistered Abuser
 
Industry Role:
Join Date: Oct 2007
Posts: 15,547
Quote:
Originally Posted by over38 View Post
This should work:

Save this as galleries.php (or whatever you want to call it)

<?$f = file('galleries.txt');srand((double)microtime()*10 00000);$num = rand(0,count($f)-1);$url = $f[$num];header("Location: $url");?>

Put all your gallery urls in a txt file, name it galleries.txt

Link to the galleries.php file
thanks
papill0n is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote