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);