Special offer: free from 10/Oct/01 till 10/Feb/02!
APB Admin 1.1 is a account manager. It doesn't protect your site, you should use .htaccess file to give access only to registered users. All information submitted by new users during registration (except for password) is saved not encrypted, so don't use this script for archiving credit card numbers nor any confidential information! APB Admin 1.1 consists of two main parts:
admin area that let's you manage accounts of registered users of your site
members area for automatic registration of new users.
Admin area - main features
View accounts: Display all accounts or accounts starting with specified character. Each displayed account can be edited, deleted, or you can send e-mail to the user. You can change a password too.
Create new account: New account will be created after you fill register form.
Delete/Edit account: Display usernames of all registered users, you can select which one to edit/delete. Multiple selection for deleting is possible.
Send e-mail: Send e-mail to selected recipients. You can easily send an e-mail to all registered users.
Automatic registration of new users
Register new user: Displays register form. New account will be created automatically after new user hits submit button.
Change password: Registered user can change his/her password
Forgott password: New password will be randomly generated and sent to the user.
Files included in APB Admin 1.1
admin.cgi: Scipt for main admin area. You SHOULD password protect this folder so nobody else can run this script! See recommended file structure bellow.
accounts.txt: All member accounts info accept for passwords is stored here.
parol.txt: Usernames together with encrypted passwords are stored here.
passadmin.txt: Your username (admin) together with your password (adminParol01) is stored here. Change it the FIRST time you run admin.cgi!
formnames.txt: Names of all items in register form are stored here. See detailed instructions, please.
register.cgi: Script for registration of new users.
regresult.htmlt: HTML code for page that is displayed after successful registration. Please, see detailed instructions.
1.htaccess and 2.htaccess: Put 1.htaccess into the directory you wish to protect, 2.htaccess into the directory where you've uploaded admin.cgi script. Rename both files to .htaccess. See .htaccess protection for details.
Set path to config.cgi in admin.cgi and register.cgi files. Edit formnames.txt, register.htmlt and regresult.htmlt to suit your needs. Set variables in config.cgi file. See detailed instructions for more info. Edit both .htaccess files too. Use NOTEPAD for editing.
Upload adeny.cgi and register.cgi into the directory on your web server from which you can run CGI scripts (usually cgi-bin directory). Script register.cgi should be publicly available, admin.cgi should be in protected directory. See recommended file structure bellow. Set permissions to the files, chmod both .cgi files to 755 (executable by everyone).
Upload following files to another directory (probably outside your web folder): parol.txt, accounts.txt, passadmin.txt, formnames.txt, register.htmlt, regresult.htmlt, config.cgi.
Upload 1.htaccess file into the directory you wish to protect, 2.htaccess into the folder with adeny.cgi script. Rename both scripts to .htaccess.
Put link to register.cgi into some of your pages so new users can register.
Recommended file structure
Red color: password protected Green color: publicly available
We would like to include your site in the list of all web sites that use our search engines. We will display the best sites so other users can view APB Admin in action. However, you can download our scripts without submitting this information.