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
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 Back to top

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: 4868

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

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 Visit poster's website
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4868

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

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?
View user's profile Send private message Send e-mail Visit poster's website
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
gregexp
The Mouse Is Extension Of Arm


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

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

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.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
grooviestgerman
New Member
New Member


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

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

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

Still funny

Frank
View user's profile Send private message Visit poster's website
grooviestgerman
New Member
New Member


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

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

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 to the forums!
*/
/* 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");

?>
View user's profile Send private message Visit poster's website
grooviestgerman
New Member
New Member


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

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

How do I change it?

Frank
View user's profile Send private message Visit poster's website
gregexp
The Mouse Is Extension Of Arm


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

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

Im confused, is it all working now or do I need to provide a fix?
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
grooviestgerman
New Member
New Member


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

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

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

Regards

Frank
View user's profile Send private message Visit poster's website
gregexp
The Mouse Is Extension Of Arm


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

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

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
grooviestgerman
New Member
New Member


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

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

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 to the forums!
*/
/* 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;

}

?>
View user's profile Send private message Visit poster's website
gregexp
The Mouse Is Extension Of Arm


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

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

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.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4868

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

If you 'just uploaded everything instead of reading through stuff' then you may be missing some of the edits that are required.
View user's profile Send private message Send e-mail Visit poster's website
grooviestgerman
New Member
New Member


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

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

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
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4868

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

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?
View user's profile Send private message Send e-mail 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-2008 by Raven
Proud to be listed at Lobo Links Web Directory

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 Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

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

zerosum