Jump to content

kevinryall

Approved members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by kevinryall

  1. That does not really help me. Is it the database that is at fault or the code I have input. This is what I now have

    <script type='text/javascript'><!--//<![CDATA[
       var m3_u = (location.protocol=='https:'?'https://world.edu/revive/www/delivery/ajs.php:http://world.edu/revive/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=3");
       document.write ('&amp;cb=' + m3_r);
       if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
       document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
       document.write ("&amp;loc=" + escape(window.location));
       if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
       if (document.context) document.write ("&context=" + escape(document.context));
       if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
       document.write ("'><\/scr"+"ipt>");
    //]]>--></script><noscript><a href='http://world.edu/revive/www/delivery/ck.php?n=a582e3d6&amp;cb=2' target='_blank'><img src='http://world.edu/revive/www/delivery/avw.php?zoneid=3&amp;cb=2&amp;n=a582e3d6' border='0' alt='' /></a></noscript>

     

    I have used 2 for the random number but have no idea what that means
     

  2. Which part of the code to I place in the wordpress widgets box and which parts do I have to change?

     

    <!--/* Revive Adserver Javascript Tag v3.0.2 */-->

    <!--/*
      * 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://world.edu/revive/www/delivery/...'
      * to
      *   'https://world.edu/revive/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://world.edu/revive/www/delivery/ajs.php:http://world.edu/revive/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&amp;target=_blank");
       document.write ('&amp;cb=' + m3_r);
       if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
       document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
       document.write ("&amp;loc=" + escape(window.location));
       if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
       if (document.context) document.write ("&context=" + escape(document.context));
       if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
       document.write ("'><\/scr"+"ipt>");
    //]]>--></script><noscript><a href='http://world.edu/revive/www/delivery/ck.php?n=a1e8b2fb&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://world.edu/revive/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a1e8b2fb' border='0' alt='' /></a></noscript>
     

×
×
  • Create New...