$Id: INSTALL, v 3.2 3/14/2003 22:30 $

          phpIP Management

1. Untar phpip-x.x.tar.gz
        tar xzvf phpip-x.x.tar.gz

2. Move phpip to the web dir
        mv phpip/ /var/www/

3. Edit config_inc.php under /phpip/includes/config_inc.php
   3a. Edit Admin email address
   3b. Edit phpip_url 
   3c. Edit the path to fortune ( keep -s for short fortunes )

4. Login with username "phpip_admin" password "phpip_man"
	Change the admin password under /PREFERENCES/ 

4. Add IP network address under /ADMIN/add_ips.php
	This only supports Class C network addresses
   4a. Click on "Select IP Range" this will create the addresses 0-255 
       for the selected range.

5. Add users under /ADMIN/user_add.php
   5a. Create new administrator user
   5b. Delete default administrator "phpip_admin"
   
6. Edit the file db_fns.php
        change the username, password, and hostname

7. Insert the sql into mysql
        cd sql/
        mysql -u root -p phpip < create.sql
   7a. cd sql/
	mysql -u root -p phpip < upgrade_current.sql

8. Edit the php.ini file, change global vars to on

