first commit

This commit is contained in:
Erreur32 2021-01-31 21:28:04 +01:00
parent 14674a1ad3
commit 1aea9e820f
2 changed files with 6 additions and 4 deletions

View File

@ -6,11 +6,13 @@
$table = "StatServer_20";
$StatServer = $table;
$con = new mysqli($servdb, $userdb, $pdb, $dbname);
if ($con->connect_error) {
// die("Connection failed: " . $con->connect_error);
echo ("Connection failed with sql / need to set MYSQL");
echo (" SQL not active <font color=orange> // Function not ready yet </font> ");
// echo ("<font color=red> ...Connection failed need to set MYSQL </font><br>");
// die("Connection failed: " . $con->connect_error);
}
else
{

View File

@ -430,7 +430,7 @@ $sec = "300";
</label>
</div>
<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>
@ -519,7 +519,7 @@ $sec = "300";
<div class="card">
<div class="card-header">Player last 24 hours</div>
<div class="card-body">
need sql // not ready yet
<!-- // not ready yet -->
<?php include('./GraphPlayer.php'); ?>
</div>
</div>