Ok I some people are having trouble so iv looked into it and i managed to get a working add into phpnuke!
My phpnuke test
1) Ok first of make a file called adds.html and place inside you're code.
Save and upload to the includes folder inthe root directory of phpnuke.
2)Next Open open the header.php file in the root directory for phpnuke. Search for
Bellow add
Save and upload.
This is the only way as yet i have found to incloud the adds into phpnuke!
My phpnuke test
1) Ok first of make a file called adds.html and place inside you're code.
Code:
<p align="center">
<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: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=a1dbc885' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&n=a1dbc885' border='0' alt=''></a></noscript>
</p>
Save and upload to the includes folder inthe root directory of phpnuke.
2)Next Open open the header.php file in the root directory for phpnuke. Search for
Code:
include("includes/meta.php");
include("includes/javascript.php");
Bellow add
Code:
include("includes/adds.html");
Save and upload.
This is the only way as yet i have found to incloud the adds into phpnuke!