Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke
Author Message
merkin51
New Member
New Member



Joined: Apr 05, 2006
Posts: 2

PostPosted: Wed Apr 05, 2006 8:03 am Reply with quote

I have a nice site running PHPNuke 7.8, howver having heard some horror stories about the security flaws in this version I'm attempting to install the 3.2 patch and then hopefully Sentinel. I seem to have succesully installed the 3.2 patch, however all of my right-side blocks have disappeared. A quick check of the readme and I find this:

"Important notes relating to Nuke Patched 3.1 and above:

1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {

2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {

if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {

if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {

if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {
"

I'm probably being very stupid, but I can't for the life of me find what it means when it says "In Modules" or "In Themes" etc. Can someone help me out and tell me exactly where I should be looking for and changing this code?
 
View user's profile Send private message
merkin51







PostPosted: Wed Apr 05, 2006 9:09 am Reply with quote

Sorry guys, just searched and there's been about 1 million threads on this subject... all sorted now, please close!
 
FireATST
RavenNuke(tm) Development Team



Joined: Jun 12, 2004
Posts: 654
Location: Ohio

PostPosted: Thu Apr 06, 2006 5:06 am Reply with quote

lol...glad u found the answer.... :clap:
 
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©