Search found 3 matches
- Wed Dec 07, 2011 12:23 pm
- Forum: Tutorials
- Topic: Minecraft status
- Replies: 5
- Views: 1105
Re: Minecraft status
and when my server is really online, I get a bool false ! Why ? I need to put something special on my server ?
- Wed Dec 07, 2011 12:21 pm
- Forum: Tutorials
- Topic: Minecraft status
- Replies: 5
- Views: 1105
Re: Minecraft status
here is the status.php : <?php include('core/init.inc.php'); ?> <?php var_dump(server_online($servers[0][0])); ?> the init.inc.php <?php $servers = array(array('90.49.136.43', '25565')); include("lib/minecraft_server.inc.php"); ?> and here is the minecraft_server.inc.php <?php //vérifie si...
- Tue Dec 06, 2011 9:24 am
- Forum: Tutorials
- Topic: Minecraft status
- Replies: 5
- Views: 1105
Minecraft status
I there I have a problem with this tutorial : http://www.youtube.com/watch?v=NssQ9u9MXm4&feature=related I'd like to know why do I get a bool(false) when this is my real IP adress (I also get an error, see HERE ) I downloaded the plugin minequery and I installed it (on my own server. you can get...