| Author |
Message |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Sun May 21, 2006 3:22 pm |
|
Hello,
We are running on PhpNuke 7.8 patched 2.3. Which version of nukesentinel can we use?
Thank you,
MajorWinters |
|
|
|
 |
gregexp The Mouse Is Extension Of Arm

Joined: Feb 21, 2006 Posts: 1497 Location: In front of a screen....HELP! lol
|
Posted:
Sun May 21, 2006 5:42 pm |
|
hmm..
this will not answer ur question but possibly some good advice...upgrade ur patch levels and use the pl6 that just came out. |
|
|
 |
 |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Mon May 22, 2006 12:05 am |
|
Oops my mistake we are running phpnuke 7.8 patched 3.2 |
|
|
|
 |
gregexp The Mouse Is Extension Of Arm

Joined: Feb 21, 2006 Posts: 1497 Location: In front of a screen....HELP! lol
|
Posted:
Mon May 22, 2006 1:00 am |
|
Then the lastest sentinel is what ud like. |
|
|
 |
 |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Mon May 22, 2006 1:27 am |
|
Rgr I uploaded everything but the nsnst.php is showing a blank page. |
|
|
|
 |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Mon May 22, 2006 4:23 am |
|
Got it working but probably did something wrong.
When I try to enter the admin area it shows a blank page with Access denied instead of the admin login page.
Any advice? |
|
|
|
 |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Mon May 22, 2006 4:27 am |
|
Fixed it by uploading a non edited admin.php |
|
|
|
 |
FireATST RavenNuke(tm) Development Team

Joined: Jun 12, 2004 Posts: 633 Location: Ohio
|
Posted:
Mon May 22, 2006 9:01 am |
|
| majorwintersec wrote: | | Fixed it by uploading a non edited admin.php |
You mean your original admin.php from 7.8? |
|
|
 |
 |
majorwintersec New Member


Joined: May 21, 2006 Posts: 6
|
Posted:
Mon May 22, 2006 11:25 pm |
|
|
|
 |
FireATST RavenNuke(tm) Development Team

Joined: Jun 12, 2004 Posts: 633 Location: Ohio
|
Posted:
Tue May 23, 2006 3:57 am |
|
I would be careful changing files back to the original php-nuke files. It may leave an opening. The changes in files made by chatserv patches are to close known holes. I would suggest reloading the edited admin.php file and getting it to work correctly than putting the original back in. If you get a blank page, enable error reporting and see if it gives you an error message. There are numerous posts here about blank pages after installs. Try a search for blank admin page and see if one helps you correct the problem. If not, then post the error message you receive if there is one, and someone here will know how to correct it....  |
|
|
 |
 |
gregexp The Mouse Is Extension Of Arm

Joined: Feb 21, 2006 Posts: 1497 Location: In front of a screen....HELP! lol
|
Posted:
Tue May 23, 2006 4:06 pm |
|
Find: | Code: | $checkurl = $_SERVER['REQUEST_URI'];
if((stripos_clone($checkurl,'AddAuthor')) OR (stripos_clone($checkurl,'VXBkYXRlQXV0aG9y')) OR (stripos_clone($checkurl,'QWRkQXV0aG9y')) OR (stripos_clone($checkurl,'UpdateAuthor')) OR (stripos_clone($checkurl, "?admin")) OR (stripos_clone($checkurl, "&admin"))) {
die("Illegal Operation");
} |
Replace with:
| Code: | //$checkurl = $_SERVER['REQUEST_URI'];
//if((stripos_clone($checkurl,'AddAuthor')) OR (stripos_clone($checkurl,'VXBkYXRlQXV0aG9y')) OR (stripos_clone($checkurl,'QWRkQXV0aG9y')) OR (stripos_clone($checkurl,'UpdateAuthor')) OR (stripos_clone($checkurl, "?admin")) OR (stripos_clone($checkurl, "&admin"))) {
// die("Illegal Operation");
//}
|
Thats it...commenting this out should not bring u to a blank page...not commenting out the die tag will bring u to a blank page
Now this is in the patched admin.php that im saying edit..not the original unpatched admin file.
In the event that u need further assistance...check
There youll find 7.8 with patch 3.2 installed...if u just upload the files and overwite ur files...even the ones edited for sentinel..after looking at the patched file from nukescripts..i see the edits for sentinel in there
so it should work by overwriting all files and uploading the sentinel files into ur ftp and running the installer.(in other words...the core file edits seemed to already be made.)
Hope this helps. |
|
|
 |
 |
|
|
|
|