10-14-2014, 09:02 AM
nice release but...
Would have been 100% easier to use the already active PDO connection an edit the t_user_log table in the cms db add a new row (count) then add the functions to the function.php
The cms already logs time of login so just a simple function to update count on login where time = $timo
an if count = 10 then show new block "error" with $msg = "Acount login limit reached";


