Run an automated online Members Only Area on your website.
This script redirects all correct logins to the webpage or directory of your choice while hiding the url in the browser. Does not require .htaccess files. Easy to set up and use.
Features Include:
Automatic signup or require admin approval.
Email notification of new members.
NEW - Supports up to 4 customisable signup fields to collect information from your members.
NEW - Make any custom signup field a required field.
NEW - Assign different login url's to each member, or use your default member url.
Allow members to update there own details in real time (on or off).
Automatic password / username retrieval.
Unique passcode prevents bookmarking.
Add / Edit / Delete members online with ease.
View each members full details online with ease.
Tracks all correct logins.
Tracks each members last login date and total logins.
View top members and search the database for members.
Creates graphs representing total logins and percentage.
Search for inactive members by date.
Customizable header and footer files.
Edit your header, footer and welcome email files online.
Backup and restore members database file online.
Mass email all your members.
Send a test email to your admin email address.
Edit the script configuration online in real time.
No need to modify any scripts, installation settings are done online.
Does not require .htaccess files.
Tested on Unix servers
Category:
This is a perl CGI script used to manage multiple usernames/passwords for .htaccess/.htpasswd directory protection. This works on most web sites and can be used to handle many password protected folders. In addition to storing the username and encrypted password, you may add additional info for your members such as name, e-mail and comments to help you manage who has access to your "members only" web site. New features include setting an expiration date for a user, keyword search of your members' list and batch removal of users.
We are now offering free installation with purchase
Category:
This project implements an MD5-based encryption scheme on both client and server machines to allow encrypted password protection for web-based Perl/CGI applications. Although there are many free Perl/CGI application for password protection, only a few use MD5 on the server-side, but the password still travels over the internet as plain text. All server-side only schemes (like .htaccess password protection) are completely open to packet-sniffing. With this scheme, the browser JavaScript encrypts the password on the client's machine, and session tracking allows only one response per session ID, making simple packet-sniffing and session replaying much more difficult.
Paul Johnson wrote the JavaScript MD5 code, and released it under the Open Source BSD license. Without this contribution, and the guidance of his web site this project would not be possible.
Category: