I want to add like about 3k galleries, and make the script rotate galleries daily with those in their and the surfers wont know it well mix it, is their a script like this?
Need a gallery rotating script..
Collapse
X
-
hes a simple one that doesn use cookies or anything
so a person can get the same gallery twice
Its php
if(!$fd = @fopen ("FILE WITH LINKS.txt", "r"))
exit;
$fd = fopen ("FILE WITH LINKS.txt", "r");
while (!feof ($fd))
{
$buffer = fgets($fd, 4096);
$lines[] = $buffer;
}
fclose ($fd);
srand((double)microtime()*1000000);
$numberr=rand(0, count($lines)-1);
$url=$lines[$numberr];
header("Location: $url");
Amen -
-
this scripts rocksOriginally posted by Armed & Hammered
http://www.adultdevil.com/scripts/bstgp.shtml
Comment
-
Originally posted by iceicebaby
You can't go wrong with Adultdevil's stuff. Just pay for it bro
No way as way, No limitation as limitation. AmeriNOC formally PhatServers
Comment
-
1 license per server. You can run all your sites from one installation.Originally posted by Chaldoray
Is that 1 licence per site?I like pie.Comment
-
Originally posted by Armed & Hammered
http://www.adultdevil.com/scripts/bstgp.shtml
sup man, hit me upMessage me to promote nebraskacoeds + network sites...Comment

Comment