34 lines
828 B
PHP
34 lines
828 B
PHP
<?php
|
|
|
|
// ini_set("allow_url_fopen", 1);
|
|
|
|
// Need to Edit this
|
|
/*
|
|
$ipserv = "103.58.149.102" ; // IP server game
|
|
$servport = "2302" ; // Game Server Port
|
|
$modport = "2312" ; // Mod port omega (+10)
|
|
$queryport= "27016" ; // Queryport
|
|
|
|
*/
|
|
|
|
$ipserv = "82.64.214.194" ; // IP server game
|
|
$servport = "3201" ; // Game Server Port
|
|
$modport = "3211" ; // Mod port omega (+10)
|
|
$queryport= "27001" ; // Queryport
|
|
|
|
|
|
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
|
$descript = "Your Clan/server desciption"; // Your clan/server description
|
|
$namemap = "chernarusplus"; // choose between: chernarusplus / livonia / namalsk/
|
|
$logoteam = "logoteam.png";
|
|
$imagemap = "chernarus.jpg";
|
|
|
|
|
|
|
|
// Don't touch below
|
|
|
|
$urlserv = $ipserv.":".$servport ;
|
|
|
|
?>
|
|
|