From 9456498a957f44e19564e38694c2d24eb0d396c7 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 4 Feb 2021 22:39:41 +0100 Subject: [PATCH] first commit --- consql.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/consql.php b/consql.php index 3f3118e..714bc15 100644 --- a/consql.php +++ b/consql.php @@ -3,13 +3,18 @@ //# Change with your credential here. // Create Database first ;) - + $servdb = "localhost"; + $userdb = "dayz"; + $pdb = "dayz32"; + $dbname = "dayzstat"; + $table = "StatServer_5"; +/* $servdb = "localhost"; $userdb = "user"; $pdb = "pass"; $dbname = "database"; $table = "StatServer_1"; - +*/ $StatServer = $table; $con = new mysqli($servdb, $userdb, $pdb, $dbname);