AD Problem

Status
Not open for further replies.

Daemon

New Member
Messages
64
Reaction score
0
Points
0
Site url= crazyboycentral.x10hosting.com
Cpanel: Crazyr4i
How do I get the Ads to show up They arent working. HELP
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
Daemon said:
Site url= crazyboycentral.x10hosting.com
Cpanel: Crazyr4i
How do I get the Ads to show up They arent working. HELP
Is you site HTML?
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
Daemon said:
Then all you have to do is Put this code
code said:
<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:1&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=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
at the very top of your page source.
Might want to center it.. <center> </center>...
 

Conor

New Member
Messages
3,570
Reaction score
0
Points
0
Can you take off that annoying javascript so I can view your source? <<
 

Eagle

New Member
Messages
86
Reaction score
0
Points
0
letting him view source as in letting him right click on your webpage
 
Last edited:
Status
Not open for further replies.
Top