This site is based on a template. The copyrights are of course for the creators of this template. Nevertheless, some personal touches have been brought to this template. All the back-end has been developed by me. This site is a template for game servers (Arma 3, Garry's Mod, Minecraft etc...).
The configuration file will allow you to put the data of your server
<?php
define("type", "gmod"); // You have all servers here https://github.com/Austinb/GameQ/tree/v3/src/GameQ/Protocols
define("host", "51.38.243.116"); // The host of your server (without the port!)
define("port", "27310"); // The port of your server
?>
I created a condition of a variable to know if your server is open or closed.
Here are the images of the rendering 👇
https://gyazo.com/92f228a4af00af36825000d7e3e0fbe8
https://gyazo.com/29d4f9f7603578b531675bd883bf8eba
You can modify this template as you wish !