help!

Status
Not open for further replies.

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
No its not, you have to use the ad code that corrasponds with your web package. You can get the code from my link under my sig, or from the zip package for ads.
 

dippy

New Member
Messages
12
Reaction score
0
Points
0
i added the codes but the adds are not appearing...
you can check by VIEWING the source... if you dont believe me..???
 

dippy

New Member
Messages
12
Reaction score
0
Points
0
thnx everyone for support but its still not working... :(
any moderator if you dont mind just make me an empty index.html codes included on that , im really newbie on websites.. please!
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
You are using the php code. You need to change the extention of the the file from index.htm to index.php

or use this code instead.

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: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>
 
Last edited:

oab

New Member
Messages
918
Reaction score
0
Points
0
it shouldnt matter if you have php in the html does it? wow i didnt know that....
 
Status
Not open for further replies.
Top