View Single Post
Old 03-30-2008, 06:50 PM  
over38
Confirmed User
 
over38's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: USA
Posts: 460
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
over38 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote