Hey, i have hacker on my server, i banned him ip/ muted only can re-create new account and hack again, i use panel v3 from Emisand but dosent work :/
help me to IP ban account please :(
Printable View
Hey, i have hacker on my server, i banned him ip/ muted only can re-create new account and hack again, i use panel v3 from Emisand but dosent work :/
help me to IP ban account please :(
Make a Htaccess file in your register page directory and place a block of his ip in there. I use it
you cant be secure from an ingame hacker except you use a antihack but ip ban??? useless he can restart his internet to get the a new ip or just useing proxys :P
mac ban could be better :P and if he has dynamic IP 0_o
Add this to your Register page =)
Code:if(mssql_num_rows(mssql_query("SELECT * FROM Login(nolock) INNER JOIN Account(nolock) ON Login.AID = Account.AID WHERE Login.LastIP = '$_SERVER[REMOTE_ADDR]' and Account.UGradeID = 253")) <> 0){
Header ("LOCATION: www.google.com");
die();
}