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)
-   -   where can i find a randomizer script? (https://gfy.com/showthread.php?t=110300)

Dj Furious 02-21-2003 11:02 PM

where can i find a randomizer script?
 
hey all, lookin for a randomizer script, are there any free ones to check out?

thanks...

Babaganoosh 02-21-2003 11:03 PM

What are you trying to randomize?

Ramster 02-21-2003 11:05 PM

You want a script that will pull galleries at random from a txt file?

jact 02-21-2003 11:05 PM

like a password randomizer or..?

Dj Furious 02-21-2003 11:09 PM

Quote:

Originally posted by Ramster
You want a script that will pull galleries at random from a txt file?
sorry, yes
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!

European Lee 02-21-2003 11:34 PM

What you are looking for is called 'SSI'

And best of all its free ;)

Regards,

Lee

Dj Furious 02-21-2003 11:44 PM

do you know where i can find ssi?

Maca 02-21-2003 11:49 PM

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 :)

Maca 02-21-2003 11:51 PM

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