Quote:
Originally Posted by The Hun
Epom looks promising... I doubt they'll do adult though..
|
I don't really know about, if they'll do adult. I've heard they are good. Back in the day I used super duper simple php script to rotate code from txt files separated by tildes.
something like
Code:
<?php
$banners = join ('', file ('/file.txt'));
$separator = split("~",$banners);
$number = rand(0,(count($separator)-1));
echo $separator[$number];
?>
and in the file.txt you separate the banner codes with ~ then you include the php where you want to display
I don't think this will work in your case, if you want to sell spots... it will be lots of admin work every now and then