Hey, i'm using the <if> code around my adverts (although i'm using phpadsnew javascript), and it's not working
Anything wrong with my code? It's in my header, by the way.
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6, 7, 9))">
<br>
<center><script language='JavaScript' type='text/javascript' src='http://advertising.thecarforum.net/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://advertising.thecarforum.net/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:2&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://advertising.thecarforum.net/adclick.php?n=a08ec141' target='_blank'><img src='http://advertising.thecarforum.net/adview.php?what=zone:2&n=a08ec141' border='0' alt=''></a></noscript>
</center>
<br>
</if>