Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Hack Attempt Script
Author Message
grooviestgerman
New Member
New Member



Joined: Jul 22, 2006
Posts: 12
Location: The Hague

PostPosted: Sat Jul 22, 2006 11:45 am Reply with quote

Hi there, I installed Nuke Sentinel and hope that is the right place for help.

I made a mistake by installing it and now I get only the top of my admin page with some text: Illegal Access Detected!!

I deinstalled it but it doesn't help.

What can I do to get my IP to be permitted?

Thanks in advance

Frank
 
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat Jul 22, 2006 12:21 pm Reply with quote

Well that error does not indicate you have banned yourself. Does the page have a black background?

I suspect you have either got some file edits wrong or they are incomplete.
 
View user's profile Send private message Send e-mail
grooviestgerman







PostPosted: Sat Jul 22, 2006 12:26 pm Reply with quote

No the page just missing the bottom admin page.

I know I got some file edits wrong but don't know where to start.

Frank
 
Guardian2003







PostPosted: Sat Jul 22, 2006 12:31 pm Reply with quote

Go over the instructions again, I'm pretty sure you missed something as you said you did a de-install and that had no affect - which means you must have missed something else when trying to restore to a previous setup.

Can you not restore the site using the back up you did before installing Sentinel?
 
grooviestgerman







PostPosted: Sat Jul 22, 2006 1:01 pm Reply with quote

done that and still have the same message in the admin page, this time both rows are showing and the message is on the bottom one.

Will possible shut down page and reinstall everything new, I can't find the mistake

Frank
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:28 am Reply with quote

Me againRestored my site and everything was working fine, till I installed Nuke Weather 7.5-7.8.

Now I have the same problem, illegal access detected...

Restoring of Database doesn't help...

So I need to reinstall everything again.

Maybe thats the first time this happens but I think it's not normal.

Regards

Frank
 
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Sun Jul 23, 2006 9:32 am Reply with quote

ahh now that tells a lot.

There is an admin panel to that correct?

Do me a favor and post the links.whatever.php that is in the folder admin of that module. In there lies your problem.

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:33 am Reply with quote

deleted the nsnwx install folder and it works again...

Still funny

Frank
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:34 am Reply with quote

Got you...

Here it is

<?php

/********************************************************/
/* NukeWeather(tm) */
/* By: NukeScripts Network (webmaster@nukescripts.net) */
/* [ Only registered users can see links on this board! Get registered or login! ] */
/* Copyright © 2000-2005 by NukeScripts Network */
/********************************************************/

if(!defined('ADMIN_FILE')) { die("Illegal Access Detected!!"); }
$wxmodule = "Weather";
get_lang($wxmodule);
adminmenu("".$admin_file.".php?op=WXMain", _WX_TITLE, "nukeweather.png");

?>
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:35 am Reply with quote

How do I change it?

Frank
 
gregexp







PostPosted: Sun Jul 23, 2006 9:36 am Reply with quote

Im confused, is it all working now or do I need to provide a fix?
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:38 am Reply with quote

Please provide a fix, that would possible solve the problem I have with the Sentinel installation aswell.

Regards

Frank
 
gregexp







PostPosted: Sun Jul 23, 2006 9:40 am Reply with quote

whats wrong with the installation of sentinel?

Also post the contents of the case.whatever.php


Last edited by gregexp on Sun Jul 23, 2006 9:44 am; edited 1 time in total 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:43 am Reply with quote

Same story I got locked out of my complete admin section and I am not such an expert to find the mistake I am possible making, now I saw the same script in the Sentinel folder: if(!defined('ADMIN_FILE')) { die("Illegal Access Detected!!"); }

Thats my problem

I hope you understand.

Regards

Frank
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:48 am Reply with quote

Sorry here is the other script:

<?php

/********************************************************/
/* NukeWeather(tm) */
/* By: NukeScripts Network (webmaster@nukescripts.net) */
/* [ Only registered users can see links on this board! Get registered or login! ] */
/* Copyright © 2000-2005 by NukeScripts Network */
/********************************************************/

if(!defined('ADMIN_FILE')) { die("Illegal Access Detected!!"); }
$wxmodule = "Weather";

switch($op) {

case "WXChange":
case "WXClear":
case "WXClearConf":
case "WXConfig":
case "WXConfigSave":
case "WXConfirm":
case "WXDefault":
case "WXInstall":
case "WXLoadData":
case "WXMain":
case "WXRem_Cou":
case "WXRem_Cou_Con":
case "WXRem_Reg":
case "WXRem_Reg_Con":
case "WXRem_Sub":
case "WXRem_Sub_Con":
case "WXRemCou":
case "WXRemReg":
case "WXRemSub":
case "WXSave":
case "WXSelect":
include("modules/$wxmodule/admin/index.php");
break;

}

?>
 
gregexp







PostPosted: Sun Jul 23, 2006 9:49 am Reply with quote

I completely understand, what version of sentinel are you using and I may need to get inside your account to check something. There are 2 scenarios I can think of that may cause your problem, First would be the obvious, an edit was not made correctly, Second which is actually more likely, is that there is a link.something.php that is not upto date with the patch level but will still work none the less, and once sentinel was installed, it forced to recognize something was not right and then it started blocking you from entering the admin panel.
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 9:58 am Reply with quote

To be honest I just uploaded everything instead of reading through the stuff.. So I edited not one file.

I downloaded the latest version from the site and I am running Nuke 7.6 not patched or anything.

Which files do I need to update or edit? But please if that is to much work we leave it...

Regards

Frank
 
Guardian2003







PostPosted: Sun Jul 23, 2006 11:18 am Reply with quote

If you 'just uploaded everything instead of reading through stuff' then you may be missing some of the edits that are required.
 
grooviestgerman







PostPosted: Sun Jul 23, 2006 11:21 am Reply with quote

Sorry but we know this already...

What edits was the question and meanwhile I will not try to install it again

Thanks for all your help

Frank
 
Guardian2003







PostPosted: Sun Jul 23, 2006 11:23 am Reply with quote

For Sentinel, there is probably a directory called Core_File_Edits - they should be in there.
If this is a new site, why not just install Raven Nuke which has all the work done for you?
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Hack Attempt Script

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 ©