![]() |
where can i find a randomizer script?
hey all, lookin for a randomizer script, are there any free ones to check out?
thanks... |
What are you trying to randomize?
|
You want a script that will pull galleries at random from a txt file?
|
like a password randomizer or..?
|
Quote:
this is what im looking for, a script for my tgp that will place random categorized galleries from a text file into thier categories every day... thanks! |
What you are looking for is called 'SSI'
And best of all its free ;) Regards, Lee |
do you know where i can find ssi?
|
Found this on some board only I can't remember who deserves the credit - it was however given freely for those who have PHP installed. You just write it up in a text file save it as say, galleries.php and stick it in the same directory as your gallery list.
<? $f = file('galleries.txt'); srand((double)microtime()*1000000); $num = rand(0,count($f)-1); $url = $f[$num]; header("Location: $url"); ?> Hope it helps :) |
And I should have mentioned have one gallery URL per line in your text file called galleries.txt and link the gallery description to galleries.php
You can of course have several lists and links - just name them all something other than galleries.php/galleries.txt |
All times are GMT -7. The time now is 10:09 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123