Im using phpadsnew to generate ads on my site. It displays the 88*31 mini buttons and im hell bent on trying to get it to work, but the code only displays one link at a time - and I want it to display 5! Can anybody help me on this one?
Code generated is:
<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://www.thenet2k.com/phpads/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:2");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.thenet2k.com/phpads/adclick.php?n=a6801692' target='_blank'><img src='http://www.thenet2k.com/phpads/adview.php?what=zone:2&n=a6801692' border='0' alt=''></a></noscript>
Hope someone here can help because the support for phpadsnew is terrible!
- Sully
