From 188481c0553ac898bd411c98708f16436815354d Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 31 Jan 2021 18:56:08 +0100 Subject: [PATCH] first commit --- GraphPlayer.php | 18 ++++++++++-------- consql.php | 4 +++- index.php | 9 ++++----- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/GraphPlayer.php b/GraphPlayer.php index 3c1fc2d..d098ff6 100755 --- a/GraphPlayer.php +++ b/GraphPlayer.php @@ -1,27 +1,29 @@ query($queryP); ?> - - - - + + - +

☠ Players on (-ToX-)

@@ -44,4 +46,4 @@ hideHover:'auto' - + diff --git a/consql.php b/consql.php index a2121f9..2dc1372 100644 --- a/consql.php +++ b/consql.php @@ -3,8 +3,10 @@ $userdb = ""; $pdb = ""; $dbname = ""; + $table = "StatServer_20"; - $con = new mysqli($servdb, $userdb, $pdb, $dbname); + $StatServer = $table; + $con = new mysqli($servdb, $userdb, $pdb, $dbname); if ($con->connect_error) { // die("Connection failed: " . $con->connect_error); diff --git a/index.php b/index.php index 6809084..1f1138f 100644 --- a/index.php +++ b/index.php @@ -510,7 +510,7 @@ $sec = "300";
Player last 24 hours
need sql // not ready yet - +
@@ -674,16 +674,15 @@ $sec = "300"; + + - +