first commit
This commit is contained in:
parent
b24212ed35
commit
50da256810
2 changed files with 12 additions and 5 deletions
13
config.php
13
config.php
|
@ -4,11 +4,18 @@
|
|||
|
||||
// Edit this ->
|
||||
|
||||
|
||||
$ipserv = "103.58.149.102" ; // IP server game
|
||||
$portserv = "2302" ; // Game Server Port
|
||||
$modport = "2312" ; // Mod port omega (+10)
|
||||
$queryport= "27016" ; // Queryport
|
||||
|
||||
$portserv = "2402" ; // Game Server Port
|
||||
$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
|
||||
$portserv = "3222" ; // Game Server Port
|
||||
$modport = "3232" ; // Mod port omega (+10)
|
||||
|
|
|
@ -213,7 +213,7 @@ $sec = "300";
|
|||
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 {
|
||||
if (count($objlower) > 0) {
|
||||
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>";
|
||||
}
|
||||
|
@ -466,7 +466,7 @@ $sec = "300";
|
|||
</label>
|
||||
</div>
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue