first commit
This commit is contained in:
parent
f3bf04d34c
commit
0c21e5f7cc
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,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 !
|
||||||
|
|
||||||
$StatServer = $table;
|
$StatServer = $table;
|
||||||
|
|
Loading…
Reference in a new issue