Update 'README.md'
This commit is contained in:
parent
6590e6bda2
commit
ebba917be5
1 changed files with 18 additions and 3 deletions
21
README.md
21
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)
|
||||
|
|
Loading…
Reference in a new issue