1

Server status banner

Walking 2/8/14 11:43 pm
856
2/9/2014 12:01 am
Ok so my multicraft gives me this http://panel34.mcstartup.net/multicraft ... tus/37.png if you can see it. But am i able to put that on my site http://mc-biomecraft.com/ to show how many is on. Or is there any way to do that i know that some sites like http://www.inmc.info/ has there server status. How can i do something like this?
Posted by
Walking
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

DtigerCSK
02/09/2014 12:01 am
Level 34 : Artisan Pokémon
If you can edit the html use the following code:

<a href="http://panel34.mcstartup.net/multicraft/index.php?r=status/37.png"></a>

If you can't use or don't want to use html and have a drag/drop website editor, you can probably add an image, then use the link. Don't save the image as a file as it won't update. As for my website I use a really simple API for calling server statuses and whatnot, you'll need to use PHP which may not be possible with drag/drop website editors. Little to none PHP knowledge is needed.
1

Welcome