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
|
// 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
|
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
||||||
$portserv = "2302" ; // Game Server Port
|
$descript = "Your Clan/server desciption"; // Your clan/server description
|
||||||
$modport = "2312" ; // Mod port omega (+10)
|
|
||||||
$queryport= "27016" ; // Queryport
|
|
||||||
|
|
||||||
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
// images in img/ folder
|
||||||
$descript = "Your Clan/server desciption"; // Your clan/server description
|
|
||||||
$logoteam = "logoteam.png";
|
$logoteam = "logoteam.png";
|
||||||
$imagemap = "chernarus.jpg";
|
$imagemap = "chernarus.jpg";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,18 +5,12 @@
|
||||||
|
|
||||||
// Edit this bloc for SQL
|
// Edit this bloc for SQL
|
||||||
|
|
||||||
$servdb = "localhost";
|
|
||||||
$userdb = "dayz";
|
|
||||||
$pdb = "dayz32";
|
|
||||||
$dbname = "dayzstat";
|
|
||||||
$table = "StatServer_5";
|
|
||||||
/*
|
|
||||||
$servdb = "localhost";
|
$servdb = "localhost";
|
||||||
$userdb = "user";
|
$userdb = "user";
|
||||||
$pdb = "pass";
|
$pdb = "pass";
|
||||||
$dbname = "database";
|
$dbname = "database";
|
||||||
$table = "StatServer_1";
|
$table = "StatServer_1";
|
||||||
*/
|
|
||||||
// Don't edit below !
|
// Don't edit below !
|
||||||
|
|
||||||
$StatServer = $table;
|
$StatServer = $table;
|
||||||
|
|
Loading…
Reference in a new issue