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
mystik
New Member
New Member



Joined: Jul 09, 2005
Posts: 3

PostPosted: Sat Jul 09, 2005 11:00 am Reply with quote

I installed the patch and Sentinel files. Everything works good as far as site functions are concerned. I tried to use a union attack and recieved the blocked page. I recieve the emails saying my IP was blocked.

So far so good.

Now, I try to access my site and I go right on in. I checked the IP-ban table through myPHPadmin and there is nothing written to the table. I checked the .htaccess and nothing is written there with the exception of the code for denying access to my .staccess. .htaccess is MODed to 666.

What could be wrong?

The same thing happened when I tried to access the admin via proxy and was given a blocked page. No record for the IP block. Plus, I had the block proxy setting at high as was able to browse the site like there was no protection.

Any ideas?
 
View user's profile Send private message
Manuel
Regular
Regular



Joined: May 28, 2005
Posts: 90

PostPosted: Sat Jul 09, 2005 12:37 pm Reply with quote

in sentinel's configuration you have set these blockers to 'Email, Block, Default Page' ?

_________________
Image 
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
mystik







PostPosted: Sat Jul 09, 2005 1:29 pm Reply with quote

Yep and I do get the emails, the pages and all that. It just doesn't get recorded to the DB or written to .htaccess. It performs perfectly, other than that.
 
64bitguy
The Mouse Is Extension Of Arm



Joined: Mar 06, 2004
Posts: 1164

PostPosted: Sat Jul 09, 2005 3:00 pm Reply with quote

Are you protected either in one of the protected fields or admin protect?

PM me your domain and I'll reply with my IP address and then give you a non-malicious union attack to test it.

_________________
Steph Benoit
100% Section 508 and W3C HTML5 and CSS Compliant (Truly) Code, because I love compliance. 
View user's profile Send private message
Dauthus
Worker
Worker



Joined: Oct 07, 2003
Posts: 211

PostPosted: Sat Jul 09, 2005 7:39 pm Reply with quote

mystik, try and remove ALL the blank lines in your .htaccess file. The only blank line should be at the very bottom. I had the same problem. Here's an example:

Change This:
Code:
# -------------------------------------------

# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .staccess>
deny from all
</Files>

<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted by NukeSentinel(tm)"
AuthType Basic
AuthUserFile /home/virtual/site4/fst/var/www/members/.staccess
</Files>
# -------------------------------------------
# End of NukeSentinel(tm) admin.php Auth
# -------------------------------------------


To This:
Code:
# -------------------------------------------

# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .staccess>
deny from all
</Files>
# <---------------------------  ADD THE "#" (Shift+3) HERE
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted by NukeSentinel(tm)"
AuthType Basic
AuthUserFile /home/virtual/site4/fst/var/www/members/.staccess
</Files>
# -------------------------------------------
# End of NukeSentinel(tm) admin.php Auth
# -------------------------------------------


Do this to EVERY blank line in your .htaccess file. I had a bunch of them. That fixed it for me.

_________________
Image
Vivere disce, cogita mori 
View user's profile Send private message Visit poster's website
mystik







PostPosted: Sat Jul 09, 2005 7:45 pm Reply with quote

Actually, I deleted the tables using the script in Sentinel and then reinstalled as a new installment with the script. After that it worked like it should. I'm not sure why the tables wouldn't take the first time as they didn't look any different the second time around. Must be something with the SQL connection.

At any rate, it works great now. Thanks everyone!
 
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 ©