![]() |
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 |
ST is good
|
try TGPX from jmbsoft
|
Bump for you :)
|
I bet this can be done with just a few lines of php, too bad i'm not a programmer.
|
Quote:
|
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 |
Quote:
|
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