how to : adds

Status
Not open for further replies.
S

stp55

Guest
ok so i got the code for the adds ... i put it in the body of my html ... nothing ... where do i put it. help please.

~steven :confused:
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
stp55 said:
ok so i got the code for the adds ... i put it in the body of my html ... nothing ... where do i put it. help please.

~steven :confused:


Link me to the site where you put them.

-Corey
 

THeLL

New Member
Messages
44
Reaction score
0
Points
0
I've got the same problem! The ads just don't show up.

I tried it in html as well as in php files but it just doesn't show up. This is the code I inserted:
<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=a7a73694' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:2&amp;n=a7a73694' border='0' alt=''></a></noscript>
 

mskprathap

New Member
Messages
86
Reaction score
0
Points
0
THeLL said:
I've got the same problem! The ads just don't show up.

I tried it in html as well as in php files but it just doesn't show up. This is the code I inserted:
<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=a7a73694' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:2&amp;n=a7a73694' border='0' alt=''></a></noscript>


I just made a test page out of it displaying google adsense FULL BANNER and it displays ad.
Please copy/paste exactly as shown there.I copy/pasted ur posted code and ad didn't appear but when I copy/pasted the one at http://www.x10hosting.com/ads.php it appears.

Check it here:-
http://prathap.x10hosting.com

It works.

I use Maxthon,and in that ad doesn't show up.When I use Opera it shows up.
Make sure,u copy/paste exactly as posted in there for whatever plan you have.

mskprathap
 

mskprathap

New Member
Messages
86
Reaction score
0
Points
0
This is what I used:-
<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=a1dbc885' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a1dbc885' border='0' alt=''></a></noscript>

So,u see its quite different from what u posted above when it comes to spacing and may be thats the reason or accidentally some part missing from ur post above.

So,please copy/paste exactly as is shown there without removing any gaps or spaces or lines/words.
mskprathap
 

Aeon

New Member
Messages
28
Reaction score
0
Points
0
i use PhPNuke. Any tips on how to get it to work there?
 
Status
Not open for further replies.
Top