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
|
||||
|
||||
$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
|
||||
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
|
||||
// Edit this bloc for SQL
|
||||
|
||||
$servdb = "localhost";
|
||||
$userdb = "user";
|
||||
$pdb = "pass";
|
||||
$dbname = "database";
|
||||
$table = "StatServer_1";
|
||||
$servdb = "localhost";
|
||||
$userdb = "";
|
||||
$pdb = "";
|
||||
$dbname = "dayzstat";
|
||||
$table = "StatServer_1";
|
||||
|
||||
|
||||
// Don't edit below !
|
||||
|
||||
|
|
Loading…
Reference in a new issue