> So the ads are inserted via javascript and not interpreted php? What
> are the non-javascript options, just out of curiousity.
>
You can either use PHP or Javascript. If you choose the latter, phpadsnew
generates code like the following to place in your template (excuse the
formatting if it comes out wonky):
<script language='JavaScript' type='text/javascript' src='http://
yourserver>/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://<yourserver>/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:4");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script>
<noscript><a href='http://<yourserver>/adclick.php?n=a21e67ce'
target='_blank'><img src='http://
<yourserver>/adview.php?what=zone:4&n=a21e67ce' border='0' alt=''></a>
</noscript>
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.