Update 'README.md'
This commit is contained in:
parent
82e740f20b
commit
62ca7d0d4d
1 changed files with 50 additions and 45 deletions
25
README.md
25
README.md
|
@ -24,8 +24,10 @@ Presents
|
||||||
- Download lastest archive https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/archive/0.32.zip
|
- Download lastest archive https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/archive/0.32.zip
|
||||||
|
|
||||||
|
|
||||||
> ## or Use the lastest version with git
|
#### or Use the lastest version with git
|
||||||
> git clone https://git.echosystem.fr/Erreur32/DayZ-Stat-Server.git
|
|
||||||
|
>
|
||||||
|
git clone https://git.echosystem.fr/Erreur32/DayZ-Stat-Server.git
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,12 +35,13 @@ Presents
|
||||||
|
|
||||||
- Set the *config.php* file in *config* directory and fill your `ip` , `port` , `query` and `omega server port mod`.
|
- Set the *config.php* file in *config* directory and fill your `ip` , `port` , `query` and `omega server port mod`.
|
||||||
|
|
||||||
> ### edit config/config.php
|
#### edit config/config.php
|
||||||
|
|
||||||
>
|
>
|
||||||
> $ipserv = "6.6.6.6"; // IP server game
|
$ipserv = "6.6.6.6"; // IP server game
|
||||||
> $portserv = "2302" ; // Game Server Port
|
$portserv = "2302" ; // Game Server Port
|
||||||
> $modport = "2312" ; // Mod port omega (+10)
|
$modport = "2312" ; // Mod port omega (+10)
|
||||||
> $queryport= "27016"; // Queryport
|
$queryport= "27016"; // Queryport
|
||||||
|
|
||||||
- Omega manager (to check list mod only, but higly suggered !)
|
- Omega manager (to check list mod only, but higly suggered !)
|
||||||
|
|
||||||
|
@ -48,8 +51,9 @@ Presents
|
||||||
- mysql database (to store status server for graph)
|
- mysql database (to store status server for graph)
|
||||||
Create `dayzstat` database first + user privilege. Checkout Schema database in SQL/table.sql
|
Create `dayzstat` database first + user privilege. Checkout Schema database in SQL/table.sql
|
||||||
|
|
||||||
> ### edit config/consql.php
|
#### edit config/consql.php
|
||||||
|
|
||||||
|
>
|
||||||
> -- Adminer 4.7.8 MySQL dump
|
> -- Adminer 4.7.8 MySQL dump
|
||||||
>
|
>
|
||||||
> SET NAMES utf8;
|
> SET NAMES utf8;
|
||||||
|
@ -83,7 +87,7 @@ Presents
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
> -- 2021-02-05 10:22:08
|
> -- 2021-02-05 10:22:08
|
||||||
>
|
|
||||||
|
|
||||||
- **2 Differents way for your crontab** with Shell or php (recommended).
|
- **2 Differents way for your crontab** with Shell or php (recommended).
|
||||||
|
|
||||||
|
@ -117,9 +121,10 @@ 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
|
> [Morris](https://morrisjs.github.io/morris.js/) - PHP library to generate graph.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue