his package can be used to authenticate users against a MySQL database of user records.
It can verify whether there is a record for an active user given the user name and password. If the authentication succeeds, it creates a record for a new session in another database table.
The new session identifier is set to a session cookie. This cookie can be verified in subsequent accesses to determine whether the user was previously authenticated and the session did not expire.
This package can be used to authenticate users against a MySQL database of user records.
It can verify whether there is a record for an active user given the user name and password. If the authentication succeeds, it creates a record for a new session in another database table.
The new session identifier is set to a session cookie. This cookie can be verified in subsequent accesses to determine whether the user was previously authenticated and the session did not expire.
FreeVersion: 1.0.1 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun May 14 2006
CapKwiz uses a validation jpeg image in the form of a simple math equation.
The ANSWER to the simple math quiz must be entered INSTEAD of the content text of the image.
Comes with 40 images/quizzes. SUPER simple set-up and very effective.
Free Download
FreeVersion: 1.0.0 Platform(s): linux Updated: Wed Apr 19 2006
This script is a really simple password generator, that can be used for lots of things, and example of this things can be found in the Documentation folder in the download. Full support is given for this script along with any errors you encounter while you modify the script. I hope this script will be useful to you.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd Updated: Sun Mar 5 2006
Online Users Limiter
Features:
1. Limit access to webpage.
2. Shows the statistics of users currently accessing the webpage. (when limit was reached)
3. Email notification when limit was reached.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Mar 5 2006
This is a PHP, Sessions and MySQL based system to protect Your site from unwanted visitors.
It uses Javascript and MD5 to encript the password send from the browser. A password manager is included. The system is special because of the access method uses hash to send the password encripted to the server. The server sends only a cookie containing a SessionID back to the client. All other information is stored in a sessionfile on the server. So, no authetification information but the session id is send over Internet.
Version 1.2 has an easer way to protect the files You want to protect with a password
FreeVersion: 1.21 Platform(s): n/a Updated: Wed Feb 1 2006
dbPHPSecure is a PHP script used to protect your selected pages on the web. It requires no database. It comes with strong admin control panel and can be used to manage the members registration accounts
FreeVersion: 1.1 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Feb 1 2006
User Login Version 1.0 is designed by JLucas Designs & StarGame Productions Inc and is a simple way to register and log users. It uses MySQL and PHP to record information. It is great for all different size wesbites.
If you need extras added myself & the StarGame Team will be more than happy to work on it. *NEW Full Help & Support For All JLucas Designs Scripts on the StarGame.co.uk Forums.
FreeVersion: 1.0 Platform(s): linux, windows Updated: Mon Dec 12 2005
Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way of sharing sessions between both languages until this scripts ;)
FreeVersion: 1.0 Platform(s): windows Updated: Mon Dec 12 2005
CBL RememberMe is a tiny library that adds the "remember me" functionality to PHP session handling.
By using the library, you can continue using the good old session variable, while adding the "remember me" funcitionality to your web application.
FreeVersion: 20051212 Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Dec 13 2005
phpAuth is a very simple login script which allows you to restrict any of your pages to registered members. phpAuth is extremely easy to install and customise to fit your webpages. Being based on a text file it means it’s extremely easy to manage. Security isn't an issue either as passwords are encrypted by MD5. Check it out!
Image captchas are effective protections against automatic form SPAM (often used in guestbooks, boards, bloggs etc.) This class will help you to generate captcha checks for your application.
Got Axe? Random Password Generator (GARP) is a small utility enabling you to generate random passwords in your scripts. Simply include the file, and call the function. User configurable features include number of alphabetical and numerical characters contained in the password, and whether to use upper and lower case characters in the password or just lower case. You can even use this as a personal tool to generate passwords for yourself when you register accounts on other sites.
Simple Authorization Script, or SAS, is a php script which allows web pages to be password protected without the use of a database. It's simple to install and simple to use. Simple Authorization Script uses php and cookies to password protect web pages. It doesn't require a username to access the page, only a password.
FreeVersion: 1.0 Platform(s): n/a Updated: Fri Jun 17 2005
XSLS (eXtra Simple Login System) is a very simple login script that allows you to protect your web pages with and user autentication system, based in PHP sessions.
It does not require database or external files. It it simple to configure and to use.
New Version 1.2
Creates a secure members' area for your site, which runs from an Invision Board member database. Allow users to use a login universally throughout your website.
Simply add users to the appropriate board usergroup, and their password will work both on your forums, and on your protected area. Tested with IB 1.3 +.
1 Line of code on any page that requires protection is all you need to add!
Now has support for passwords in all cases.
This script now works with the new modified versions of iPB, give it a try.
FreeVersion: 1.2 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun May 1 2005
i-auth is a simple user authentication script using session variables. Originally i-auth was written to be included into an index page although this can easily be changed by simply changing the links.
To restrict access rights for any page to those who have logged in you just need to add a small section of code as shown in the readme file.
FreeVersion: 1.1 Platform(s): linux, windows Updated: Sat Feb 26 2005
This script will allow you to have an admin section on your site which uses cookies to remember users when they return to your site.
It uses MySQL to create a username and password which is encrypted and then sent into the database. When a user logs in it checks the inputted data against the username and password inside the database. There is the ability to remember a user which uses cookies, information sent to the cookies are encrypted. This script uses 'safeAddSlashes' to help prevent SQL injection.
FreeVersion: V1.0 Platform(s): n/a Updated: Mon Feb 28 2005
This script allows a user to login to an admin section with the ability to 'Remember Me' which sets a cookie onto the users computer. On the users return that person will be automatically logged into the admin section. Logout script also included, help and queries all covered in the README file.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Feb 28 2005
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 of data. This class can also be used for other applications which needs user authentication.