PHP-Nuke Help

Status
Not open for further replies.

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Hey Guys,

I have installed PHP-NUKE on my website, and I was wondering how I get the ads to appear.

Everytime I modify the header file or the theme file it messes up, and doesn't display anything.

I have password protected the directory it is installed under, so that should keep it safe and from harm until i can figure it out.

Thanks for your help

Regards,
Zenax
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
IS there not a banner mod for that software or something along that line. Maybe a block you can put the ad code in.
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
You have to edit the "header.php"... Put it on the very top of the header and it should work...
Put the following code if you have the Corporate plan:
Code:
<div align="center"><? include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?></div>
Put the following code if you have the Advanced plan:
Code:
<div align="center"><? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?></div>
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Be Welcome.
Problem solved.
*Closed*
 
Status
Not open for further replies.
Top