View Single Post
Old 10-11-2012, 06:45 PM  
Zeiss
Confirmed User
 
Industry Role:
Join Date: May 2012
Location: With your mom
Posts: 5,189
Quote:
Originally Posted by The Hun View Post
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
__________________


Adult Webmasters Guides

Last edited by Zeiss; 10-11-2012 at 06:55 PM..
Zeiss is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote