Go to file
Erreur32 8f0defacb1 first commit 2021-02-02 23:34:59 +01:00
GameQ first commit 2021-02-02 23:34:59 +01:00
SQ_ commit message 2021-01-31 13:16:02 +01:00
assets first commit 2021-02-02 11:27:05 +01:00
css first commit 2021-02-02 11:27:05 +01:00
gameq first commit 2021-02-02 23:34:59 +01:00
js first commit 2021-02-02 11:27:05 +01:00
morris commit message 2021-01-31 13:16:02 +01:00
.gitignore first commit 2021-02-02 23:34:59 +01:00
GraphPlayer.php first commit 2021-01-31 21:12:51 +01:00
README.md first commit 2021-02-02 23:34:59 +01:00
chernarus.jpg first commit 2021-02-02 11:23:02 +01:00
config.inc.php first commit 2021-02-02 23:34:59 +01:00
config.php first commit 2021-02-02 23:34:59 +01:00
consql.php first commit 2021-02-02 23:34:59 +01:00
dayz2json.php first commit 2021-02-02 23:34:59 +01:00
dayz2jsonTOX.php first commit 2021-02-02 23:34:59 +01:00
index.php first commit 2021-02-02 23:34:59 +01:00
json-test.php first commit 2021-02-02 23:34:59 +01:00
json2sql.php first commit 2021-02-02 23:34:59 +01:00
logoteam.png first commit 2021-02-02 11:30:10 +01:00
mod_server.php first commit 2021-02-02 11:18:46 +01:00
query-servers.php first commit 2021-02-02 23:34:59 +01:00
server.json first commit 2021-02-02 23:34:59 +01:00
statserver.json first commit 2021-02-02 23:34:59 +01:00
statserver_json.sh Update 'statserver_json.sh' 2021-02-02 17:25:40 +01:00
table.sql first commit 2021-02-02 15:35:59 +01:00
table_insert.sql first commit 2021-02-02 16:03:26 +01:00

README.md

Hi Survivor ☠ !!

https://dayz.echosystem.fr

Simple live Stat for Dayz Standalone server ☠.

Inspired by Omega namager for the template.

🔥 STILL in Devlopment ...

Required

  • Set the config.php file and fill your ip , port , query and omega server port mod.

        $ipserv   = "6.6.6.6"; // IP server game
        $portserv = "2302" ;   // Game Server Port
        $modport  = "2312" ;   // Mod port omega (+10)
        $queryport= "27016";   // Queryport
    

OPTIONAL:

  • 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 for mysql insert & creation of json file:
*/5 * * * *       /bin/sh /your/path/statserver_json.sh

OR

*/5 * * * *       /usr/local/bin/php -f /your/path/dayz2json.php

Library used:

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://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/assets/Screenshot_2021-02-01.png

🔥 STILL in Devlopment ...


Website: dayz.echosystem.fr

Author : Erreur32