Hi
I have this installed on my site and it appears to be working when I use simple html or plain text, but then I try used php AdsNew javascript it doesn't display the ads.
For an example of what I mean see
http://www.newtotown.ie/forum/feedba...-site-401.html
here is the code I used:
<img src="http://www.newtotown.ie/gif/chauffeur.jpg
(This is the static image of the chauffeur which is displaying fine in that link)
<script language='JavaScript' type='text/javascript' src='http://www.xxxxxx.xxx/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://www.xxxxxxxx.xx/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:1&blockcampaign=1");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script>
<noscript>
<a href='http://www.xxx.xxx/adclick.php?n=ac7e96a4'><img src='http://www.xx.xxx/adview.php?what=zone:1&n=ac7e96a4' alt='' border='0' class="imgborder"></a>
<br />
</noscript>
(This is the code that isnt working)
Does anyone know what might be causing this?
Thanks