News:

Welcome to SMF Ads Support Forum

Main Menu
Coinbase

Ads missing...

Started by jlcd, May 17, 2008, 12:00:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jlcd

Since a week all my ads are missing.  They have been working since last year. I've upgraded smf to 1.5 but the problem persists.

The code is running ok on another html webs.

Help please.


This is the code type:

<script language='JavaScript' type='text/javascript' src='http://www.mysite.net/ads/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://www.mysite.net/ads/adjs.php?n=" + phpAds_random);
   document.write ("&amp;clientid=7");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->
</script><noscript>
<a href='http://www.mysite.net/ads/adclick.php?n=a4f1dc1a'; target='_blank'><img src='http://www.mysite.net/ads/adview.php?clientid=7&n=a4f1dc1a'; border='0' alt=''></a></noscript>


jlcd