what advertising code do i need?

Status
Not open for further replies.

Besley

New Member
Messages
50
Reaction score
0
Points
0
For your benefit

Static: None

Advanced Php
<? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
Advanced Javascript
<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:3&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=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788' border='0' alt=''></a></noscript>
Corporate (PHP):
<? include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?>
Corporate (Javascript):
<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>
 

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
The ad codes can always be found on this page: http://forums.x10hosting.com/ads.php

The free corporate package and the free advanced package must have the respective ads on that page. The free static package requires no advertisements :). Also, remember, while advanced ads can be anywhere on the page (as long as they are clearly visible), corporate ads must be viewable without the end-user having to scroll down to see them, so your best bet is to make sure the corporate ads are at the top of each page.
 
Status
Not open for further replies.
Top