I can get it to show up in the footer but it just wont show up in the header next to the logo. Send me a pm if you want the code and can help me with this small problem. Thanks in advance.
<td width="320"><a href="{$smarty.const.DOC_ROOT}/"><img src="{$smarty.const.DOC_ROOT}/images/logo.gif" border="0" /></a> <tr> <script language='JavaScript' type='text/javascript' src='http://fesu.net/adserver/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://fesu.net/adserver/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://fesu.net/adserver/adclick.php?n=a9f368a6' target='_blank'><img src='http://fesu.net/adserver/adview.php?what=zone:1&n=a9f368a6' border='0' alt=''></a></noscript>
Your adserver is on the same site as your site... so why are you not using local invocation or atleast remote. The javascript version is not as reliable. I use it remotely all the time and it's great - but have had js problems (in the past). So first thing I'd change would be that. Firebug isn't showing any errors on your page so then I have to wonder if your zone and banner are done right. When you look at probability in the zone does it show the right banner?
so i should use local banner (sql)? also probability is 100% and is showing the banner. I tried using local mode but i get a smarty error.
Im using the remote banner already, i just dont understand why it would show in the footer but not the header?
If the code is being pasted in right and you can see it looking right when you view the source then it'll be a problem within OpenAds. We can't see that you'll just need to look at how you have everything setup. Maybe ask at their forums?