View Single Post
Old 03-14-2008, 07:54 PM  
RTP
aka Jimmy James
 
RTP's Avatar
 
Industry Role:
Join Date: Nov 2006
Location: Newport
Posts: 1,335
2 min activity...

make a file called random.php...dump this in there

<?php

$filename = "random.txt";
$file = file($filename);

srand((double)microtime()*1000000);
while ($RO == "") {
$RO = ereg_replace("\n","",$file[rand(0,count($file))]);
}

?>


make a txt file, put in your banner codes, space between each... make sure it's named random.txt

dump both in your directory

there free
__________________
Jimmy James ATKingdom/AMK Empire Since 1996 - My Movies
Home of ATKGirlfriends - Where we take pornstars on trips...and fuck them.
Connect with me on LinkedIn
RTP is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote