i dont have time now to look in the source but it dont get last request and block the page if is very low?
If yes than it will survive to dos/ddos!
i dont have time now to look in the source but it dont get last request and block the page if is very low?
If yes than it will survive to dos/ddos!
there need to put ir in htdoc root only?
Because apache need accept conection to identify an IP and block of httpdocs
if u have a real ddos attack, your script dont have enought time to stop ips
any ddos attack can be redirected to namevservers, and this scripts dont works, but u can log ips into mysql db
to stop a ddos attack u need stop ips in a external firewall or another PC like a filter...
if a server are "the filter" u have a problem
for all time all best coders work on a prevent system and have solution only in fisical firewalls or pc filter..
u can
read the read me file
[QUOTE=Mulegend;4793368]Because apache need accept conection to identify an IP and block of httpdocs
if u have a real ddos attack, your script dont have enought time to stop ips
any ddos attack can be redirected to namevservers, and this scripts dont works, but u can log ips into mysql db
to stop a ddos attack u need stop ips in a external firewall or another PC like a filter...
if a server are "the filter" u have a problem
for all time all best coders work on a prevent system and have solution only in fisical firewalls or pc filter..
u can
I will test this for sure, just need to find somewhere I can test it xD
i've updated it to verison 1.3
--
new layout && it checks for updates :]
Nice release :) can already solve some of the problems :p
Nice! Thank you very much :)
Regarding with your admin page, I think autoresolving IP is not a good idea, it will be very slow with big logs.
Found one problem with this code: mssql_query("delete from logs where time > 1"); //line 322, it fails coz your time column is in type text. So a quick resolve is to remove 'where time > 1' coz anyway this query's purpose is to clear all logs.
Warning: mssql_select_db() [function.mssql-select-db]: message: Could not locate entry in sysdatabases for database 'locksystem'. No entry found with that name. Make sure that the name is entered correctly. (severity 16) in C:\wamp\www\locksystem.php on line 101
Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: locksystem in C:\wamp\www\locksystem.php on line 101
I have that problem too. Anyone know what to do?
where i have to put this?
I hope you are fucking joking.
1. DDOS isn't an attack specific to webservers.
2. By using this script you'll still connect to MsSQL(which can be remote, so you'll use more resources) and USE SYSTEM RESOURCES AND BANDWITDH <=> DOS.
LET'S DDOS 127.0.0.1!!!
lol
THIS MADE ME GRIN TOO!
Last edited by DunnKz; 06-02-11 at 05:47 PM.
Nice realese for beginers
Thanks.
Hi
Good release mate!
Can you give the function to automatically clear the database of non-banned ip's every 10-20 minutes?