From 617e1a8771c26378dc969c64d5bcbfe413dd71cf Mon Sep 17 00:00:00 2001 From: cssfw <16325875+cssfw@user.noreply.gitee.com> Date: Thu, 12 Feb 2026 14:43:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cssfw <16325875+cssfw@user.noreply.gitee.com> --- README.md | 15 + README/Features_en.md | 16 + README/Features_zh.md | 16 + README/README_en.md | 28 + README/README_zh.md | 30 + index.html | 1575 ++++++++++++++++++++++++ music.php | 46 + static/css/css2.css | 288 +++++ static/font/z7NbdRfiaC4VXYxJURRD.woff2 | Bin 0 -> 6964 bytes static/font/z7NbdRfiaC4VXcBJURRD.woff2 | Bin 0 -> 13212 bytes static/font/z7NbdRfiaC4VXcRJUQ.woff2 | Bin 0 -> 24276 bytes static/font/z7NbdRfiaC4VXcdJURRD.woff2 | Bin 0 -> 9632 bytes static/font/z7NbdRfiaC4VXchJURRD.woff2 | Bin 0 -> 13320 bytes static/font/z7NbdRfiaC4VXclJURRD.woff2 | Bin 0 -> 2100 bytes static/font/z7NbdRfiaC4VXcpJURRD.woff2 | Bin 0 -> 24472 bytes static/font/z7NbdRfiaC4VXctJURRD.woff2 | Bin 0 -> 8924 bytes static/image/particles_blue.jpg | Bin 0 -> 127879 bytes static/picture/picture.jpg | Bin 0 -> 7952 bytes 18 files changed, 2014 insertions(+) create mode 100644 README.md create mode 100644 README/Features_en.md create mode 100644 README/Features_zh.md create mode 100644 README/README_en.md create mode 100644 README/README_zh.md create mode 100644 index.html create mode 100644 music.php create mode 100644 static/css/css2.css create mode 100644 static/font/z7NbdRfiaC4VXYxJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXcBJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXcRJUQ.woff2 create mode 100644 static/font/z7NbdRfiaC4VXcdJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXchJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXclJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXcpJURRD.woff2 create mode 100644 static/font/z7NbdRfiaC4VXctJURRD.woff2 create mode 100644 static/image/particles_blue.jpg create mode 100644 static/picture/picture.jpg diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f2867e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Language / 语言 + +### [English](README/README_en.md) + +### [中文](README/README_zh.md) + +--- + +# Contributors / 贡献者 + +| Language/Website | Contributor | +| ------------- | -------------------------------------------------- | +| **English** | [cssfw](https://github.com/cssfw/) | +| **Chinese** | [cssfw](https://github.com/cssfw/) | +| **Website code** | [Gmodload](https://gmodload.com/) | diff --git a/README/Features_en.md b/README/Features_en.md new file mode 100644 index 0000000..b44f9a7 --- /dev/null +++ b/README/Features_en.md @@ -0,0 +1,16 @@ +## Features +#### Automatically Play Background Music Randomly +TMGSL includes a built-in PHP script that automatically plays background music at random. Simply place your desired music files (mp3/ogg/wav formats) into the **music** folder. + +#### Automatically Detect Server Gamemode, Max Players, and Map +TMGSL can automatically identify the server's gamemode, maximum number of players, and current map, displaying them in the "Info" section on the far right. + +## Index.html Configuration +#### Basic Functions +The main configuration of the webpage is located in the `body` section of **Index.html**. +> You can refer to the comments within to modify it accordingly. + +## music.php Configuration +#### Basic Functions +**music.php** contains the configuration for the content and reading of the music folder. +> You can refer to the comments within to modify it accordingly. \ No newline at end of file diff --git a/README/Features_zh.md b/README/Features_zh.md new file mode 100644 index 0000000..d1bedac --- /dev/null +++ b/README/Features_zh.md @@ -0,0 +1,16 @@ +## 功能 +#### 自动随机播放背景音乐 +TMGSL里面自带一个自动随机播放背景音乐的PHP脚本,只需要把你想要的音乐文件(mp3/ogg/wav格式)放入文件夹中的**music**文件夹 + +#### 自动识别服务器模式,最大人数,地图 +TMGSL可以自动识别服务器模式,最大人数,地图并显示在最右侧“信息”一栏 + +## Index.html配置 +#### 基本功能 +在**Index.html**的`body`一栏中,有网页的主要配置 +> 可自行查阅其中注释来配合修改 + +## music.php配置 +#### 基本功能 +在**music.php**中有配置音乐文件夹的内容与读取 +> 可自行查阅其中注释来配合修改 \ No newline at end of file diff --git a/README/README_en.md b/README/README_en.md new file mode 100644 index 0000000..226031f --- /dev/null +++ b/README/README_en.md @@ -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. \ No newline at end of file diff --git a/README/README_zh.md b/README/README_zh.md new file mode 100644 index 0000000..55c0970 --- /dev/null +++ b/README/README_zh.md @@ -0,0 +1,30 @@ +# The MINT Gmod Server Loader(TMGSL) +# 简介 +**TMGSL** 是gmod这款游戏中MINT服务器的加载页面。基于[Gmodload](https://physgun.com/gmodload/)中的模板 + +# 使用 + +请按照以下步骤安装该插件: + +1. 进入 [发行页面](https://github.com/MeowServer/HintServiceMeow/releases),下载最新的 `TMGSL.tar.gz` 文件。 +2. 如果服务器已经安装了PHP,则直接放入Web目录,如果没有参考[PHP安装文档](https://www.php.net/manual/zh/install.general.php) +3. 将这些文件粘贴到WEB目录文件夹中,然后重启Nginx/Apache完成安装。 + +# 文档 + +以下是一些有用的资源,帮助您快速上手: +- [功能配置](Features_zh.md) +- [WEB服务器安装(LINUX)](https://cloud.tencent.com/developer/article/2605046) +- [WEB服务器安装(WINDOWS)](https://old.xp.cn/phpstudy-v8/) +- [PHP文档](https://www.php.net/manual/zh/index.php) + +# 常见问题 + +### 1. 为什么放入WEB目录后没有工作? +- 请确保 **TMGSL** 已正确安装。 +- 检查是否有启动 **PHP** 插件。 +- 查看是否有重启WEB服务器(Nginx/Apache)。 + +### 2. 为什么没有背景音乐? +- 因为现代浏览器默认禁止自动播放音乐,但是GMOD游戏内可以 +- 如果GMOD游戏内无法播放背景音乐,可能是 **PHP** 插件版本过低,考虑使用PHP7.3以上版本 \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..53b12b6 --- /dev/null +++ b/index.html @@ -0,0 +1,1575 @@ + + +
+
+ 薄荷服务器
+MINT薄荷服务器是一个以玩家游戏体验为中心的GMODSCP服务器我们深知每一位玩家都是由萌新转变过来的所以我们的宗旨是耐心培养 陪伴每一位萌新
+QQ群1073757338,这边建议加群,以便获取最新的更新公告与规则变动
+bQ{ID-+sga|3n;g5K*rl
zaoJ@=hYm!iP6RcGl9C`o$UjeqqKu5VFfnuV5%)Y3T6)K )JPQR%QMH+}0nN7OiLue%Po;Gkpv;iyL%Jyfk3A>u(oM#+;G
zZ)!vN8Ad}(&tRlbMqwh2Wirlqr|ok_yW`%QV6u1#5>1t2npAUqEX_RWGAx#5scboN
zUt)M`Un}29Pn^=^s(-oemK$z+>U;0B+NjnyE_$rn5587vr!H vnG!T@I?~H%V7ph;QBfO*Wq#Q2g=xn8RuJ
zvGubFX!R=LFAZ&ctJ7llu}YXkiv81Y=MDYHFI%|~V?x77ML555R;!PV-#Py5Nltb|
z4*vceYx@MmJQ8TMv&$s>w!#YVpb5esL%Sx}^G{~MXR|Zp1y7B!bl3w$2n_)oZF_yv
zyC>VXzi3W Ij9?-+mK%3(4MkD2sMP)tn2w5~Zxc?s=&LngU#w(l^U|ACaOu+2ZE~n&W^N$g(e
rWHvjSzr}i}S
z9?0LPJwTNnuIc;Rpx>^-xnl8e!wp~g;pzng?ScJe4rPO&eMc3SD~1rlBwu=bZ~~p4
zWavnr_b7+D!^s6{ONFZ~GmXhmycU=z%qN1@^ZL1V9MD63gOmU5wTJuKYtqoP-NfFs
za(F4Fzd}gV&)n(U4GD5OX-!6YPstkp*`r8Z*L~nwW$2T%mtTpx;ODw0+tTP0sC{kJ
z>qiM8LPPcp`)*$g$8s7%J1bu%n(uk`m9vYjle3MpldX#yYWr&b-PlXRL(6DP>+hb;
zCB;g%da8Q^$BR#D=H}
sKx1quPQh_S?B5omr3f6&a++K8#C1xLB|(^ABAzH}bAWH%1r2UHK1dJ=upN&e
zs2e9IY#ie!m#DQSV!up4Z7xt#B*cKhxD{fJru4vo;dT`>1u!rP*r9e$$rlm?;Ng9P
zK~3
zhIs6@EMpy5g
ZtAfsCsbW)c%NIx1cuIng=?~45UY+0f0TY?+YQ$m$ptuROA#kD*Xh~
ze@JOm1^X1UqB-2!2g(_t4@i9tD+RyK#!0+jokZO4L{{mHDGt2Hd(u&+))9`CgQ~~C
zn33*UYAX`~tp0XXjb;{65?0-6