Thanks but still not working (Its still showing the ad which is the bottom section of black code.)
Any other ideas.
OK let's simplify this...
Lets just forget about all the above.
Lets just say I want an add in forum 146 (and all the messages in forum 146)
When I use the following code it does not work.
<if condition="$forum['forumid']==164">
<script language='JavaScript' type='text/javascript' src='http://ads.satelliteguys.us/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://ads.satelliteguys.us/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:15");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://ads.satelliteguys.us/adclick.php?n=af77241c' target='_blank'><img src='http://ads.satelliteguys.us/adview.php?what=zone:15&n=af77241c' border='0' alt=''></a></noscript>
</if>
Any ideas PLEASE?
|