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



Joined: Apr 08, 2005
Posts: 26

PostPosted: Fri Apr 08, 2005 4:04 pm Reply with quote

I'm useing nuke 7.5
in the <Administration Menu>
<Edit admin>
I get a page that say this (even in god mode)
Quote:
You have been blocked from entering this site.

You have attempted an unknown attack on this site.

All of the following information has been gathered to assist the webmaster should this need to be report to local or federal officers.

If you think this is a mistake you can contact the site webmaster at My Address.

User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Remote Address: MY IP
Client IP: none
Forwarded For: none
Date Blocked: 2005-04-06 @ 23:55:23 EDT GMT -0400
Block expires: Permanent

NukeSentinel™ 2.2.0

It does not bann yea just click the back button but we can add new admins are edit curent admins.
 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Apr 08, 2005 10:41 pm Reply with quote

If you do not have Chatserv's 2.9 patches installed, then you will need to make some changes. See this post [ Only registered users can see links on this board! Get registered or login! ] and there are others about this matter. If that does not help then please post back.
 
View user's profile Send private message
KillerCrazzy







PostPosted: Wed Apr 27, 2005 7:15 pm Reply with quote

ok have the problem still here with the admin
on that post it say yea have to make a few changes

Quote:
You can install it but you MUST make a few minor changes.Code:
// Load required scripts
if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
$lang_dir = "../../../";
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
$lang_dir = "../../";
} else {
@require_once("config.php");
@require_once("db/db.php");
$lang_dir = "";
}


Quote:

Becomes:Code:
// Load required scripts
if ($forum_admin == 1) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
$lang_dir = "../../../";
} elseif ($inside_mod == 1) {
@require_once("../../config.php");
@require_once("../../db/db.php");
$lang_dir = "../../";
} else {
@require_once("config.php");
@require_once("db/db.php");
$lang_dir = "";
}
Quote:

The code inserted in mainfile.php goes from:Code:
if (defined('FORUM_ADMIN')) {
@include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
@include_once("../../includes/nukesentinel.php");
} else {
@include_once("includes/nukesentinel.php");
}

Quote:

To:Code:
if ($forum_admin == 1) {
@include_once("../../../includes/nukesentinel.php");
} elseif ($inside_mod == 1) {
@include_once("../../includes/nukesentinel.php");
} else {
@include_once("includes/nukesentinel.php");


The problem is, the frist one i dont know were to look to find that code the 2nd one we found but the frist does not say were its at
And yes we have that chatserv's 2.9 patch
 
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 ©