From 0c21e5f7ccd44c5539dd65cf30e58986021aabfc Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 7 Feb 2021 14:26:16 +0100 Subject: [PATCH] first commit --- config/config.php | 2 +- config/consql.php | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/config.php b/config/config.php index 8be9013..6d74cd2 100644 --- a/config/config.php +++ b/config/config.php @@ -4,7 +4,7 @@ // Need to Edit this $ipserv = "82.64.214.194" ; // IP server game - $portserv = "3201" ; // Game Server Port + $servport = "3201" ; // Game Server Port $modport = "3211" ; // Mod port omega (+10) $queryport= "27001" ; // Queryport diff --git a/config/consql.php b/config/consql.php index ef1989d..a802d46 100644 --- a/config/consql.php +++ b/config/consql.php @@ -5,11 +5,12 @@ // Edit this bloc for SQL - $servdb = "localhost"; - $userdb = "user"; - $pdb = "pass"; - $dbname = "database"; - $table = "StatServer_1"; + $servdb = "localhost"; + $userdb = ""; + $pdb = ""; + $dbname = "dayzstat"; + $table = "StatServer_1"; + // Don't edit below !