Here is custom password protector (http://www.zubrag.com/downloads/protect_manager.zip) script for Adam.
If the page being protected is in a different directory than the script,
I believe you have to give the full path to the users.php file near the
top of the protection script. I have the script in a /var/www/pwd
directory and this change appears to be working:
#############################
# SETTINGS START
#############################
// load users list
// $users = file('users.php');
$users = file('/var/www/pwd/users.php'); // NEW - full path to users file
minor issue ... I realize the code was a "special".
