Instructions for upgrading SiteMonitor V_1.5 to V_1.6

1) Upload the following files to the same location on your server:

  admin/sitemonitor.php
  admin/sitemonitor_admin.php
  admin/sitemonitor_configure_setup.php  
  admin/includes/functions/sitemonitor_functions.php
  admin/includes/languages/english/sitemonitor_admin.php
  admin/includes/languages/english/sitemonitor_configure_setup.php

2) Edit the admin/sitemonitor_configure.php:

FIND: 
$logfile_size = 100000; //set the maximum size of the logfile

ADD BENEATH IT:
$reference_reset = ''; //delete the reference file this many days apart

3) ********* VERY IMPORTANT **********
If your sitemonitor_configure.php file has the quarantine option set, be
sure to disable it before running this version for the first time. Under
some circumstances, having it set for the first time can cause all files 
found to be quaratined, thus breaking your shop.

That's it.