Instructions for upgrading SiteMonitor V_1.9 to V_2.0

1) Upload all of the files except for sitemonitor_configure.php in the included admin directory to your
   admin directory.
 
2) Add the following lines to admin/sitemoniotr_configure.php before the last ?>.

$hackIgnoreList = array("jpg", "jpeg","gif","png","txt","zip"); //don't check these types of files - change to your liking
$hackCodeSegments = array("error_reporting(0)", "base64_decode","<frame","gzdecode","eval"); //enter any hacker code that you would like to check for