Ad's on VSP Stats

Wolfdude

New Member
Messages
52
Reaction score
0
Points
0
I am trying to run VSP stats on my server. But i CANNOT find how to put ad's on the program.

Cound i make a index.php (with Ad code) file and include the index file from the VSP stats.

Like so:
<body>

<p align="center"><!--webbot bot="HTMLMarkup" startspan --><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:1&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=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a7fb3e9d' border='0' alt=''></a></noscript> <!--webbot
bot="HTMLMarkup" endspan -->
</p>

<? include("vsp/pub/themes/bismark/index.php") ?>

</body>

Will this stop me from losing account for no ads? Any other IDEA's?
 
Last edited:
Top