Pagina 1 van 1

Dynamische (java) bannercode plaatsen?

Geplaatst: 25 apr 2009, 17:28
door dubstepdotnl
Hoi,

Ik probeer een stukje code te plaatsen op de overall_header.html, maar er worden geen banners vertoond!

het gaat om deze code;

Code: Selecteer alles

<!--/* OpenX Javascript Tag v2.6.4 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://openx.dubstep.nl/www/delivery/...'
  * to
  *   'https://openx.dubstep.nl/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://openx.dubstep.nl/www/delivery/ajs.php':'http://openx.dubstep.nl/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=1");
   document.write ('&cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
   document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
   document.write ("&loc=" + escape(window.location));
   if (document.referrer) document.write ("&referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://openx.dubstep.nl/www/delivery/ck.php?n=ab7697c7&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://openx.dubstep.nl/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=ab7697c7' border='0' alt='' /></a></noscript>
als ik het bestandje overall_header.html open in explorer dan toont hij de banner wel, maar helaas niet op mn forum. wat doe ik verkeerd?

Re: Dynamische (java) bannercode plaatsen?

Geplaatst: 26 apr 2009, 16:25
door Derky
De template bestanden worden gecached. Ga naar het ACP > Stijlen > Templates en ververs de huidige template. ;)

Re: Dynamische (java) bannercode plaatsen?

Geplaatst: 26 apr 2009, 22:08
door dubstepdotnl
ah, briljant.