I Wanna know how to ban someone from their ip so they cant register anymore at my gunz register page.
Printable View
I Wanna know how to ban someone from their ip so they cant register anymore at my gunz register page.
Use google and search for .htacces ip blocks.
That should help you.
Its also possible to code and php scripts that checks the ip adresses of the users and if the ip is on the 'blacklist' it will redirect to an other website or show them an message.
I think an htacces file is easier to make.
But remainber those people can still register an account if the use an proxy server. Since an free proxy is easy to find and easy to use.
make a .htaccess file
put in it
deny from xxx.xxx.xxx.xxx
replace the x with the IP what you want to ban