Advertisements Cant get them to work

Status
Not open for further replies.

titanemc

New Member
Messages
34
Reaction score
0
Points
0
i cant get the advertisements to work. i just copy and paste to my html file right or does it have to be php?i really dont want my account to be suspended for not having advertisements. please help
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
use the codes from the ad code zip package. And yeah you would just copy and paste it into your html.
 

titanemc

New Member
Messages
34
Reaction score
0
Points
0
should you be able to see them because i took the <img src> link and tried it and it returned a pic with 1x1 dimensions
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
No dont use img tags just copy the code directly like it is and paste it on your site.
 

titanemc

New Member
Messages
34
Reaction score
0
Points
0
<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>

thats the script i used
 
Status
Not open for further replies.
Top