Site hosted by Angelfire.com: Build your free website today!

license:
this software (dispatch-software.org) is 100% free and may be used free of charge. you may not redistribute or sell this software for commercial profit.

installation:
-copy all files to your web host
-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.
-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.

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>

Add this to your .htaccess file to prevent viewing of the xml config file.