View Single Post
Old 2003-12-27, 12:26 AM   #6
Ramster
Life is good
 
Ramster's Avatar
 
Join Date: Apr 2003
Location: Ottawa, Canada
Posts: 11,868
Send a message via ICQ to Ramster Send a message via AIM to Ramster
Here, this will work.

Save this as galleries.php

<?php
$fileName = "./galleries.txt";
mt_srand( (double) microtime() * 1000000 );
$a = file($fileName);
$randNum = mt_rand( 0, sizeof($a)-1 );
header( "Location: ". $a[$randNum] );
?>

Then create a txt file loaded with galleries one line at a time. And use yourdomain.com/galleries.php as the link and it will pull a gallery from that text file. It pulls a random gallery so if you have 200 in there chances are the surfer will not see the same gallery for some time.

I use it here:
http://www.free-porno-mpegs.com/
__________________
Pornstar Legends | Live Cam Model Shows | Hungarian Girls
Skype: robmurray999

Last edited by Ramster; 2003-12-27 at 12:29 AM..
Ramster is offline   Reply With Quote