cannt put your ads on my forum

Status
Not open for further replies.

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
jimgreen - Are you using any program that blocks advertisements? I can't think of the name off hand, but it has been mentioned before. If you are, you need to disable the program to be able to see the ads on X10.

johnpetrucci - First off, please don't hijack someone else's thread. But, I will attempt to answer your question anyway. What do you mean, you don't know how to place the ad? Where are you having trouble placing them?
For the most part, it is a simple copy and paste of the ad code into your webpage.
 

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
Most forums don't let you put PHP code in the footer/header/etc., so try using the HTML/JavaScript one instead: http://forums.x10hosting.com/ads.php.

Here's the corporate ad code:
HTML:
<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>

(also, I'm moving this thread to the Free Hosting support forum)
 
Status
Not open for further replies.
Top