Installation Instructions
LIVE DEMO
DOWNLOAD
- Decompress the Status2k archive to a local directory on your system.
- Copy the config-sample.php to config.php and check the database settings are correct.
- Upload all the files contained in this archive to a web accessible directory on your server or hosting account.
- Run the /install/ directory e.g. http://www.yourdomain.com/status/install/ and follow the instructions.
- Remove or rename the /install directory.
- Setup the cron.php file to run every few minutes using a cron job.
- Decompress the Status2k archive to a local directory on your system.
- Edit the config.php and check the database settings are correct.
- Remove all the old Status2k files on the webserver.
- Upload all the files contained in this archive to a web accessible directory on your server or hosting account.
Code:
*/5 * * * * php -q /home/username/public_html/status/cron.php
LIVE DEMO
DOWNLOAD