57 |
-
108 |
- Game Version 109 |
- Location 110 |
- Players 111 |
- Record 112 |
- Votes 113 |
-
117 |
118 |
├── README.md ├── config.php ├── index.php └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | # GameServerTemplate 2 | Web PHP+CSS+HTML+JS Website template with monitoring & server info 3 | 4 |  5 | 6 | 7 | More info: [https://play-servers.com/pages/main/load/20-game-template](https://play-servers.com/pages/faq/game-server-html-template) 8 | 9 | Upload files to your website hosting directory, Add your server on https://play-servers.com to get ID. 10 | Open config.php and set server_id to your ID, change server Name & Description 11 | 12 | Supported Game Servers: 13 | - Rust 14 | - CS:GO (Counter Strike: Global Offensive / CS2) 15 | - SA-MP 16 | - FiveM 17 | - RedM 18 | - Minecraft 19 | - MC:PE (Minecraft: Pocket Edition) 20 | - Garry's Mod 21 | - Arma 3 22 | - DayZ 23 | - Team Fortress 2 (TF2) 24 | - CS 1.6 25 | - ARK Survival Ascended (SA) / ARK Survival Evolved (SE) 26 | - The Isle Evrima / The Isle Legacy 27 | -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- 1 | "Game Server Website", 5 | 6 | 'home_logo_name' => "Your Server Name", 7 | 8 | 'home_short_description' => "Welcome to our server!", 9 | 10 | 'home_description' => "Welcome to our gaming server website! You can connect to our server, or check server online & players, view online statistic", 11 | 12 | 'our_server_button' => "Connect to server", 13 | 14 | 'link1' => "https://play-servers.com/", 15 | 'link1_name' => "Link 1", 16 | 17 | 'link2' => "https://google.com", 18 | 'link2_name' => "Link 2", 19 | 20 | 'home_about_server_description' => " 21 | 22 |
This is full gaming server description! You can edit it in config.php file, and you can use HTML code here.
23 |