Block IP
843838May 28 2006 — edited May 28 2006Hey all,
I'm a student and we're developing a jsp-forum.
I was wondering how i can block remote addresses (ip's) cuz we have to be able to ban ip's.
I'm storing the ip's in a database when a user logs on to the forum, and when he is "ip-banned", the user's ip is stored in a separate table.
But how do i block those that are in that table so i can redirect him to the banned page ?
Thnx in advance.