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 transactions, reviews, affiliates and so on separately. Also you may just want to hide certain parts of Admin Area for your editor(s). The supervisor has full control, his account cannot be deleted.
Add admin authentication, non-PHP session IDs, and IP blocking to your existing admin scripts with only a single line of code. Euca 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 script back to EUCAdmin with any forms. Logging out, changing user login, and changing security settings are also handled by EUCAdmin, and are triggered by passing an admin action variable. Sample code is included.
HTAdmin is a basic and simple PHP tool for administrating multiple .htpasswd files. HTAdmin 1.2.x versions are now PHP version 4.1.x compatible and come with simple .htaccess creation feature.
After version 1.2.4, HTAdmin comes with Windows support.
htAuthorize is a PHP script for managing .htpasswd, .htgroup and .htaccess for Apache Webserver with Web interface. It requires PHP and the right to adminstrate the server. Tested with Apache 1.3.20 and PHP 4.0.6 under Win2000. While the Website is written in German, the script is written in English.
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 do not conform to the httpd spec will cause strange things to happen.
I show you how to create an HTTP Authentication
It is the best username and password system
to protect a single OR many pages And you can create an unlimited HTTP Authentication as you want +
We have many other good scripts/Tutorial to copy and paste