first commit

This commit is contained in:
Erreur32 2021-02-02 13:15:00 +01:00
parent b24212ed35
commit 50da256810
2 changed files with 12 additions and 5 deletions

View file

@ -4,11 +4,18 @@
// Edit this -> // Edit this ->
$ipserv = "103.58.149.102" ; // IP server game $ipserv = "103.58.149.102" ; // IP server game
$portserv = "2302" ; // Game Server Port
$modport = "2312" ; // Mod port omega (+10) $portserv = "2402" ; // Game Server Port
$queryport= "27016" ; // Queryport $modport = "2412" ; // Mod port omega (+10)
$queryport= "27017" ; // Queryport
/* /*
$portserv = "2302" ; // Game Server Port
$modport = "2312" ; // Mod port omega (+10)
$queryport= "27016" ; // Queryport
$ipserv = "82.64.214.194" ; // IP server game $ipserv = "82.64.214.194" ; // IP server game
$portserv = "3222" ; // Game Server Port $portserv = "3222" ; // Game Server Port
$modport = "3232" ; // Mod port omega (+10) $modport = "3232" ; // Mod port omega (+10)

View file

@ -213,7 +213,7 @@ $sec = "300";
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72]; 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 "<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 { if (count($objlower) > 0) {
echo $InfoGT[67].$InfoGT[68].$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>"; 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>";
} }
@ -466,7 +466,7 @@ $sec = "300";
</label> </label>
</div> </div>
<div class="col-sm-7"> <div class="col-sm-7">
<a style="text-decoration:none;" href='steam://connect/<?php echo $urlserv; ?>/'> <a style="text-decoration:none;" href='steam://connect/<?php echo $ipserv.":".$queryport; ?>/'>
<span class='label label-success'> GO PLAY </span> <span class='label label-success'> GO PLAY </span>
</a> </a>
</div> </div>