PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
KillerCrazzy
Hangin' Around


Joined: Apr 08, 2005
Posts: 26

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

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(tm) 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: 16987
Location: Kansas

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

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 to the forums!
and there are others about this matter. If that does not help then please post back.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
KillerCrazzy
Hangin' Around


Joined: Apr 08, 2005
Posts: 26

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

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
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum