Live preview
http://mcportal.xenonode.com/
Home
While hovering over the ICONS
Vote's
It includes the following files.
Vote.php
Status.php
index.php
Style.css
2 Folders
Items.png (Icons)
Logo.png (Logo on top)
Scroll.png (Where the online players are listed)
Countdown.js
jquery.min.js
Refresh.js
To change the players go to "Status.php"
To change any of the Images go to the folder Images
http://mcportal.xenonode.com/
Home
While hovering over the ICONS
Vote's
It includes the following files.
Vote.php
Status.php
index.php
Style.css
2 Folders
- Images
Items.png (Icons)
Logo.png (Logo on top)
Scroll.png (Where the online players are listed)
- Scripts
Countdown.js
jquery.min.js
Refresh.js
To change the players go to "Status.php"
To change the vote links go to "Vote.php"$host = "ServerIP or Domain"; //Host of Minecraft server
$port = 25565; //Minecraft server port, not query port
echo "<br><br><font size='6'>PLAYERS<br>$playersOnline/$playersMax</br>";
More Variables
$playersOnline = Amount of players playing.
$playersMax = Player slots.
$motd = Message of the day.
$serverVersion = Shows on what version the server is running.
$ProtocolVersion = Shows the protocol version server is using.
var links = ["http://Changemelink1", "http://Changemelink2", "http://Changemelink3", "http://Changemelink4", "http://Changemelink5", "http://Changemelink6"];
To change any of the Images go to the folder Images
Last edited:
