User Authentication

PHP Skript Archiv :: PHP Skripte :: User AuthenticationSuchen:  
   Autentificator  [Homepage] [Download]

Autentificator is a script for authenticating registered users against your password-protected pages. It features different levels of access and login error management. It includes user administration tools, and installer. The documentation is currently written in Spanish.2.00 update: code optimitation for PHP> 4.1.x and SQL table types optimitacion. Now it work on configurations whith registre_globals= OFF for major security.


   PasswdAuth Class  [Homepage]

This is a PHP class that allows you to authenticate users in your PHP script using the .htpasswd file.


   Login System  [Homepage]

This is a little sample code that demonstrates how to use PHP to password protect your Web page. It assigns username and password within the script, which makes it not secure.


 

   PostgreSQL Session Handler for PHP  [Homepage] [Download]

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.


   PHP Mini Auth  [Download]

PHP Mini Auth is a PHP script to protect an extremely sensitive website. It is extremely small, and has similar security to PHPLIB, but only targeted at user authentication. The authentication is done via a Web form using a MySQL database on backend. It let you maintain user sessions using cookies and MD5 checksums, and can be easily adopted over an already existing site by using the php_auto_prepend_file directive.


   Nifty Nerds Web Authentication  [Homepage]

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.


   Simple Protect  [Homepage] [Download]

Simple Protect is a simple PHP script for checking login / password before authorizing to access a given page.


   PHP Password Protection  [Download]

PHP Password Protection makes it easy to protect your webpages without the hassle of using many different files. PHPpp has 4 manditory .php files, 1 extra .php file and 1 .sql file that creates the table in your SQL database. All bugs fixed.


   Auth  [Homepage] [Download]

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.


   Random Password Generator Script  [Homepage]

A simple random password generator script written in PHP. These kind of passwords are virtually uncrackable. There is no guaranteed way to protect passwords from brute force cracking, however, the passwords generated by this script would at least take a considerable amount of time to crack.


   phpSecurePages  [Homepage] [Download]

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.


   Join-auth  [Homepage] [Download]

Configurable script that allows your users to signup, login, delete their membership. Every signup must be validated. Uses MySQL to store all the info in and it uses an htaccess/htpasswd file to protect the members directory. Allows you to send newsletters.


   Phpaccess  [Homepage] [Download]

PHPAccess allows you to easily protect your Website. It offers an intuitive user-interface that displays current information and possible actions on one page. You don't have to know anything about the complex unix-htaccess-system nor do you have to create the .htaccess- / .htpasswd-files. With PHPAccess you can add, modify and delete users that have access to your data. All you have to do is upload the PHPAccess-file, set the permissions and r...


   iClans  [Homepage] [Download]

iClans is a game clan or guild management system, which uses plain text files. Only russian language version is currently available. It includes user registration with approve or deny options, several access levels, members pages (login and password protection), and members list, and much more.


   php Generic Access Control List (phpGACL)  [Homepage] [Download]

A set of PHP functions giving web developers a simple, yet powerful "drop in" permission system to their current PHP based applications.


   User authorization class with database class  [Homepage]

This is a little class that will allow you to do user authorization on your site. It includes the ability to mail the user first and have them follow a link back to verify their signup. This includes a small db class to support the authorize class.


   BB User Control  [Homepage] [Download]

Automated password retreival for users, user level specification, MD5 encryption. Easy to set up. Requires a little bit of setup but once running it should be easy. Users can get their passwords without administrator interference.


   PAccounts  [Homepage]

PAccounts is a PHP/MySQL-based web account password manager. It dynamically examines the contents of webpages to extract the form fields and reproduces hidden forms and a customizable webpage that allows you to automatically login to the website with a single click. PAccounts requires the dplib library which can be found on the download page.


   Silkphp Textpass  [Homepage]

The SilkPHP TextPass system was initially created as a temporary solution whilst testing other scripts that were not yet publicly available. This system allows you to quickly set up a protected area for testing and then remove everything once testing was complete. The resulting scripts may also be useful to those just starting out learning PHP and cookies.


   Htgroup  [Homepage] [Download]

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 ...


   PHP Radius Authentication  [Homepage] [Download]

This is a PHP function that allows you to add Radius Authentication to your PHP scripts.


   FA-Pass  [Homepage]

FA-Pass is a user management system with PHP sessions, User levels, Admin area, Lost password function, etc. Written in German.


   Simple Authentication  [Homepage] [Download]

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.


   Simple users script  [Homepage] [Download]

This is a simple user registration/authentication script written in PHP that uses a MySQL database for storing user info. Requires PHP4.


   Pwz_auth  [Homepage] [Download]

pwz_auth is a PHP lib to secure pages using php session. It handles users authentication, and stores data in a MySQL database.


   umbrella users  [Homepage] [Download]

umbrella users is a php/mysql script for creating a members area on your site. The first version includes join, login, logout, members area. Easy to install.


   Password Protection  [Homepage] [Download]

Password Protection is a PHP/MySQL application which allows you to easily block access to selected files. You simply add one line of code to each of the files you wish to protect and the system takes care of the rest. Also, Password Protection comes with a fully-functional administration panel which allows you to administer your user and admin accounts.


   vAuthenticate  [Homepage] [Download]

vAuthenticate is a revolutionary authentication script which uses PHP and MySQL for fast processing. vAuthenticate comes with an admin interface where webmasters and administrators can create new user accounts, new user groups, activate/inactivate groups or individual accounts, set user level, etc. This may be used to protect files for member-only areas. vAuthenticate uses a custom class to handle the bulk of insertion, updates, and deletion ...


   phpUserLogin  [Homepage] [Download]

