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
ZANIO
Hangin' Around



Joined: Jun 05, 2004
Posts: 29

PostPosted: Wed Jun 09, 2004 11:45 am Reply with quote

Hi to all...has been relased the new Fix Pack for Nuke 7.3 my question is...
....now i have finish to built mi site (so i have edited most of the phph files inside my Nuke root)....so how can i apply this new patch without loose any configuration/modification ?????


....i suppose that exist also a 1° fix patch (hehehehe....if there is a 2° there must be a 1° no??)....should i install first the 1° one???....qhere can i find it??'

......sorry but...thiking that i have to loose all the modifications/personalizations that i have made to my php files make me crazy.....


..please help me...tnxx !!!
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Wed Jun 09, 2004 11:49 am Reply with quote

The patch includes 2 text files that tell you what to edit on your files if you wish to manually edit them and the article about the release points you to forum posts that describe other changes.
 
View user's profile Send private message Visit poster's website
ZANIO







PostPosted: Wed Jun 09, 2004 12:28 pm Reply with quote

Tnx mate....
....so you are referrinf to this

1-On all files listed in fixlist.txt find:
, $_SERVER['PHP_SELF'])) {
or:
,$_SERVER[PHP_SELF])) {
or:
,$_SERVER['PHP_SELF'])) {
or:
, $_SERVER["PHP_SELF"])) {

change to:
, $_SERVER['SCRIPT_NAME'])) {

In the case of the admin/links folder files you will need to add the following after the file credits:
if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }

I do not recommend a search & replace of PHP_SELF to SCRIPT_NAME

Open Nuke's main index.php file and find:
$_SERVER['PHP_SELF'] = "modules.php";
replace with:
$_SERVER['SCRIPT_NAME'] = "modules.php";


....so you suggest to open every php files on my nuke and apply the changes manually no???


....and should i first apply the 1° Fix Patch ??

where can i find it??'

...tnxx!!
 
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 ©