- phpCookie
phpCookie is a simple set of PHP scripts that allows you to add and authenticate users using cookies. It uses MySQL database to store data, and it uses standard DES encryption for passwords.
Price: Free (GPL)
Version: 1
Platform: Unix, Linux, FreeBSD
http://www.niftynerds.net/java/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHPIMP
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.
Price: Free (GPL)
Version: 1.0
http://www.zinkwazi.com/pages.php?page_name=scripts
(Rating: 0.00 Votes: 0)
Rate It
Review It
- phpSecurePages
phpSecurePages is a PHP module to secures pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers. It also has multiple language support and session support for bothPHP3 and PHP4.
Price: Free
Version: 0.20b
http://www.phpsecurepages.f2s.com/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PostgreSQL Session Handler for PHP
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.
Price: Free (BSD)
Version: 1.1
http://www.csh.rit.edu/~jon/projects/php/pgsql_session_handler/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Authentication
This is a simple authentication example that uses the HEADER function to force users to authenticate themselves. It works only if PHP is installed as an Apache module. Instead of simply printing out the $PHP_AUTH_USER and $PHP_AUTH_PW, you would probably want to check the username and password for validity. Perhaps by sending a query to a database, or by looking up the user in a dbm file.
Price: Free
http://tecfa2.unige.ch/guides/php/examples/authentication/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Authentication System
This is simple authentication system with sessionmanagement in PHP4. It does use any DB system such as MySQL, PostgreSQL, but uses a password file. Also includes a user management mode. To get this work you will need PHP4 installed as an Apache module.
Price: Free
Version: 0.6
Platform: Unix, FreeBSD, Linux
http://www.kjk.ne.jp/~ihara/php/auth/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Authorization Script
Simple Authorization Script, or SAS, is a php script which password protects web pages without the use of a database. Simple Authorization Script uses php and cookies to password protect web pages. It's simple to install and simple to use. It doesn't require a username, just a password to access the page.
Have SAS up and running in 3 simple steps:
1. Download the script.
2. Configure it.
3. Add one line of code to each page you want to password protect.
Price: GPL Free
Version: 1.0
Platform: All
http://www.zann-marketing.com/sas/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Protect
Simple Protect is a simple PHP script for checking login / password before authorizing to access a given page.
Price: Free (GPL)
Version: 1.0
http://www.ftls.org/en/examples/php/simple_page_protect.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- User Authentication Scripts
Here, you will find a variety of basic authentication scripts from the book, "PHP Essentials." Namely, authentication script that checks for any value, one that checks for hard-coded values, one that validates against a MySQL database, A HTML form-based login script to validate against a MySQL database, Login form/script contained within the same file that validates against a MySQL database, one that limits access to a specific IP address, and one that limits access to a block of IP addresses. The distribution file contains all the scripts.
Price: Free
http://www.thickbook.com/srccode/index.phtml?b=pe&ch=pe5
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Validate an Email Address
This is a simple user authentication script written in PHP. Once a user supplies his/her email address, it emails a unique password. Then, the user can come back to your site and enter his/her email address and password for accessing your system. Thus, it provides a simple check to ensure that the email address correct, and that is really does belong to the user, and not someone else.
Price: Free
http://bi.org/php/validate.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
|