Author |
Message |
conefth
New Member


Joined: May 09, 2007
Posts: 5
|
Posted:
Thu May 10, 2007 1:52 am |
|
I have recently installed nukesentinel 2.5 onto my phpnuke 7.5 parched website. Uploaded all files, done all manual file edits, run the installer and all seemed to go ok. However, now when I am at the administration, some of the admin modules give me a blank screen with "Access Denied". For example, I get access to banners, blocks or forums, but I don't get access to messages, modules or NukeSentinel.
I tried to search the forums to find a fix without opening another topic, but I couldn't find a similar situation or a fix that could help me. I'd appreciate any info or suggestion. |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Thu May 10, 2007 2:55 am |
|
i think you have a mixup somewhere with your patches.
just look into the sentinel install files and included readme.
it contains some info on how things should look iin your modules for 7.5.. |
|
|
|
 |
conefth

|
Posted:
Thu May 10, 2007 4:31 am |
|
Thanks for the suggestion hitwalker.
However, all modules look the same and I can't find anything more in the readme or install file of nukesentinel. For example, the exact same code is used (prior to the functions) in blocks.php and in modules.php, but I get access to blocks admin but not to modules admin!!!
If you have any other suggestions or specifics I will appreciate. I hate to have to roll everything back and install again... |
|
|
|
 |
hitwalker

|
Posted:
Thu May 10, 2007 4:36 am |
|
what 7.5 patched version are you on? |
|
|
|
 |
conefth

|
Posted:
Thu May 10, 2007 5:12 am |
|
How can I find this? I implemented the patch found in nukeresources.com about a year ago and I don't really remember it's version number... |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Thu May 10, 2007 6:14 am |
|
That tells me its either 3.2 or 3.3 given the timeframe. If you don't have your originial download from NukeResources, I am not sure how you will be able to tell as Chat was not consistent in how he "marked" the version number within the files themselves. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
conefth

|
Posted:
Fri May 11, 2007 1:53 am |
|
I tried to find the version of my patches but I can't. The problem is still there and if you have any other suggestions or ideas please share them because I am stuck...
The problem is that the code used in the admin modules is the same, but one module works and the other gives me an Access Denied error. For example, in blocks.php the code is:
Code:if (!eregi("admin.php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); }
global $prefix, $db;
$aid = substr("$aid", 0,25);
$row = $db->sql_fetchrow($db->sql_query("SELECT radminsuper FROM " . $prefix . "_authors WHERE aid='$aid'"));
if ($row['radminsuper'] == 1) {
...BLOCKS FUNCTIONS...
} else {
echo "Access Denied";
}
|
The exact same code is used in modules.php. However, I can access bloscks admin, but not modules admin. I also checked the case and link files in the admin directory and they are also identical.
I am quite desperate because I had to install nukesentinel due to continuous hacking attempts and the placement of phishing code on my server. But now I can't access half of the admin modules. All suggestions are welcome. |
|
|
|
 |
hitwalker

|
Posted:
Fri May 11, 2007 2:35 am |
|
contact me by msn conefth, and will try to fix this .. |
|
|
|
 |
hitwalker

|
Posted:
Fri May 11, 2007 12:39 pm |
|
i cant help without any info,and its probably a thing to do with trust...thats fine by me...so like i said,then i cant help you. |
|
|
|
 |
conefth

|
Posted:
Fri May 11, 2007 12:58 pm |
|
Look, over the past month I have been hacked several times, had to change host, received e-mail from anti-phishing organizations and Banks about id-theft from my website and was on and off line all the time. I am sorry but I an not ready to share this kind of info with anyone.
If anyone has any suggestions, then please share... |
|
|
|
 |
hitwalker

|
Posted:
Fri May 11, 2007 1:50 pm |
|
Quote: | Look, over the past month I have been hacked several times, had to change host, received e-mail from anti-phishing organizations and Banks about id-theft from my website and was on and off line all the time. I am sorry but I an not ready to share this kind of info with anyone. |
Well thats nice to hear,you come to a support site but dont trust the people your asking to help...
maybe somebody else can help you. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Fri May 11, 2007 2:03 pm |
|
Did you try recreating your God account? I'd empty my authors table and start over with a new God account. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
|