| JoeMember |
|
JoeMember takes authentication of pages to the next level!
JoeMember uses a username, password, email, and member status to validate their log in. If any don't match up, they are not coming in.

The system runs using PHP and data stored in a mySQL database. The administrator can add, edit, or delete members. The admin can also activate or deactivate a user. Members can log in and view protected pages and manage their own information.
You'll even get a user registration form that will allow you to have a registration page to let your website visitors sign up!
Creating protected pages couldn't be easier!
You have two options for protecting your pages. You can either have a simple protected page that only lets members access, or you can have protected pages that not only show the pages to members, but also dynamically display their name on each page and/or the web site name! Great for personalizing your pages for your members.
To protect a page, make sure it is .php extension (if you have a .html page, simply change it to .php, it will view the same, though you may have change any links to that page to point to yourpage.php instead of yourpage.html) then add a small snippet of code to the top of the page. That is it! You can virtually turn any current page you have into a members only page by simply adding a small peace of code to it, provided you don't already have confliting code in it.
The JoeMember authentication script is used world-wide, and even in our own client websites. The scripts are fully supported by us if you need help.
Requirements
PHP and mySQL. JoeMember has not been tested on Windows OS, just Linux/Unix based servers.
Demos
Administrator Login: http://joemember.com/demo/member/admin/
username: demo
password: demo
Member Login: http://joemember.com/demo/member/member/
username: test
password: test
Please visit our demo at www.JoeMember.com. Use "demo" and "demo" to log in.

