Search found 3 matches

by pbasu
Wed Jun 01, 2011 4:46 pm
Forum: Premium Items
Topic: Advanced PHP Protection - Password script
Replies: 7
Views: 3999

Re: Advanced PHP Protection - Password script

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!
by pbasu
Wed Jun 01, 2011 4:18 pm
Forum: Premium Items
Topic: Advanced PHP Protection - Password script
Replies: 7
Views: 3999

Re: Advanced PHP Protection - Password script

Sorry about that! Meant to paste it at the bottom: [syntax=php]<?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-...
by pbasu
Wed Jun 01, 2011 4:01 pm
Forum: Premium Items
Topic: Advanced PHP Protection - Password script
Replies: 7
Views: 3999

Advanced PHP Protection - Password script

I bought this PHP script on Code Canyon : m 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_protect() on a non-object in /usr/local/pem/vhosts/263173/w...