Update 'README.md'

This commit is contained in:
Erreur32 2021-02-01 18:41:36 +01:00
parent 2d5f7c1157
commit afe08038cc
1 changed files with 16 additions and 6 deletions

View File

@ -5,6 +5,9 @@
# Simple live Stat for Dayz Standalone server ☠.
Inspired by Omaga for the template.
## 🔥 STILL in Devlopment ...
### Required
@ -12,12 +15,6 @@
- Set the *config.php* file
> Fill your `ip` , `port` , `query` and `omega server port mod`
- mysql database (to store status server for graph)
> Schema database is not ready yet.
- put *statserverjson.sh* in crontab like this:
> */5 * * * * /bin/bash /your/path/statserver_json.sh
@ -25,6 +22,19 @@
- Omega manager (to check mod only)
- mysql database (to store status server for graph)
> Schema database is not ready yet.
- put *statserverjson.sh* in crontab like this:
> */5 * * * * /bin/bash /your/path/statserver_json.sh
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)
### sample: [example live page](https://dayz.echosystem.fr/server/Namalsk2)