first commit
This commit is contained in:
parent
14674a1ad3
commit
1aea9e820f
2 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
||||||
$table = "StatServer_20";
|
$table = "StatServer_20";
|
||||||
|
|
||||||
$StatServer = $table;
|
$StatServer = $table;
|
||||||
|
|
||||||
$con = new mysqli($servdb, $userdb, $pdb, $dbname);
|
$con = new mysqli($servdb, $userdb, $pdb, $dbname);
|
||||||
|
|
||||||
if ($con->connect_error) {
|
if ($con->connect_error) {
|
||||||
// die("Connection failed: " . $con->connect_error);
|
echo (" SQL not active <font color=orange> // Function not ready yet </font> ");
|
||||||
echo ("Connection failed with sql / need to set MYSQL");
|
// echo ("<font color=red> ...Connection failed need to set MYSQL </font><br>");
|
||||||
|
// die("Connection failed: " . $con->connect_error);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -430,7 +430,7 @@ $sec = "300";
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-7"><i class="fas fa-dot-circle" style="color:#20a8d8"></i>
|
<div class="col-sm-7"><i class="fas fa-dot-circle" style="color:#20a8d8"></i>
|
||||||
// not ready yet
|
SQL not active <font color=orange>// Function not ready</font>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -519,7 +519,7 @@ $sec = "300";
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">Player last 24 hours</div>
|
<div class="card-header">Player last 24 hours</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
need sql // not ready yet
|
<!-- // not ready yet -->
|
||||||
<?php include('./GraphPlayer.php'); ?>
|
<?php include('./GraphPlayer.php'); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue