Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)
Author Message
steveh552
New Member
New Member



Joined: Jun 02, 2005
Posts: 19

PostPosted: Thu Jun 02, 2005 12:44 am Reply with quote

I had to reinstall my Nuke (PHP Nuke 7.5) and downloaded Sentinel and am unable to get to the admin panel.

I installed the nuke updates as well.

When I try to get to my sentinel panel, i get a 404 page not found. I cant figure anything out, iv followed the install instructions perfectly, I have reinstalled sentinel and everything, but nothing. NOTE: After reinstalling my orginal PHP Nuke admin files (removing the update files), when I click on the admin panel for the Sentinel, it just takes me back to my admin.php for nuke,

Any help? FYI, I am not to good at this coding. So if someone is willing to provide assistance beyond this forum, I am open to it.
steve
yahoo: steveh552
 
View user's profile Send private message
BobMarion
Former Admin in Good Standing



Joined: Oct 30, 2002
Posts: 1037
Location: RedNeck Land (known as Kentucky)

PostPosted: Thu Jun 02, 2005 3:54 pm Reply with quote

Check the url it is calling and see if it is missing the admin part of admin.php. If it is make sure your admin files (case, links, and modules) have the following in them:
Code:
global $admin_file;

if(!isset($admin_file)) { $admin_file = "admin"; }

_________________
Bob Marion
Codito Ergo Sum
http://www.nukescripts.net 
View user's profile Send private message Send e-mail Visit poster's website
steveh552







PostPosted: Thu Jun 02, 2005 10:44 pm Reply with quote

That codes is in the modules, but not case and links. When added to case and links, I get page errors galore. Not sure whats going on wtih it. Id be glad to give someone access to my FTP and admin panel to see if this can be figured out.

Basically, until I can get this working, i wont do anything with the site, considering I have an exwife and her boyfriend who like to get in to play games, this may prevent them from destroying a second site.
Steve
 
sting
Involved
Involved



Joined: Sep 23, 2003
Posts: 456
Location: Somewhere out there...

PostPosted: Sat Jun 04, 2005 9:49 am Reply with quote

Make sure you add it above the rest of the code - mine was missing from case and links, once put in everything came back as expected.

One really odd thing (and it probably only happens to me), I made this change (adding the lines to case and links), hit refresh on my admin page. The link appeared when i hovered over the nuke sentinel admin button - I clicked on it, and the site's default theme changed from fiapple to Deep Blue.

I changed it back, everything is normal (at least it appears normal), but that was a strange trip . . .

-sting
 
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
sting







PostPosted: Sat Jun 04, 2005 9:51 am Reply with quote

Here are the files as I have them:

Links:

Code:
<?php


/********************************************************/
/* NukeSentinel(tm)                                     */
/* By: NukeScripts Network (webmaster@nukescripts.net)  */
/* http://www.nukescripts.net                           */
/* Copyright © 2000-2005 by NukeScripts Network         */
/********************************************************/
global $admin_file;
if(!isset($admin_file)) { $admin_file = "admin"; }

if(!defined('ADMIN_FILE')) {
  header("Location: ../../".$admin_file.".php");
  die();
}
if ($radminsuper==1) {
    adminmenu("".$admin_file.".php?op=ABMain", _AB_NUKESENTINEL, "nukesentinel.png");
}

?>


and Case:

Code:


<?php

/********************************************************/
/* NukeSentinel(tm)                                     */
/* By: NukeScripts Network (webmaster@nukescripts.net)  */
/* http://www.nukescripts.net                           */
/* Copyright © 2000-2005 by NukeScripts Network         */
/********************************************************/
global $admin_file;
if(!isset($admin_file)) { $admin_file = "admin"; }

if(!defined('ADMIN_FILE')) {
  header("Location: ../../".$admin_file.".php");
  die();
}

