View Full Version : i need a random gallery script
Lentini
03-16-2002, 11:19 AM
i need a random gallery script in php ,this site is using it : <a href="http://cleangalleries.net/" target="_blank">cleangalleries.net</a> <br />anyone know where i can find it ?
justsexxx
03-16-2002, 11:24 AM
Hi I use this one.<br /><br />Change fat.txt to whatever.txt etc for all niches.<br /><br /></font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;"><?<br />$f = file('fat.txt');<br />srand((double)microtime()*1000000);<br />$num = rand(0,count($f)-1);<br />$url = $f[$num];<br />header("Location: $url");<br />?></pre><hr /></blockquote><font size="2" face="Verdana, Arial">
Lentini
03-16-2002, 11:50 AM
thx <img border="0" title="" alt="[Smile]" src="smile.gif" />
Nude-Central
03-16-2002, 01:36 PM
I'm not familiar with php. How would I get that code to work on my site??
AgentCash
03-16-2002, 02:08 PM
put the code above into a file named "whatever.php" and upload. Then make the text file in his example "fat.txt" and put the urls to each gallery in it. One url per line. Upload that. Then link to whatever.php and it'll pick a random url from the text file to send you to. Make a seperate text & php file for each niche if you like.
Nude-Central
03-16-2002, 02:21 PM
Works great, thanks
playa
03-16-2002, 02:23 PM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by Lentini:<br /><strong>i need a random gallery script in php ,this site is using it : <a href="http://cleangalleries.net/" target="_blank">cleangalleries.net</a> <br />anyone know where i can find it ?</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">all you had to do was contact me <img border="0" title="" alt="[Smile]" src="smile.gif" /> <br /><br />feel free to add my galleries to your files
Lentini
03-16-2002, 03:30 PM
i allready added some of your galleries to my script <img border="0" title="" alt="[Smile]" src="smile.gif" />
ragnar
03-16-2002, 03:33 PM
if you still didnt contact playa you can always contact me and i will help you out icq 94586225 <img border="0" title="" alt="[Wink]" src="wink.gif" />
Lentini
03-17-2002, 02:51 AM
how much galleries do you guys use in the .txt files ?
The Chosen
03-17-2002, 06:44 AM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by Lentini:<br /><strong>how much galleries do you guys use in the .txt files ?</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">don't put too much so the files won't be too big (suck bandwitdh and loads slowly)<br /><br />if you got many galleries, you can always divide them to few files
Lentini
03-17-2002, 06:54 AM
ok , but how much 25,50,100...
Dan S
03-20-2002, 10:20 AM
Bump!<br /><br />I would like to know also.<br />I am really playing with the thoughts of using only my own galleries on my TGP`s.<br /><br />Sounds like work though <img border="0" title="" alt="[Wink]" src="wink.gif" />
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.