2021-01-31 13:16:02 +01:00
|
|
|
<?php
|
2021-02-01 14:30:33 +01:00
|
|
|
|
2021-02-04 20:54:45 +01:00
|
|
|
// ini_set("allow_url_fopen", 1);
|
2021-01-31 13:16:02 +01:00
|
|
|
|
2021-02-04 20:54:45 +01:00
|
|
|
// Need to Edit this
|
2021-02-02 16:03:26 +01:00
|
|
|
/*
|
2021-02-02 23:34:59 +01:00
|
|
|
$ipserv = "103.58.149.102" ; // IP server game
|
2021-02-04 22:14:31 +01:00
|
|
|
$servport = "2302" ; // Game Server Port
|
2021-02-02 13:15:00 +01:00
|
|
|
$modport = "2312" ; // Mod port omega (+10)
|
|
|
|
$queryport= "27016" ; // Queryport
|
2021-02-04 18:00:02 +01:00
|
|
|
|
2021-02-02 12:51:55 +01:00
|
|
|
*/
|
2021-02-02 23:34:59 +01:00
|
|
|
|
2021-02-04 18:00:02 +01:00
|
|
|
$ipserv = "82.64.214.194" ; // IP server game
|
2021-02-04 22:14:31 +01:00
|
|
|
$servport = "3201" ; // Game Server Port
|
2021-02-04 18:00:02 +01:00
|
|
|
$modport = "3211" ; // Mod port omega (+10)
|
|
|
|
$queryport= "27001" ; // Queryport
|
2021-02-02 23:34:59 +01:00
|
|
|
|
|
|
|
|
2021-02-01 14:38:33 +01:00
|
|
|
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
|
|
|
$descript = "Your Clan/server desciption"; // Your clan/server description
|
2021-02-02 23:34:59 +01:00
|
|
|
$namemap = "chernarusplus"; // choose between: chernarusplus / livonia / namalsk/
|
2021-02-02 11:44:54 +01:00
|
|
|
$logoteam = "logoteam.png";
|
|
|
|
$imagemap = "chernarus.jpg";
|
2021-02-04 18:00:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2021-02-04 20:54:45 +01:00
|
|
|
// Don't touch below
|
|
|
|
|
2021-02-04 22:14:31 +01:00
|
|
|
$urlserv = $ipserv.":".$servport ;
|
2021-01-31 13:16:02 +01:00
|
|
|
|
|
|
|
?>
|
|
|
|
|