From d6ecbc3be9e9e45fd3fbaec775eea360e6e06fd3 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Tue, 18 Apr 2023 03:53:41 +0200 Subject: [PATCH] Add tips to the installer (thanks Joachim!) --- src/installer/pages/4.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/installer/pages/4.php b/src/installer/pages/4.php index 50ff2db..5c11773 100644 --- a/src/installer/pages/4.php +++ b/src/installer/pages/4.php @@ -144,6 +144,13 @@ if (isset($_GET["syncicons"])) {
"> +
+ If the TS3 server is not hosted locally, and you have access to the TS3 + server files, then make sure to edit the query_ip_whitelist.txt file and + add the IP of the machine/VPS hosting TS‑website to it, then restart the TS3 server. + Otherwise, TS‑website might get rate-limited by the TS3 server and periodically stop working. +
+
@@ -156,6 +163,11 @@ if (isset($_GET["syncicons"])) {
+

+ Use 127.0.0.1 as the hostname if TS-website and the + TS3 server are on the same machine/VPS. +

+