first commit
This commit is contained in:
parent
d09478caee
commit
f3bf04d34c
2 changed files with 11 additions and 15 deletions
|
@ -3,16 +3,18 @@
|
|||
|
||||
// Need to Edit this
|
||||
|
||||
$ipserv = "82.64.214.194" ; // IP server game
|
||||
$portserv = "3201" ; // Game Server Port
|
||||
$modport = "3211" ; // Mod port omega (+10)
|
||||
$queryport= "27001" ; // Queryport
|
||||
|
||||
$ipserv = "103.58.149.102" ; // IP server game
|
||||
$portserv = "2302" ; // Game Server Port
|
||||
$modport = "2312" ; // Mod port omega (+10)
|
||||
$queryport= "27016" ; // Queryport
|
||||
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
||||
$descript = "Your Clan/server desciption"; // Your clan/server description
|
||||
|
||||
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
||||
$descript = "Your Clan/server desciption"; // Your clan/server description
|
||||
$logoteam = "logoteam.png";
|
||||
$imagemap = "chernarus.jpg";
|
||||
// images in img/ folder
|
||||
|
||||
$logoteam = "logoteam.png";
|
||||
$imagemap = "chernarus.jpg";
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,18 +5,12 @@
|
|||
|
||||
// Edit this bloc for SQL
|
||||
|
||||
$servdb = "localhost";
|
||||
$userdb = "dayz";
|
||||
$pdb = "dayz32";
|
||||
$dbname = "dayzstat";
|
||||
$table = "StatServer_5";
|
||||
/*
|
||||
$servdb = "localhost";
|
||||
$userdb = "user";
|
||||
$pdb = "pass";
|
||||
$dbname = "database";
|
||||
$table = "StatServer_1";
|
||||
*/
|
||||
|
||||
// Don't edit below !
|
||||
|
||||
$StatServer = $table;
|
||||
|
|
Loading…
Reference in a new issue