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
