XID is back with many new advanced features. Now includes Admin panel with many features, IP Ban, IP Log, User info lookup, Change Users Info , and delete users. Users can change almost all there login details. profiles are more advanced. A NEW settings menu lets you change the appearence of your site and password from anywhere. All failed attempts to login to admin area are logged for you to see. a new login engine for more speed instead of using the old method of storing all accounts in one file. Now uses cookies eliminating the previus backdoor(change username in addressbar).
Nifty Nerds Web Authentication Suite is a set of scripts in PHP that allow you to set up and implement authentication on a web site using PHP/MySQL and cookie. This is mostly geared towards web developers who would like to skip the coding. But it is a great way to setup a website with user authentication.
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.
Version: 1.1 Platform(s): n/a Updated: Wed May 15 2002
mcPass allows you to very easily protect your secret pages (admin, stats, ...) with a login and password form. It's a simple file to copy in the root directory of your site, and two lines of code to paste at the top of each page you want to protect. It requires MySQL.
Version: 1.0 Platform(s): n/a Updated: Wed Mar 27 2002
Cute Verify is a web application that will require verification before allowing users to view the protected files. Cute Verify works on a folder level. Access is granted only to registered users with a correct user id, password and before expiration date of this account. CuteVerify is ideal for membership and subscription based websites, or simply to protect files on the internet and limit access to specific users.
Version: 2.0 Platform(s): Linux Updated: Wed Feb 13 2002
The htaccess class lets you manage the htaccess functions of Apache Webservers. Without much knowledge of Apache, you can add/delete users, create/delete groups, and create .htaccess files using this class.
Version: 0.1 Platform(s): n/a Updated: Tue Jan 15 2002
TopSecret is a PHP script to protect your pages from the unauthorized users. TopSecret uses a MySQL database to store the user/password data.
It works entirely based on the HTTP authentication provided by PHP 3 and 4. So, TopSecret is basically a security program. Don't use it to protect sensitive data, like financial data. It runs on Linux and Windows where PHP is installed as a service.
Version: 1.0 Platform(s): Unix Updated: Tue Jan 1 2002
This is a PHP class for session management with database abstraction based on cookies and MySQL. Very easy to use and very useable. With this class, you may very quickly make user authentication with many features.
Version: 1.1 Platform(s): MySQL, PHP Updated: Fri Dec 14 2001
htAuthorize is a PHP script for managing .htpasswd, .htgroup and .htaccess for Apache Webserver with Web interface. It requires PHP and the right to adminstrate the server. Tested with Apache 1.3.20 and PHP 4.0.6 under Win2000. While the Website is written in German, the script is written in English.
Version: 1.0 Platform(s): Win32 Updated: Mon Nov 12 2001
J-SESSIONS is a session package designed to protect pages with a very small footprint. The bulk of the code is less than 176 lines. A live demo can be seen at: http://www.jeremybrand.com/admin.
This is a PHP 4 class for protecting web pages using your browser's built in Basic Authentication. This PHP 4 class is easily extensible to allow authentication information to be retrieved from external sources such as databases.
Version: 1.0 Platform(s): Unix, Windows Updated: Mon Mar 19 2001
PHPIMP is an authentication module written in PHP.
Given username, password and server name, it allows you to validate the username/password against the server, and returns true or false. If you already have a POP or IMAP server, you can write your web based apps to authenticate without maintaining any password lists. Demo available on site.
Version: 1.0 Platform(s): n/a Updated: Sun Feb 25 2001
PostgreSQL Session Handler for PHP is a custom session save handler for PHP4 using PostgreSQL as the session cache. It allows multiple Web servers to share a common session storage container, and may allow Web users to move between machines while maintaining their session state.
Version: 1.1 Platform(s): n/a Updated: Sun Aug 20 2000
This class facilitates the maintenance of htgroup files, used to do Basic Authentication on a web server. This class assumes PHP v3.0 or better and Apache 1.3.3 or better. Htgroup file format should conform to the httpd spec (ie. groupname: user user user user, groupname: user user user user user) A groupname, terminated by a colon, followed by one or more users seperated by spaces, and line terminated with a carriage return. Group files that do not conform to the httpd spec will cause strange things to happen.
Version: 0.4 Platform(s): n/a Updated: Thu Feb 3 2000