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 // Need to Edit this
$ipserv = "82.64.214.194" ; // IP server game $ipserv = "82.64.214.194" ; // IP server game
$portserv = "3201" ; // Game Server Port $servport = "3201" ; // Game Server Port
$modport = "3211" ; // Mod port omega (+10) $modport = "3211" ; // Mod port omega (+10)
$queryport= "27001" ; // Queryport $queryport= "27001" ; // Queryport

View File

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