Update 'consql.php'

This commit is contained in:
Erreur32 2021-02-04 22:48:43 +01:00
parent 9456498a95
commit 83571219d5
1 changed files with 3 additions and 7 deletions

View File

@ -3,18 +3,14 @@
//# 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);