About Server Web-Card PRO
This is a web card-plugin that helps players quickly access the server's social networks
Functions:
- Going to the main page of the server's website
- Going to the discord server
- Going to the telegram channel
- Going to the server store
- Function name visibility when hover over
Advantages from the regular version:
- Added a VKontakte social network button
- The button icons changed
- Added (php) configuration file
- Added a footer
- Added a favicon
The standard config file:
// WEB $siteTitle = "Server-Card - Social Networks for your Server"; $siteFavicon = "/img/favicon.png"; $FaviconWidth = 32; $FaviconHeight = 32; // SERVER $servername = ""; $serverlink = "https://"; // DISCORD BUTTON $showDiscord = true; $discordlink = "https://"; // TELEGRAM BUTTON $showTelegram = true; $telegramlink = "https://"; // VK BUTTON $showVK = true; $vklink = "https://"; // STORE BUTTON $showStore = true; $storelink = "https://"; // FOOTER $footertext = "© 2025 Web-Card. All Rights Reserved";
Requirements:
- Any hosting service
Deploy:
- Move all the contents of the zip folder to the PUBLIC_HTML folder on your hosting (this is how it works in 99% of hosting)
