Instructions for upgrading SiteMonitor V_2.9 to V_3.0

-------------------------------------------------------------------------------
1) Upload all of the sitemonitor files except for the following:

  sitemonitor_configure_0.txt
  sitemonitor_reference_0.txt

-------------------------------------------------------------------------------
2) Move all sitemonitor_log....txt log files to the sitemonitor_logs directory.

-------------------------------------------------------------------------------
3) Rename files (changing .php to .txt):

  sitemonitor_configure_...php and sitemonitor_reference_...php

to

  sitemonitor_configure_...txt and sitemonitor_reference_...txt

-------------------------------------------------------------------------------
4) In any sitemonitor_configure....txt files, find the line that starts with

$logfile_size = ...

ADD BENEATH:

$logfile_location = 'sitemonitor_logs'; //enter the name of the directory to store the log files. The directory is required to be in the admin directory

-------------------------------------------------------------------------------
5) In admin/includes/filenames.php,

FIND:

  define('FILENAME_SITEMONITOR_CONFIGURE', 'sitemonitor_configure.php');

REPLACE WITH:

  define('FILENAME_SITEMONITOR_CONFIGURE', 'sitemonitor_configure.txt');  