|
I.P. banning with JavaScript is hugely flawed, and anyone thinking it's a viable method of banning users seriously needs to rethink their security.
JavaScript is a client side technology, which basically means that if it's annoying the end user, they can turn it off, thus allowing them to access the site again.
If you're going to do application based security, then it's best to use something like PHP, which doesn't give the end user the chance of disabling it.
|