first commit
This commit is contained in:
parent
37012ada4f
commit
50f2a38b35
1 changed files with 18 additions and 12 deletions
30
index.php
30
index.php
|
@ -4,6 +4,12 @@
|
||||||
$page = $_SERVER['PHP_SELF'];
|
$page = $_SERVER['PHP_SELF'];
|
||||||
$sec = "300";
|
$sec = "300";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ini_set('display_errors', 'on');
|
||||||
|
error_reporting(E_ALL); // Display all types of error
|
||||||
|
|
||||||
|
|
||||||
include_once('./consql.php');
|
include_once('./consql.php');
|
||||||
include_once('./config.php');
|
include_once('./config.php');
|
||||||
|
|
||||||
|
@ -202,18 +208,18 @@ $sec = "300";
|
||||||
<div class="col-md-2 col-xs-12 border-right">
|
<div class="col-md-2 col-xs-12 border-right">
|
||||||
<div class="">
|
<div class="">
|
||||||
<h5 class="description-header">
|
<h5 class="description-header">
|
||||||
|
<?php //echo count($objlower)
|
||||||
<?php
|
if (count($objlower) == 0){ // if no mod
|
||||||
// if no mod
|
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72];
|
||||||
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72]; ?> <small style="color: grey;">
|
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>"; }
|
||||||
<i class="fas fa-sun"></i><span style="color: white;">x<?php echo $InfoGT[42]; ?></span>
|
|
||||||
- <i class="fas fa-moon"></i><span style="color: white;">x<?php echo $InfoGT[55]; ?></span>
|
else {
|
||||||
|
echo $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>";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
<!-- // if mod active
|
|
||||||
echo $InfoGT[67].$InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71]; ?>
|
|
||||||
<small style="color: grey;"><i class="fas fa-sun"></i><span style="color: white;">x<?php echo $InfoGT[41]; ?></span>
|
|
||||||
- <i class="fas fa-moon"></i><span style="color: white;">x<?php echo $InfoGT[54]; ?></span>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</small></h5>
|
</small></h5>
|
||||||
<span class="description-text">GAME TIME</span>
|
<span class="description-text">GAME TIME</span>
|
||||||
|
@ -460,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/82.64.214.194:3201/'>
|
<a style="text-decoration:none;" href='steam://connect/<?php echo $urlserv; ?>/'>
|
||||||
<span class='label label-success'> GO PLAY </span>
|
<span class='label label-success'> GO PLAY </span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue