Documentation

This is Based on Installation On A Linux Server - it is also recommended you install a copy of Webmin On your server to make the configuration easier.A Full Copy of the Docs is also included in the Download Package

 

1) In SSH Run

  • yum install php-gd
  • yum install mysql
  • yum install lynx

2) In Webmin Sendmail Server Trusted Users add apache

 

1) Upload the zip web_url.zip to a web server you have access to

2) Open Putty to the requested server

3) In putty navigate to the apache www folder, specifically in there the sub directory you wish to be in cd /var/ww/html/

4) Type in wget http://LOCATION OF db_1_url.zip
Allow it to run should take 10-15 seconds

5) Run the command:
unzip web_url.zip chmod 0777 uploads

6) In your web browser navigate to the location you uploaded the zip to such that you are at
http://MYSITE/DASHBOARD/info.php

7) View the source code of info.php

8) In Putty type in nano constants.php ( or whatever commandline editor you like)

9) In the constants file adjust:
ROOT
EMAIL_DOMAIN
SQL_PORT
SQL_USER
SQL_PASS
SQL_URL_DB

To reflect the correct info the info.php file helps you figure out what the ROOT should equal
the SQL variables need to be known from your MySQL config
EMAIL_DOMAIN is used in mailing

Close the file by typing in cntrl+x

10) Open Webmin ->Other ->PHP Configuration ->Manage ->Error Logging ->Error Types to Display Check all but All errors and Warnings and Run-Time notices Display Errors: Yes Write Errors to log: yes Ignore repeated errors: no ignore souce when checking: no

11) Open phpMyAdmin Select desired database Select Import Import the web_01.sql.zip

12) Default user installed is admin@example.com password is 123456

13) In Putty Type in crontab -e push a navigate to the end of the last line and hit enter type in
* * * * * usr/bin/lynx http://YOURSITE/cron.php -dump
push escape
type :wq enter

Note if lynx is not installed install it via yum install lynx

Default number of ping/active/urls in accounts are controlled by the MySQL deault values User accounts can be added to or removed via th search for user -> Update Account Info
The Update Users functions require mailing service on the server. This holds true for the pinging/alerting system also