From ebba917be5c4b58cbbe704b1cecf79083a356b99 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Wed, 3 Feb 2021 11:26:47 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1835b68..0e0bbf3 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,14 @@ # Simple live Stat for Dayz Standalone server ☠. -Inspired by Omega namager for the template. +Inspired by Omega namager template. + +*The [OmegaManager](https://cftools.de/) is a local application to run your DayZ servers. It automatically deploys, runs, watches, restarts and updates your server.* -## 🔥 STILL in Devlopment ... +## 🔥 STILL in Devlopment ... not ready yet -### Required +### Configuration Required - Set the *config.php* file and fill your `ip` , `port` , `query` and `omega server port mod`. @@ -33,6 +35,19 @@ Inspired by Omega namager for the template. > */5 * * * * /usr/local/bin/php -f /your/path/dayz2json.php > /your/path/server.json + +### TODO + + - make Regex to check time serv ( auto detect ) + + - Need to finish SQL part for stat USER + + - Admin section with usefull info from your log server. + + + + + ### Library used: [PHP-Source-Query](https://github.com/xPaw/PHP-Source-Query) - PHP library to query servers that implement Steam query protocol (also known as Source Engine Query protocol)