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?
1
If you can edit the html use the following code:
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.
<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.