switch($op) {
    case "ABAuthEdit":
    case "ABAuthEditSave":
    case "ABAuthList":
    case "ABAuthListScan":
    case "ABAuthResend":
    case "ABBlockedIP":
    case "ABBlockedIPAdd":
    case "ABBlockedIPAddSave":
    case "ABBlockedIPClear":
    case "ABBlockedIPClearExpired":
    case "ABBlockedIPClearSave":
    case "ABBlockedIPDelete":
    case "ABBlockedIPDeleteSave":
    case "ABBlockedIPEdit":
    case "ABBlockedIPEditSave":
    case "ABBlockedIPMenu":
    case "ABBlockedIPView":
    case "ABBlockedRange":
    case "ABBlockedRangeAdd":
    case "ABBlockedRangeAddSave":
    case "ABBlockedRangeClear":
    case "ABBlockedRangeClearExpired":
    case "ABBlockedRangeClearSave":
    case "ABBlockedRangeDelete":
    case "ABBlockedRangeDeleteSave":
    case "ABBlockedRangeEdit":
    case "ABBlockedRangeEditSave":
    case "ABBlockedRangeMenu":
    case "ABBlockedRangeView":
    case "ABCGIAuth":
    case "ABCGIBuild":
    case "ABConfig":
    case "ABConfigAdmin":
    case "ABConfigAuthor":
    case "ABConfigClike":
    case "ABConfigFilter":
    case "ABConfigHarvester":
    case "ABConfigReferer":
    case "ABConfigRequest":
    case "ABConfigSave":
    case "ABConfigScript":
    case "ABConfigString":
    case "ABConfigUnion":
    case "ABCountryList":
    case "ABDBMaintence":
    case "ABDBOptimize":
    case "ABDBRepair":
    case "ABDBStructure":
    case "ABExcludedAdd":
    case "ABExcludedAddSave":
    case "ABExcludedClear":
    case "ABExcludedClearSave":
    case "ABExcludedDelete":
    case "ABExcludedDeleteSave":
    case "ABExcludedEdit":
    case "ABExcludedEditSave":
    case "ABExcludedList":
    case "ABExcludedMenu":
    case "ABExcludedView":
    case "ABImport":
    case "ABImportBlockedRange":
    case "ABImportIP2Country":
    case "ABIP2Country":
    case "ABIP2CountryAdd":
    case "ABIP2CountryAddSave":
    case "ABIP2CountryDelete":
    case "ABIP2CountryDeleteSave":
    case "ABIP2CountryEdit":
    case "ABIP2CountryEditSave":
    case "ABIP2CountryList":
    case "ABIP2CountryUpdateBlocked":
    case "ABIP2CountryUpdateBlockedRanges":
    case "ABIP2CountryUpdateExcludedRanges":
    case "ABIP2CountryUpdateProtectedRanges":
    case "ABIP2CountryUpdateReservedRanges":
    case "ABIP2CountryUpdateTracked":
    case "ABLoadError":
    case "ABMain":
    case "ABMainSave":
    case "ABPrintBlockedIP":
    case "ABPrintBlockedIPView":
    case "ABPrintBlockedRange":
    case "ABPrintBlockedRangeView":
    case "ABPrintExcludedList":
    case "ABPrintExcludedView":
    case "ABPrintProtectedList":
    case "ABPrintProtectedView":
    case "ABPrintReserved":
    case "ABPrintReservedView":
    case "ABPrintTracked":
    case "ABPrintTrackedPages":
    case "ABPrintTrackedUsers":
    case "ABPrintTrackedUsersPages":
    case "ABProtectedAdd":
    case "ABProtectedAddSave":
    case "ABProtectedClear":
    case "ABProtectedClearSave":
    case "ABProtectedDelete":
    case "ABProtectedDeleteSave":
    case "ABProtectedEdit":
    case "ABProtectedEditSave":
    case "ABProtectedList":
    case "ABProtectedMenu":
    case "ABProtectedView":
    case "ABReservedAdd":
    case "ABReservedAddSave":
    case "ABReservedClear":
    case "ABReservedClearSave":
    case "ABReservedDelete":
    case "ABReservedDeleteSave":
    case "ABReservedEdit":
    case "ABReservedEditSave":
    case "ABReservedList":
    case "ABReservedMenu":
    case "ABSearch":
    case "ABSearchResults":
    case "ABTracked":
    case "ABTrackedAdd":
    case "ABTrackedAddSave":
    case "ABTrackedClear":
    case "ABTrackedClearSave":
    case "ABTrackedDelete":
    case "ABTrackedDeleteSave":
    case "ABTrackedDeleteUser":
    case "ABTrackedDeleteUserIP":
    case "ABTrackedMenu":
    case "ABTrackedPages":
    case "ABTrackedUsers":
    case "ABTrackedUsersIPs":
    case "ABTrackedUsersPages":
    include("admin/modules/nukesentinel.php");
    break;
}
?>


Hope it helps.

-sting
 
steveh552







PostPosted: Sat Jun 04, 2005 5:36 pm Reply with quote

I changed my case and links to those, and now I cant even get to my admin.php.

Maybe its just not ment to work for me.
 
sting







PostPosted: Sat Jun 04, 2005 7:25 pm Reply with quote

If you feel comfortable doing so, PM or IM me your FTP info and your site info and I will check it out. Will need your admin info on the site as well.

Or you can hit me at [ Only registered users can see links on this board! Get registered or login! ]

-sting
 
sting







PostPosted: Sat Jun 04, 2005 8:42 pm Reply with quote

This was a case where he had Nuke 7.5 installed without the patches from Chatserv - once he reinstalled the site, updated the nuke, and reinstalled the sentinel, it worked.

-sting
 
steveh552







PostPosted: Sat Jun 04, 2005 8:59 pm Reply with quote

THANK YOU SO MUCH STING for the help. Sites working as it should again with NS.
Steve
 
sting







PostPosted: Sat Jun 04, 2005 9:14 pm Reply with quote

No problem, glad I could help.

-sting
 
BobMarion







PostPosted: Tue Jun 14, 2005 2:03 pm Reply with quote

All the fun I missed Sad Talking like Yodi I must stop Wink
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)

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 ©