Glowask ask the server
GlowAsk is a plugin to bukkit so you can get information from the server to your webpage by PHP and html,
The information you get are:
- Are the server on or not
- How many players is on
- who is the players
example
Online!
slots : 2 / 10
Players : mariogrip, hakonw
How to install
- Download Glowask
- Take the Glowask.jar to your plugin folder
- start or reload your server :)
Test your Glowask here:
The PHP and html .ZIP file Rady to upload to your web server :), just see some step
- Download it here: http://glowstone.tk/glowask/glowask.zip
- Upload it to the server (if you use Linux under Putty you can also do "wget")
- Extract it
- Edit Confg/config.php
To some like this:
<?php
here you can put in the messiage
$mes = "Hello world";
here you must put in the ip adress,
$config["server"]["ip"] = "mc.glowstone.tk";
here is the Glowask port, ""25566""
$config["server"]["port"] = "25566";
?>
- and it ready to use (you can also edit index.php.)