Allow users to login and view only parts of a web page depending on their user rights. Include one file in each page and then simple parameters determine who sees what. Examples are included. Uses MySQL but you can easily change it to use constants.
Editors module allows to set up admin accounts for editors with multiple permission levels and limited administrator rights. If you have large website with many ads or visitors, you may want to have some people who will manage ads, users, payment transact
If a username/password is in your mysql database the visitor will be redirected to a members page. You can decide whether a page is public or private by which file is included. The verifiying script only runs once. You can easily create new members by usi