Is there any simpler alternative than phpAdsNew? This software is really complicated for me. I read the guide and still got no idea at all. Adding CPM/adsense and affiliate, how do I rotate them?
I ended up just creating a simple php script to rotate the ads. phpadsnew is pretty heavy for what most people want. $adnum_us=rand(1, 3); if($adnum=="1"){ //adsense } elseif($adnum=="2") { //CPM banner } else { //affiliate banner } PHP:
Have you looked at OpenAds 2.0 the new version of phpadsnew? There is a lot of documentation to wade thorough (which is much better than slim documentation), but I just ran through the setup following step by step and it really wasn't that hard..