On my site, I have more than one ad on each page. Currently, I use a very low-tech method of including them with php_includes. Let's say I want to use both Adsense and YPN on the site, but their TOS's forbids me from having both of them on the same page. Is there a script out there that can determine that if the first ad on the page is YPN (for example), the rest of the ads cannot Adsense, so I don't break the TOS? So basically, I want a script that picks out an ad and I can write rules as to what to include/not include in other ad spots.
Hi handyman, I've never heard of a script that does what you're looking for, but you may want to post it at one of the outsourcing sites (Elance, Rent-A-Coder, ScriptLance, etc.) to see how much it would cost to develop. Most of the scripts I've seen related to this subject rotate ads on a daily basis - so Monday would display AdSense, Tuesday would display YPN, etc. HTH, Sam