Quote:
Originally Posted by grudgeman
lets say if i put the word asslicker on my site with one link code when someone clicks on it it would radom pull from a list of gallerys you could click same link 5000 times and allways go some where else i had a little script that did that but cant find it help
|
$file = "anal.txt";
$fp = file($file);
srand((double)microtime()*1000000);
$urls = $fp[array_rand($fp)];
header("Location: $urls");
add galleries one per line in anal.txt