license:
this software (network-management-center.com) is 100% free and may be used free of charge. you may not redistribute or sell this software for profit.
installation:
-copy all files to your web space
-use phpmyadmin or your mysql interface to run site.sql against your database.
-open site.xml and edit the database section with your database details. (see example below)
-go to index.php and login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
(site.xml) Setup the site.xml file with your database settings as follows.
<database type="mysql">
<server>database server address</server>
<login>database login</login>
<password>database password</password>
<default>mysql database name</default>
</database>
You may edit the following portion of the site.xml file to easily customize the title and headings of the system.
<vars>
<var name="header">Network Devices</var>
<var name="title">Network Devices Administration Area</var>
</vars>
Important:
Add this to your htaccess file to prevent viewing of the xml config file.