Dear Friends, I want some codes for my site. As some PHP Scripts are avaiable to ROTATE ADS on site, but I need in JAVA or HTML.... LIke I have: 1-FatclickAds 2-GMS1.net ads and many more others Ads (Pay per Impression) So any script avaiable for this kind of function? Waiting
DO you need to be able to put java or html as your banner or you want rotating system to be based on java or html? If you want to be able to add banner as HTML code, so you can try phpAdsNew. It's quite good system and I think it's best one which is free.
It'll work in HTML page? Because my site is not on PHP its on HTML & only forums on PHP.... As you mentioned about above script, just tell me it will work in HTML or it needs MY SQL or something else? And please give me the link Waiting
phpAdsNew needs php and MySQL, but if you have two different servers you can put adrotator on server with MYSQL and include code on all your sites.
PHPAdsNew will output Javascript code it will generate some code like this: <script language='JavaScript' type='text/javascript' src='http://ad.krazyletter.com/manage/adx.js'></script> <script language='JavaScript' type='text/javascript'> <!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://ad.krazyletter.com/manage/adjs.php?n=" + phpAds_random); document.write ("&what=zone:1"); document.write ("&exclude=" + document.phpAds_used); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://ad.krazyletter.com/manage/adclick.php?n=a2496a6c' target='_blank'><img src='http://ad.krazyletter.com/manage/adview.php?what=zone:1&n=a2496a6c' border='0' alt=''></a></noscript> Code (markup):