Monitors your WordPress installation for added/deleted/changed files. When a change is detected an email alert can be sent to a specified address.
Features
- Monitors file system for added/deleted/changed files
- Sends email when a change is detected
- Multiple email formats for alerts
- Administration area alert to notify you of changes in case email is not received
- Ability to monitor files for changes based on file hash or timestamp
- Ability to exclude directories from scan (for instance if you use a cacheing system that stores its files within the monitored zone)
- Site URL included in notification email in case plugin is in use on multiple sites
v2.3 Changes
- Bug on PHP4 systems fixed. File scan should operate properly in a PHP4 environment now, BUT TELL YOUR HOST TO UPGRADE PHP! I feel like I'm enabling you here :P
- Added Site URL to notification emails for those of you running the plugin on more then one site (subject and body)
- Tried to improve the explanation regarding how to properly construct an exclude path
- Minor email tweaks
- add_action() error message hopefully fixed
Known Issue
- File paths are not properly constructed in Windows hosting environments. On the to-do list and will hopefully be fixed. If you're on a Unix/Linux webhost, you don't need to worry about this.