From f3bf04d34c02e5b669172122807c1b6b7d5c62c6 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 7 Feb 2021 14:08:37 +0100 Subject: [PATCH] first commit --- config/config.php | 18 ++++++++++-------- config/consql.php | 8 +------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/config/config.php b/config/config.php index cd12a53..8be9013 100644 --- a/config/config.php +++ b/config/config.php @@ -3,16 +3,18 @@ // Need to Edit this + $ipserv = "82.64.214.194" ; // IP server game + $portserv = "3201" ; // Game Server Port + $modport = "3211" ; // Mod port omega (+10) + $queryport= "27001" ; // Queryport - $ipserv = "103.58.149.102" ; // IP server game - $portserv = "2302" ; // Game Server Port - $modport = "2312" ; // Mod port omega (+10) - $queryport= "27016" ; // Queryport + $title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page + $descript = "Your Clan/server desciption"; // Your clan/server description - $title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page - $descript = "Your Clan/server desciption"; // Your clan/server description - $logoteam = "logoteam.png"; - $imagemap = "chernarus.jpg"; + // images in img/ folder + + $logoteam = "logoteam.png"; + $imagemap = "chernarus.jpg"; diff --git a/config/consql.php b/config/consql.php index 1089363..ef1989d 100644 --- a/config/consql.php +++ b/config/consql.php @@ -5,18 +5,12 @@ // Edit this bloc for SQL - $servdb = "localhost"; - $userdb = "dayz"; - $pdb = "dayz32"; - $dbname = "dayzstat"; - $table = "StatServer_5"; -/* $servdb = "localhost"; $userdb = "user"; $pdb = "pass"; $dbname = "database"; $table = "StatServer_1"; -*/ + // Don't edit below ! $StatServer = $table;