Status Checker Documentation

Update Log


 Welcome to the Update Guide. This guide is to help you update your system to the latest version. We know that a lot of our customers do their own custom updates to their systems and so having to overwrite their files all the time can sometimes cause them problems. This update guide is to show you which files need to be updated in order for your system to be fully updated.

Version 1.1 - (Released: 17/04/2017)

This update contains new features and bug fixes. The following changes were made:

  • Updated to CodeIgniter 3.1.4
  • Fixed a bug in status pagination
  • Fixed the wrong timestamp being displayed for statuses
  • You can now select the status for each Site in the Site Checker
  • Implemented pinging ports for Site Checker

In order to update, please overwrite the following files:

  • Controllers
  • application/controllers/Status.php
  • application/controllers/Site.php
  • application/controllers/Cron.php
  • Views
  • application/views/client/index.php
  • application/views/site/add.php
  • application/views/site/edit.php
  • System
  • system/*

LANGUAGE UPDATE

For those who have up-to-date language files, you will need to add some new lines to your language files in order to translate the new content being added. Follow the simple edits below:

Modify file application/language/english/content_lang.php (or replace english with the name of your language folder)

Add the following lines of code to the bottom of your language file

// V1.1
$lang['ctn_473'] = "Port";
$lang['ctn_474'] = "Enter the port for the site you wish to check. In Site URL, enter the IP address.";

Save the files

CLEAN INSTALL

Remember, if you have trouble updating, you can always do a clean install. Just follow the guide in the Documentation Guide as you did before and you will have the latest version of the system ready.