Hi,
Well, fearing of being unfairly suspended, I need to know if this advanced free hosting code for ads is ok (I edited it for page size reasons and standards):
The external javascript file contains:
It works like the original one. So, is it okay that I can keep it :eek4:
Well, fearing of being unfairly suspended, I need to know if this advanced free hosting code for ads is ok (I edited it for page size reasons and standards):
HTML:
<div id="x10ad" lang="en">
<script type="text/javascript" src="/site/x10ad.js"></script>
<noscript>
<div>
<a href="http://x10hosting.com/advert/adclick.php?n=a915c788" hreflang="en">
<img src="http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788" alt="advertisement image">
</a>
</div>
</noscript>
</div>
The external javascript file contains:
HTML:
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:3");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
It works like the original one. So, is it okay that I can keep it :eek4: