PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
feebeenz
New Member
New Member


Joined: Feb 01, 2009
Posts: 5

PostPosted: Mon Feb 02, 2009 1:03 am Reply with quote Back to top

Is there a way I can completely remove SENTINEL from my website?

I had managed to fix some long term issues on my website and some how managed to ban myself - so i went into phpmyadmin and i dropped the table nuke_nsnst_blocked_ips ( which i think was the wrong thing to do ).

Ive cleaned htaccess and nuke_nsnst_blocked_ips etc etc I'm at my wits end - I think it will be easier uninstalling SENTINEL and reinstalling it fresh. Advice appreciated. Thank you.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Mon Feb 02, 2009 1:40 am Reply with quote Back to top

The only way an admin can accidentally ban himself is if you did not run the 'Scan for admins' link and then add yourself as 'protected' but I'm sure you figured that out after reading the instructions Smile

Removing NS is a really, really bad idea!
You could restore the able you dropped from a database back up (you do have a back up right?) or re-run the installer again which should re- install any missing tables.

What you should have done is deleted the rows of data in the table, not the whole table. Also if you had it configured correctly to write blocked IP's to the htaccess file, you may need to remove your IP from that if you find you are still banned.
View user's profile Send private message Send e-mail Visit poster's website
feebeenz
New Member
New Member


Joined: Feb 01, 2009
Posts: 5

PostPosted: Tue Feb 03, 2009 2:12 am Reply with quote Back to top

Thank you Guardian When you mentioned a back up I kicked myself lol lesson learnt.
I think re-running install is best option now. but not sure what i need to do lol
any useful posts appreciated thank you
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Feb 04, 2009 12:48 am Reply with quote Back to top

Try renaming the following folders/files:

/includes/nukesentinel.php
/admin/modules/nukesentinel
/admin/modules/nukesentinel.php
/admin/case/case.nukesentinel.php
/admin/links/links.nukesentinel.php
/blocks/block-Sentinel.php
/blocks/block-Sentinel_Center.php
/blocks/block-Sentinel_Scrolling.php
/blocks/block-Sentinel_Side.php
/language/nukesentinel
/modules/NukeSentinel

There are also a couple of references to nukesentinel.php in mainfile.php but they are called in such a way as to not throw errors; at least that's the plan.

NS v2.6 and possibly earlier versions include a switch in the main configuration screen to set NukeSentinel(tm) Status: to disabled to avoid all the above changes.

But, the best/safest advice is to follow Guardian's instructions Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
feebeenz
New Member
New Member


Joined: Feb 01, 2009
Posts: 5

PostPosted: Fri Feb 06, 2009 1:34 pm Reply with quote Back to top

I cant seem to unban myself - ive cleared the nuke_nsnst_blocked_ips ( which seems to be working overtime banning ppl lol ) ive cleared htaccess. i cant remember the version of sentnel im using Sad
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Fri Feb 06, 2009 2:16 pm Reply with quote Back to top

What message do you get when you think you are being banned? Remember not to paste your IP address here.
View user's profile Send private message Send e-mail Visit poster's website
horrorcode
Involved
Involved


Joined: Jan 17, 2009
Posts: 268
Location: Missouri

PostPosted: Fri Feb 06, 2009 3:15 pm Reply with quote Back to top

Not sure if this helps but I kept getting banned and it had to do with uploading via ftp, the files were going to the admin dir, maybe it has something to do with permisions? If you did add any new files to case, links, etc, I just reuploaded everything and it worked fine. Good luck
View user's profile Send private message Visit poster's website MSN Messenger
feebeenz
New Member
New Member


Joined: Feb 01, 2009
Posts: 5

PostPosted: Sat Feb 07, 2009 5:58 am Reply with quote Back to top

I get the following....

You have attempted to access this site with an invalid IP.
If you think this is a mistake you can contact the site webmaster at ******
Be SURE to include the following information in any email!
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; ubt; ub2; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR *****; .NET CLR ******)
Remote Address: **********
Client IP: none
Forwarded For: none
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Sat Feb 07, 2009 6:33 am Reply with quote Back to top

Pity you did not search the forum for "invalid IP" - the answer to your problem is to get the latest IP2C (IP to Country) data from nukescripts.net
What happens is that periodically some IP blocks/ranges get changed by the people that control IP allocation and it looks like your IP got moved and now Nuke Sentinel cannot determine if you are 'real' or not.
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat Feb 07, 2009 12:40 pm Reply with quote Back to top

Actually, I have the latest and it will be released with RavenNuke(tm) v2.30.01 and then as a stand alone. If you d/l the latest from nukescripts.net and that doesn't correct your problem, there is also a setting in the rnconfig.php file that you can set to true to bypass the NukeSentinel(tm) Invalid IP Check completely.

In rnconfig.php
FIND
$bypassNukeSentinelInvalidIPCheck = false;

CHANGE TO
$bypassNukeSentinelInvalidIPCheck = true;
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Sat Feb 07, 2009 5:14 pm Reply with quote Back to top

That doesn't work in 2.3.$bypassNukeSentinelInvalidIPCheck is broken in 2.30.00.
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat Feb 07, 2009 9:34 pm Reply with quote Back to top

True, but the fix is in that post so it could be made to work Wink
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Sat Feb 07, 2009 9:58 pm Reply with quote Back to top

That was the gist of my post Smile
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat Feb 07, 2009 10:09 pm Reply with quote Back to top

I assumed that but I didn't pick up on it. My old brain saw "That doesn't work in 2.3" but w/o seeing something like "However there is a fix at ...". So, I thought others might be confused as well. In any event, I think we pretty well covered it Cheers
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
feebeenz
New Member
New Member


Joined: Feb 01, 2009
Posts: 5

PostPosted: Sun Feb 08, 2009 5:33 am Reply with quote Back to top

i tried suching the forum but couldnt make sense of what i was reading...just wanted to let you know issue is resolved...thanks for all your help.
View user's profile Send private message
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

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