first commit

This commit is contained in:
Erreur32 2021-02-04 22:36:49 +01:00
parent c30a6b2592
commit 392c86ac1a
1 changed files with 7 additions and 2 deletions

View File

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