Purpose: detect filesystem changes on a (web)server and send list of changed or added files via email. Can send a kind of alert as SMS if your mobile network operator supports email to sms gateway. Tip: see Wikipedia for "List of SMS gateways".
Usage:
Requirements: Change Detect and Alert is a script which is supposed to be run on a server with PHP and SQLite3 installed.
Download Change Detect and Alert PHP Script
Usage:
- Change script settings (in file) according to your needs
- Upload to your (web)server
- Setup cron job to run it periodically;
- via PHP "php -q /home/serverpath/script/change-detect-alert.php"
- via cURL "curl http://www.example.com/path/to/change-detect-alert.php"
Requirements: Change Detect and Alert is a script which is supposed to be run on a server with PHP and SQLite3 installed.
Download Change Detect and Alert PHP Script