phpUserLogin allows you to easily protect your sensitive pages (sites admin pages, members only pages, you name it). It uses a MySQL database to store usernames and encrypted passwords. Can protect as many pages as you want.


   Authorize Me!  [Homepage] [Download]

Authorize Me! is a user authentication PHP script. User can add/modify/remove himself account. Reminder if password lost included.You can redirect the registered users to a pre-defined page, change the password for the admin, and more.


   p_protect  [Homepage] [Download]

p_protect is a pretty straight-forward protection script written in PHP. It allows you to protect any page you decide within a directory. When a user enters the wrong username or password, it automatically sends you a notification email.


   Passowrd Protection  [Homepage] [Download]

Password Protection is a PHP/MySQL application which allows you to easily block access to selected files. You simply add one line of code to each of the files you wish to protect and the system takes care of the rest. Also, Password Protection comes with a fully-functional administration panel which allows you to administer your user and admin accounts.


   Pass  [Homepage]

Pass is a PHP script which allows you to simply password-protect your Web pages. French: Pass permet de protéger une page grâce à un mot de passe, très simplement.


   PHPIMP  [Homepage] [Download]

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.


   XID Registration/Authorizing System  [Homepage] [Download]

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 u...


   GO-Authenticate  [Homepage] [Download]

Password protect your downloads using mysql and php. Users cannot access the download page if they bypass the login screen. Requires them to be validated against the mysql database.


   vSignup  [Homepage] [Download]

vSignup is a member registration script which utilizes vAuthenticate for its security handling. This handy script features email verification, sending confirmation email message, restricting email domains that are allowed for membership, and much more.


   Clover Pass  [Homepage]

Clover Pass e-mail validator checks that the users e-mail address is actually correct. This program generates a 4 digit identification number from the users email address and from your secret hash key. The number is then e-mailed to the user and the user can then access your page using his e-mail address and the identification number. No username/password database needed.


   s2lib  [Homepage] [Download]

This is a simple user session ID class library for PHP. It also includes user authentication and user session handling scripts along with several libraries. Please note that the document is written entirely in German.


   PHP Session Management Script  [Homepage]

The author writes "I wrote this because I needed a program that provided session protection on a set of Web pages but was specifically not allowed to set cookies. It is easy to use and very robust."


   User Authentication Scripts  [Homepage] [Download]

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 ad...


   php htaccess class  [Homepage] [Download]

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.


   PHPPageProtect  [Homepage]

PHPPageProtect is a user authentication system that allows youu to password protect selected pages. Pages are protected by adding a single line of PHP script at the top of the page. A web-based administration section allows for the creation of new users, deleting users, changing passwords and viewing logs. User information and logs are stored in a flatfile (text) database.


   class::Htpasswd  [Homepage] [Download]

This class facilitates the maintenance of htpasswd files, used to do Basic Authentication on a web server. This class assumes PHP v3.0 or better and Apache 1.3.3or better. The password file is a flat-file with login name and their associated crypt.3 passwords, in the format login:password.


   PHP Random Pronounceable Password Generator  [Homepage] [Download]

This basic script generates an 8 character random pronounceable password using a few select constanants and vowels.


   SQLsession  [Homepage]

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.


   J-SESSIONS  [Homepage] [Download]

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.


   OpenAuth  [Homepage]

OpenAuth is an authentication and authorisation product that allows you to manage user and object populations but also manage users, activate and immobilize their accounts, re-send their two factor tokens, check how many times they have tried to log in and more. The second part of OpenAuth is the programming interfaces. There is an authentication module that can be used if you want to implement your own custom authentication, and then there is...


   HTAdmin  [Homepage] [Download]

HTAdmin is a basic and simple PHP tool for administrating multiple .htpasswd files.


   Free Php, Mysql & Flash Scripts  [Homepage]

Php.Webvena.com is my personal web site where you can find a lot of free Php, MySql & Flash scripts. The best script I wrote is "The Best Authorize", a session and user management script using cookies and MySQL. It has a double safety becouse use both cookies session and MySQL session. Also the script contains an example and an install.php file that will install the scriptYou can find also script for a Contact Us form designet in...


   Xavier Password Protection  [Homepage]

Password protect your pages with as many passwords and user names as you like. The script may be costumized to fit your needs.


   FOC Admin  [Homepage] [Download]

Add admin authentication, non-PHP session IDs, and IP blocking to your existing admin scripts with only a single line of code. FOC Admin handles all the backend authentication, so you can concentrate your resources on your admin panel. IP blocking prevents unwanted visitors from accessing the admin panel. Once logged in, authentication is handled tranparently. A session ID is passed after each successful authentication and passed by your scrip...


   PHPAuth  [Homepage]

A Simple And Fast Loading User Authentication System. Features: A password protected admin control panel where you can edit/view/delete users; An automated registration process including an email confirmation, and automatic addition to the members area when confirmed; A user login form; A Mailing List manager; More then 3 user validations including usernames, passwords and emails; Can handle multiple admin.


   make htaccess and htpasswd  [Homepage] [Download]

This is a simple PHP script that allows you to easily make htaccess and htpasswd files.


   Cookie Password Protection  [Homepage] [Download]

This script will help you password protect PHP pages. All you have to do is add one line of PHP code at the top of the pages you would like to protect.


   php pass  [Homepage] [Download]

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.


   W Protection  [Homepage] [Download]

W Protection is a PHP script that allows you to password protect specific parts of your website. W Protection is written in German.


PHP Skript Archiv :: PHP Skripte :: User AuthenticationSuchen:  
Skriptarchiv.com
© 2003-2010 iplexx.net

Powered by Iplexx
[Imprint/Impressum]