assets | ||
css | ||
GameQ | ||
js | ||
morris | ||
SQ_ | ||
.gitignore | ||
chernarus.jpg | ||
config.inc.php | ||
config.php | ||
consql.php | ||
dayz2json.php | ||
dayz2json_parser.php | ||
dayz2jsonTOX.php | ||
GraphPlayer.php | ||
index.php | ||
json2sql.php | ||
logoteam.png | ||
mod2json.php | ||
mod2json_parser.php | ||
mod_server.php | ||
README.md | ||
server.json | ||
statserver.json | ||
statserver_json.php | ||
statserver_json.sh | ||
table.sql | ||
table_insert.sql | ||
test-json.php |
Hi Dayz Survivor !!
🔥 STILL in Devlopment ... not ready yet
☠ TEAM DayZ - https://dayz.echosystem.fr ☠
Simple live Stat for Dayz Standalone server ☠.
Inspired by Omega namager template.
The OmegaManager is a local application to run your DayZ servers. It automatically deploys, runs, watches, restarts and updates your server.
Configuration Required
-
Set the config.php file and fill your
ip
,port
,query
andomega 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. (for shell bash only)
*/5 * * * * /bin/sh /your/path/statserver_json.sh
OR
*/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 - PHP library to query servers that implement Steam query protocol (also known as Source Engine Query protocol)
sample:
🔥 STILL in Devlopment ... not ready for production.
Website: dayz.echosystem.fr
Author : Erreur32