I want to able to ban usernames on my site. I've got an interface for site admins to use and i've set up a database already. I don't want to ban IP addresses because there are ways around that. I know that people can just sign up again to avoid the ban, but I want to start with the basics for now, I can always make changes later. Does anyone know a script that can check the username from the session and cross reference it with the usernames from the database and if there's a match, the user will be redirected to another page?
Thanks in advance,
Justsomeguy :)
Thanks in advance,
Justsomeguy :)
Comment