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)
-   -   Rotational gallery Script (https://gfy.com/showthread.php?t=560067)

MOxxx 01-04-2006 10:21 AM

Rotational gallery Script
 
I am looking for a free rotational Gallery Script.

Any suggestion?

Evil1 01-04-2006 10:42 AM

I suggest php, 10 lines of code and a text file and you are all set.

grumpy 01-04-2006 11:13 AM

Quote:

Originally Posted by Evil1
I suggest php, 10 lines of code and a text file and you are all set.

or 10 lines in java :thumbsup

donnie 01-04-2006 12:07 PM

Quote:

Originally Posted by Evil1
I suggest php, 10 lines of code and a text file and you are all set.

<?
$delim = "\n";
$cryfile = "filename.txt";
$fp = fopen($cryfile, "r");
$contents = fread($fp, filesize($cryfile));
$cry_arr = explode($delim,$contents);
fclose($fp);
srand((double)microtime()*1000000);
$cry_index = (rand(1, sizeof($cry_arr)) - 1);
$herecry = $cry_arr[$cry_index];
echo $herecry;
?>

That will do it

MOxxx 01-04-2006 01:42 PM

Thanks guys!


All times are GMT -7. The time now is 07:07 AM.

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