From 3ded2a052c1ec7c06bc351c54f356f5177a820ad Mon Sep 17 00:00:00 2001 From: JKA Network Date: Thu, 28 Dec 2017 23:14:37 +0100 Subject: [PATCH] Version 0.9.1 (Beta) --- README.md | 17 +++++++++++------ index.php | 6 ++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c2c23a..3be84af 100755 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ to install without problems. Master is bleeding edge, use tags for versions and ## Install For installing, only download last version from https://gitlab.com/JKANetwork/CheckServer/tags (not git master, reason -below. **Think of tags as releases**) -, decompress it and copy all to the folder in your hosting. +below. **Think of tags as releases**), decompress it and copy all to the folder in your hosting. Please **do not download and use master git**,it is not recommended, because is for devel and things like installer sql can not work right. Use the tags. **Think of tags as releases** @@ -38,18 +37,24 @@ For finishing it, you have to add a cron in your system for running checks. The ## Update +Decompress folder over your installation folder, and run "updater.php", +it will update and say if something goes wrong. Its a good idea to make +a backup of your sqlite.db3 database. + ## Changelog -### (WIP) Version 0.9.1 +### (WIP) Version 0.9.2 + +-TODO: More info in admin page + +### Version 0.9.1 (Beta) -See uptime percent -Optimized index webpage, times went down to half when have a lot of pages --TODO: Better index admin page (More data) - ### Version 0.9 (Beta) -First public version --Supports ping at different ports, httpcode returns (default or custom), and MySQL/sqlite/PgSQL status. Also you can post news to index, and have a (invisible) visit counter of visits in your webpages. \ No newline at end of file +-Supports ping at different ports, httpcode returns (default or custom), and MySQL/sqlite/PgSQL status. Also you can post news to index, and have a (invisible) visit counter of visits in your webpages. diff --git a/index.php b/index.php index f4a403d..ac2275c 100755 --- a/index.php +++ b/index.php @@ -1,5 +1,4 @@ render('indexpage.twig', array('T_' => $T_, 'you' => $you, 'checks' => $chks, 'news' => $incs)); //Render -echo "

Página creada en ".round(microtime(true)-$d_time,2)." segundos

"; -?> \ No newline at end of file +?>