Ads...

Status
Not open for further replies.

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
Hey yea, all of a sudden my ads arent showing up..They were just working but all of a sudden they wont show up, they were working fine lastnight and just checjked it when i came home from work and was like "WTFZOR!?!?!?!"
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
The code you inserted is all on one line, use the codes from the ad code zip package (in my sig) to paste on your site, since they are formatted.
 

XColl

New Member
Messages
1,054
Reaction score
2
Points
0
That's wierd, how come the ads on the forums are working? This is the code from the forum.

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:4");
   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=a51835d3' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:4&amp;n=a51835d3' border='0' alt=''></a></noscript>
 
Status
Not open for further replies.
Top