Very usefull indeed, and I have installed it.
Changed a few things:
in admin/index.php, I added:
makenavoption("Login Failures","loginlog.php?action=modify");
And in loginlog.php I added:
echo "<li><a href=\"loginlog.php?s=$session[sessionhash]&action=prune\">Prune Failed Logins from database</a></li>\n";
The reason? Well, there's already a "Statistics & Logs" part in the admin panel. This fits in just nicely...
|