|
Allow Visit
|
Other links at PHP > Scripts and Programs > User Authentication |
| 1. |
PasswdAuth Class
|
|
|
This is a PHP class that allows you to authenticate users in your PHP script using the .htpasswd file.
|
| 2. |
AngelinaProtect
|
|
|
This script was created to protect user sections of your website.There is two sections :Admin and User section. From admin section you can manage users, add new or delete old members. Simple and easy to install.
|
| 3. |
php pass
|
|
|
This script will password protect a file and will also load the html from any text file you want. Note: this is not the safest way to password protect files. Update: the script will not work if you give it a worng URL to text file. Make sure to use "http://www.yoursite.com/folder/filename.ext" format in the $URL value.
|
| 4. |
NeedSecure Pro
|
|
|
NeedSecure Pro is a first class tool enabling you to easily password protect any directory on your web site with .htaccess and .htpasswd files. It has useful member management opportunities. The script is the ultimate protection solution for your website at a reasonable price. With NeedSecure Pro you can allow / deny access to any protected directory on your web site, change directory names to virtual names, manage the protected directories in the way you like, add new users to protected directories automatically, send mass newsletter to all registered users, edit language files and e-mail templates, edit / remove / suspend member accounts, temporarily disable new registrations, search member account by username, real name or email and much more. The script has a user-friendly installation, which requires no additional programming or configuration. FREE installation and FREE support included.
|
| 5. |
Auth
|
|
|
PHP-Authentication works like the Tomcat authentication. You give the source to authenticate against (DB, file, XML-RPC, etc.) and the directories/files that shall be protected, and the class handles the rest. No including of any call to a class method on every page is necessary. You can also use it as if it was a standard Auth-class, using a call to "isLoggedIn" on every page that shall be protected.
|
|
|