diff --git a/config/config.php b/config/config.php
index 6d74cd2..e8a8329 100644
--- a/config/config.php
+++ b/config/config.php
@@ -4,9 +4,9 @@
// Need to Edit this
$ipserv = "82.64.214.194" ; // IP server game
- $servport = "3201" ; // Game Server Port
- $modport = "3211" ; // Mod port omega (+10)
- $queryport= "27001" ; // Queryport
+ $servport = "3200" ; // Game Server Port
+ $modport = "3210" ; // Mod port omega (+10)
+ $queryport= "27022" ; // Queryport
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
$descript = "Your Clan/server desciption"; // Your clan/server description
@@ -29,9 +29,18 @@
//
$urlserv = $ipserv.":".$servport ;
- $json = file_get_contents("http://".$ipserv.":".$modport."/"); // get info from server
- $modnum = json_decode($json);
+// $json = file_get_contents("http://".$ipserv.":".$modport."/"); // get info from server
+
+if (file_get_contents("http://".$ipserv.":".$modport) === false) {
+ // Check the error and handle as you like.
+ echo "huston ... Server Mod link not found : http://".$ipserv.":".$modport;
+ die;
+} else {
+ $json = file_get_contents("http://".$ipserv.":".$modport);
+}
+
+ $modnum = json_decode($json);
/*
diff --git a/git-stats.html b/git-stats.html
new file mode 100644
index 0000000..3653a75
--- /dev/null
+++ b/git-stats.html
@@ -0,0 +1,1588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contributions in the last year
+ 0 total
+ November 15, 2021 – November 15, 2022
+