first commit

This commit is contained in:
Erreur32 2021-02-05 23:27:57 +01:00
parent 5fed7b8a48
commit 62389598e5
1 changed files with 5 additions and 12 deletions

View File

@ -1,7 +1,7 @@
## Hi Dayz Survivor !! ## Hi Dayz Survivor !!
## 🔥 STILL in Devlopment ... not ready yet ## 🔥 STILL in Development
![https://dayz.echosystem.fr](https://git.echosystem.fr/repo-avatars/191) ![https://dayz.echosystem.fr](https://git.echosystem.fr/repo-avatars/191)
@ -85,13 +85,13 @@
>#### For Shell (SQL insert + json) >#### For Shell (SQL insert + json)
> */5 * * * * /usr/sbin/sh /pathto/SQL/statserver_json.sh 2>&1 > */5 * * * * /usr/sbin/sh /pathto/SQL/statserver_json.sh 2>&1
OR OR (recommended)
>#### For php (SQL insert) >#### For php (SQL insert)
> */5 * * * * /usr/local/bin/php -f /your/path/SQL/dayz2json_parser_sql.php 2>&1 > */5 * * * * /usr/local/bin/php -f /your/path/SQL/dayz2json_parser_sql.php 2>&1
Check your time zone here. https://www.php.net/manual/en/timezones.others.php Check your time zone here. https://www.php.net/manual/en/timezones.others.php and adapt in dayz2json_parser_sql.php.
## Et Voilà ! ## Et Voilà !
@ -100,12 +100,9 @@ ENJOY :)
### TODO ### TODO
- make ~~Regex to catch~~ time serv to auto detect it, and it's fucking hard :p) - Need to finish SQL part for stat USER NAME ;)
- Need to finish SQL part for stat USER
- Admin section with usefull info from your log server. - Admin section with usefull info from your log server.
@ -113,22 +110,18 @@ ENJOY :)
### Library used: ### 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) > [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)
> Morris - library for graph
### sample: ### sample:
> [example live page](https://dayz.echosystem.fr/git-DayZ-server-stat/) > [example live page](https://dayz.echosystem.fr/git-DayZ-server-stat/)
![https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/assets/Screenshot_2021-02-04.png](https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/assets/Screenshot_2021-02-04.png)
## 🔥 STILL in Devlopment ... not ready for production.
----- -----
Website: [dayz.echosystem.fr](https://dayz.echosystem.fr) Website: [dayz.echosystem.fr](https://dayz.echosystem.fr)
Author : Erreur32 Author : Erreur32