No, currently it is not a blocking system, it is only a system to warn users of possible intrusions.
As I’ve seen through the PHPIDS logs on several systems, an automatic blocking will cause some trouble, because it will block people, that should not been blocked at all.
I will not develop an automatic blocking, because at least, I would be the one who blocked someone, and users will tell me, that I would be responsible.
But what I’m thinking about is to create a module, that will list the intrusions by their IP address and give the user the possibility to look for details and to block a user.
I think there should be two possibilities of blocking:
- With htaccess file
- Forward to a document
As htaccess files don’t work on windows systems with IIS, my idea is to show users only one document with a message.
But it will take a wile until this will be finished, because that is more work, than coding this plugin until now.