lambada
New Member
- Messages
- 2,444
- Reaction score
- 0
- Points
- 0
hi,
I'm on the x10 advanced plan, and i've tried several differnt ad codes on my site including:
But the code still doesn't show up on my website, also sometimes it appears in the source, sometimes it doesn't.
Am I using the right code? If not, what should I use? I have JavaScript enabled, My site page is index.php.
Server is samwal.x10hosting.com
It's just that there are so many versions of ad code i've seen: the php one, the one in a zip file, the javascript one that I don't know which one to use and the ones I have used aren't working.
Help will be greatly appreciated.
Thanks
[/COLOR]
I'm on the x10 advanced plan, and i've tried several differnt ad codes on my site including:
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 ("&what=zone:3&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788' border='0' alt=''></a></noscript>
[COLOR=#000000] [COLOR=#007700]<?[/COLOR][COLOR=#0000bb]php [/COLOR][COLOR=#007700]include([/COLOR][COLOR=#dd0000]'http://staff.x10hosting.com/adCode.php?ad=advanced'[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000bb]?>[/COLOR]
But the code still doesn't show up on my website, also sometimes it appears in the source, sometimes it doesn't.
Am I using the right code? If not, what should I use? I have JavaScript enabled, My site page is index.php.
Server is samwal.x10hosting.com
It's just that there are so many versions of ad code i've seen: the php one, the one in a zip file, the javascript one that I don't know which one to use and the ones I have used aren't working.
Help will be greatly appreciated.
Thanks
[/COLOR]