View Single Post
Old 03-24-2003, 07:50 PM  
hyper
Confirmed User
 
Join Date: Mar 2002
Location: Mass Ass
Posts: 5,294
copy this to a txt file and rename gallery.php

PHP Code:
<?php
$fileName 
"./gallerylist.txt";
mt_srand( (double) microtime() * 1000000 );
$a file($fileName);
$randNum mt_rand0sizeof($a)-);
header"Location: "$a[$randNum] );
?>
now make a gallerylist.txt file and put 1 gallery url per line
now point your link to http://www.url.com/gallery.php

have a nice fucking day
__________________
hyper is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote