Author |
Message |
alexman_00
New Member
Joined: Mar 27, 2005
Posts: 1
|
Posted:
Sun Mar 27, 2005 9:44 pm |
|
For some reason... i installed the nuke sentinel 710_220pl, and all is fine but i can't access to the admin module.. any help plz |
|
|
|
|
BobMarion
Former Admin in Good Standing
Joined: Oct 30, 2002
Posts: 1037
Location: RedNeck Land (known as Kentucky)
|
Posted:
Mon Mar 28, 2005 1:10 am |
|
What happens when you try to access the admin of NukeSentinel? |
_________________ Bob Marion
Codito Ergo Sum
Only registered users can see links on this board! Get registered or login! |
|
|
|
magiqhand
New Member
Joined: Mar 23, 2005
Posts: 17
|
Posted:
Mon Mar 28, 2005 1:47 am |
|
Bob I have the same problem |
|
|
|
|
magiqhand
|
Posted:
Mon Mar 28, 2005 1:50 am |
|
|
|
|
BobMarion
|
Posted:
Mon Mar 28, 2005 2:49 am |
|
Ah, you have the 760 copy of Nukesentinel and you need the 710 copy. The 710 copy works with PNP-Nuke 7.1 thru 7.5 whereas the 760 only works with PHP-Nuke 7.6 |
|
|
|
|
magiqhand
|
Posted:
Mon Mar 28, 2005 3:32 pm |
|
OK so that is my problem then I'll try with the 710 copy then.Thanks for your help |
|
|
|
|
Dreakon
New Member
Joined: Aug 17, 2004
Posts: 11
|
Posted:
Mon Mar 28, 2005 8:54 pm |
|
I am having the same kind of problem, but I am positive I am uploading all the files from the 710 (not the 760). I downloaded the 710 file twice for pl2 and it doesnt work.
This is the link it says for NukeSentinel when I click the icon in the admin menu:
http://www.scxtreme.net/admin.php?op=ABMain
and when I click it it says:
"Not Found
The requested URL /.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
and the URL it says in the address bar after clicking is:
http://www.scxtreme.net/.php
Whats up? Please help...
EDIT: I just replaced the admin/modules folder from the 220 over the 220pl2 and it fixed it. Must be something in the files...
Again, I swear this is the 710... |
|
|
|
|
BobMarion
|
Posted:
Mon Mar 28, 2005 9:56 pm |
|
Do this, in your config.php add:Code:$admin_file = "admin";
|
Sounds like I may have a file from the 760 in the 710 package and the above should cure it until I scan the download packages and make sure there are no 760's in the 710 |
|
|
|
|
Dreakon
|
Posted:
Mon Mar 28, 2005 10:16 pm |
|
Okay, I did that, now it just reloads the main admin page. |
|
|
|
|
Dauthus
Worker
Joined: Oct 07, 2003
Posts: 211
|
Posted:
Tue Mar 29, 2005 12:55 am |
|
I have the same problem. Using Nuke 7.4. When I click on the admin link for Sentinel (http://www.mysite.com/admin.php?op=ABMain) I get a 404. I am actually redirected to my site index, but I have set the 404 error to return to the site index in the .htaccess file.
I just can't seem to get into the Sentinel admin portion of the site. Everything else works fine in the admin and the forum admin. |
|
|
|
|
Dauthus
|
Posted:
Tue Mar 29, 2005 1:26 am |
|
Ok, I found the solution. Look near the end of the case.nukesentinel.php file for the following: (at the end)
Code:case "ABTrackedUsersIPs":
case "ABTrackedUsersPages":
@include("admin/modules/nukesentinel.php");
break;
}
?>
|
Replace:
Code:@include("admin/modules/nukesentinel.php");
|
With:
Code:@include("admin/modules/sentinel.php");
|
That got me in.
EDIT: Looks like the images directory needs to be changed to images/sentinel instead of images/nukesentinel also.
EDIT2: Before changing anything, you may want to wait until the people on this site get a chance to review the download. It looks like there are a few instances where nukesentinel and sentinel references are getting mixed up. The change I made above only lets you in to the admin of sentinel. It won't let you go anywhere else. Heh...I even managed to ban myself from my site in the process...LOL |
|
|
|
|
BobMarion
|
Posted:
Tue Mar 29, 2005 3:53 am |
|
NukeSentinel(tm) versions below 2.2.0 use admin/modules/sentinel.php . NukeSentinel(tm) 2.2.0+ uses admin/modules/nukesentinel.php so it sounds like you have a mix of old and new versions conflicting with each other.
Remove all the old NukeSentinel(tm) files and try reuploading the new and see if that doesn't cure the problem. |
|
|
|
|
BobMarion
|
Posted:
Tue Mar 29, 2005 3:55 am |
|
from the readme.txt file:Code:*******************************************************************************
SPECIAL NOTES:
This version has changed filenames from sentinel.xxx to nukesentinel.xxx for
clarity. For this reason you will need to remove all old NukeSentinel(tm) files
once you install and link the new NukeSentinel(tm) files.
*******************************************************************************
|
|
|
|
|
|
Dreakon
|
Posted:
Tue Mar 29, 2005 9:30 am |
|
That does not really help me, since it worked with 220, the problem appears to be with 220pl2... |
|
|
|
|
Dauthus
|
Posted:
Tue Mar 29, 2005 7:23 pm |
|
Unless the download has changed since yesterday afternoon, downloading it again won't help. I just did a first time install yesterday of 220pl2 (I haven't used Sentinel before on this website) and above post is what I received for an error. |
|
|
|
|
Dauthus
|
Posted:
Tue Mar 29, 2005 9:54 pm |
|
Ok. Here's what I did. I deleted ALL the sentinel files. I re-uploaded the sentinel files. Modified all the files called for in the Readme.txt. I still have the same problem. When clicking on the sentinel link a "File Not Found" error is still there. Has anyone found out what is happening? |
|
|
|
|
Dreakon
|
Posted:
Tue Mar 29, 2005 10:03 pm |
|
Any updates BobMarion or other intellectuals around here? My guess is the 760 and the 710 got mixed somehow... but then again what do I know? |
|
|
|
|
Dauthus
|
Posted:
Tue Mar 29, 2005 10:32 pm |
|
Ok, I am a freakin' idiot. Dreakon, you may want to try the sticky here:
http://www.ravenphpscripts.com/postt4951.html
For some reason this fixed everything for me. Sorry for annoying everyone. I honestly thought I had the latest patched version. I guess I didn't.
Go ahead --- |
|
|
|
|
Dreakon
|
Posted:
Tue Mar 29, 2005 11:45 pm |
|
Okay, I did all the changes as suggested in the sticky and it fixed it. Thanks. |
|
|
|
|
BobMarion
|
Posted:
Sat Apr 02, 2005 10:31 pm |
|
I simplely forgot to ask you if your were using a patched below 2.9 Could have saved you alot of grief if I had asked. |
|
|
|
|
|