Advertise doesn't appear

Status
Not open for further replies.

Master Warlock

New Member
Messages
3
Reaction score
0
Points
0
I have follow your instruction in placing an advertise in every pages.Now I have a vBulletin forums but nothing happen when I insert code in navbar template. There is only a white space above the bar.
This is may navbar template:
Code:
<!-- / PAGENAV POPUP -->
</if>
<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://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
   document.write ("&what=zone:1&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://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&n=a7fb3e9d' border='0' alt=''></a></noscript>
<? include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?>

And this is what I get:
untitled.jpg


A Large space :nuts:
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
Check to see if you have ad blocking software installed.
Many anti-virus / anti-spyware programs also come with ad-blocking software - so check in their configuration.
 
Status
Not open for further replies.
Top