October 13, 2017 / Comments: 0

Shell script - PHP and MYSQL login system addendum

Shell script to keep tabs on MYSQL database In previous post, we've taken a closer look at how to create PHP and MYSQL login system that collects attempt and ban data and compares a user's IP against it to see whether the IP is banned or not. While the system works like it is supposed to, the data collected in the login_attempts and login_banned tables becomes...

Tags: bash  mysql  logging