first commit

This commit is contained in:
Erreur32 2021-02-07 14:26:16 +01:00
parent f3bf04d34c
commit 0c21e5f7cc
2 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@
// Need to Edit this
$ipserv = "82.64.214.194" ; // IP server game
$portserv = "3201" ; // Game Server Port
$servport = "3201" ; // Game Server Port
$modport = "3211" ; // Mod port omega (+10)
$queryport= "27001" ; // Queryport

View File

@ -5,12 +5,13 @@
// Edit this bloc for SQL
$servdb = "localhost";
$userdb = "user";
$pdb = "pass";
$dbname = "database";
$servdb = "localhost";
$userdb = "";
$pdb = "";
$dbname = "dayzstat";
$table = "StatServer_1";
// Don't edit below !
$StatServer = $table;