Questions is my ad the correct one?

Status
Not open for further replies.

jasonsn

New Member
Messages
100
Reaction score
0
Points
0
Question is my ad the correct one? I have the advanced package. http://ezshare.x10hosting.com/forums/

I used the following code since it was the only one I could get working.

Code:
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/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://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
	document.write ("&amp;what=zone:2&amp;target=_blank");
	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://x10hosting.com/advert/adclick.php?n=a4f0eec1' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:2&amp;n=a4f0eec1' border='0' alt=''></a></noscript>
 

jasonsn

New Member
Messages
100
Reaction score
0
Points
0
OK Thanks. The ad is just showing up on part of my forum. When you click something it goes away. This is no global header but there is headerinclude.
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
ok well it has to be on every page ... every page that is viewable by the public and with out scrolling down. now that you got the right code this should be no problem ...:)
 
Status
Not open for further replies.
Top