文件上传

Signed-off-by: cssfw <16325875+cssfw@user.noreply.gitee.com>
This commit is contained in:
cssfw
2026-02-12 14:43:36 +00:00
committed by Gitee
parent e1bf62693a
commit 617e1a8771
18 changed files with 2014 additions and 0 deletions

28
README/README_en.md Normal file
View File

@@ -0,0 +1,28 @@
# The MINT Gmod Server Loader (TMGSL)
# Introduction
**TMGSL** is the loading page for the MINT server in the game Gmod. Based on the template from [Gmodload](https://physgun.com/gmodload/).
# Usage
Please follow the steps below to install this plugin:
1. Go to the [Releases page](https://github.com/MeowServer/HintServiceMeow/releases) and download the latest `TMGSL.tar.gz` file.
2. If PHP is already installed on the server, place it directly into the web directory; if not, refer to the [PHP installation documentation](https://www.php.net/manual/zh/install.general.php).
3. Paste these files into the web directory folder, then restart Nginx/Apache to complete the installation.
# Documentation
Here are some useful resources to help you get started quickly:
- [Feature Configuration](Features_en.md)
- [Web Server Installation (LINUX)](https://cloud.tencent.com/developer/article/2605046)
- [Web Server Installation (WINDOWS)](https://old.xp.cn/phpstudy-v8/)
- [PHP Documentation](https://www.php.net/manual/zh/index.php)
# Frequently Asked Questions
### 1. Why does it not work after placing it in the web directory?
- Ensure that **TMGSL** is installed correctly.
- Check whether the **PHP** plugin is enabled.
- Verify whether the web server (Nginx/Apache) has been restarted.
### 2. Why is there no background music?
- Because modern browsers block autoplay by default, but it works within the GMOD game.
- If background music cannot be played in GMOD, it may be due to a low version of the **PHP** plugin; consider using PHP version 7.3 or higher.