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.
thanks everyone for helping out with this!
Search found 3 matches
- Wed Jun 01, 2011 4:46 pm
- Forum: Premium Items
- Topic: Advanced PHP Protection - Password script
- Replies: 7
- Views: 6253
- Wed Jun 01, 2011 4:18 pm
- Forum: Premium Items
- Topic: Advanced PHP Protection - Password script
- Replies: 7
- Views: 6253
Re: Advanced PHP Protection - Password script
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...
- Wed Jun 01, 2011 4:01 pm
- Forum: Premium Items
- Topic: Advanced PHP Protection - Password script
- Replies: 7
- Views: 6253
Advanced PHP Protection - Password script
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...