GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Looking for a Gallery Rotator Script (https://gfy.com/showthread.php?t=818635)

stroker 03-30-2008 02:49 PM

Looking for a Gallery Rotator Script
 
One that will switch out galleries each time you click on the same text link 1000's of times.

-Thanks

Ivan Fuckalot 03-30-2008 02:54 PM

ST is good

fris 03-30-2008 03:44 PM

try TGPX from jmbsoft

Iron Fist 03-30-2008 05:52 PM

Bump for you :)

ChargebackJoe 03-30-2008 05:55 PM

I bet this can be done with just a few lines of php, too bad i'm not a programmer.

Ivan Fuckalot 03-30-2008 05:55 PM

Quote:

Originally Posted by Fris (Post 13999245)
try TGPX from jmbsoft

why to try it? :helpme

over38 03-30-2008 06:50 PM

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

papill0n 04-01-2008 04:44 PM

Quote:

Originally Posted by over38 (Post 13999807)
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 :thumbsup


All times are GMT -7. The time now is 06:00 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123