first commit

This commit is contained in:
Erreur32 2021-02-02 12:51:55 +01:00
parent 1101f4bb85
commit b24212ed35
2 changed files with 9 additions and 3 deletions

View File

@ -8,6 +8,12 @@
$portserv = "2302" ; // Game Server Port
$modport = "2312" ; // Mod port omega (+10)
$queryport= "27016" ; // Queryport
/*
$ipserv = "82.64.214.194" ; // IP server game
$portserv = "3222" ; // Game Server Port
$modport = "3232" ; // Mod port omega (+10)
$queryport= "27022" ; // Queryport
*/
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
$descript = "Your Clan/server desciption"; // Your clan/server description
$namemap = "MAP CHERNARUS"; // you can put what you want.

View File

@ -210,11 +210,11 @@ $sec = "300";
<h5 class="description-header">
<?php //echo count($objlower)
if (count($objlower) == 0){ // if no mod
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72];
echo "<small style='color: grey;'><i class='fas fa-sun'></i><span style='color: white;'>x". $InfoGT[42]. "</span> - <i class='fas fa-moon'></i><span style='color: white;'>x".$InfoGT[55]." </span>"; }
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72];
echo "<small style='color: grey;'><i class='fas fa-sun'></i><span style='color: white;'>x". $InfoGT[42]. "</span> - <i class='fas fa-moon'></i><span style='color: white;'>x".$InfoGT[55]." </span>"; }
else {
echo $InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72].$InfoGT[73];
echo $InfoGT[67].$InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72].$InfoGT[73];
echo "<small style='color: grey;'><i class='fas fa-sun'></i><span style='color: white;'>x". $InfoGT[43]. "</span> - <i class='fas fa-moon'></i><span style='color: white;'>x".$InfoGT[56]." </span>";
}
?>