I am looking for a PHP script for advertising but i don't jsut want a randomizer I want to be able to specify what ad blocks show in order. for instance currently i have a randomizer that just randomly shows ads. currently i have two one is adsense the other is a banner Well i always want adsense to show first then to show the banner... then possible another ad or maybe another banner or another adsense... anyone know of anything like this... Please keep in mind this is for use with wordpress. Thanks in advance.
I'd have to agree with T0PS3O, phpAdsNew is the only thing I can think of that might be able to do that
You might be able to use session variables (http://www.php.net/session) or interact with a databse to determine what ad the person viewed last page they were on, and display the next one in the queue.