jacek, i figured i messed something up so i went back to the example But, I was able to get it working in single line mode, which is fine for my purposes.
Sorry about that! Meant to paste it at the bottom: <?php include('secure/security.class.inc.php'); $pass = new secure; $pass->set_credentials('admin', 'lemon'); $pass->custom_session_keys('name', 'pass'); $pass->brute_force_protect(); $pass->protect(); if (isset($_GET['logout'])){ $pass->logout(); h...
I bought this PHP script on Code Canyon : http://codecanyon.net/item/advanced-php-protection/99823 It works great on one of my websites, but on another site with a different server, I get the following error after I enter the login credentials: Fatal error: Call to a member function brute_force_prot...