Search found 3 matches

by XCC
Wed Aug 31, 2011 8:13 pm
Forum: Tutorials
Topic: [HELP!] Minecraft Server Status Page
Replies: 5
Views: 1929

Re: [HELP!] Minecraft Server Status Page

Hmm, try removing the error_reporting(0); line and see if you get any errors. There is nothing to do with the server.properties file that could affect this, there is nothing specific about the minecraft server, this is really a check to see if a port is being used more than anything. Removing error...
by XCC
Wed Aug 31, 2011 7:15 pm
Forum: Tutorials
Topic: [HELP!] Minecraft Server Status Page
Replies: 5
Views: 1929

Re: [HELP!] Minecraft Server Status Page

The code looks okay, try turning the timeout up a little to around 0.5 and see if that helps. Turning the timeout up didn't work either. Can it have something to do with the server.properties of the minecraft server? Right now all the settings are at the default. Other than that i don't know what t...
by XCC
Wed Aug 31, 2011 4:19 pm
Forum: Tutorials
Topic: [HELP!] Minecraft Server Status Page
Replies: 5
Views: 1929

[HELP!] Minecraft Server Status Page

Hello, I have been following this video... NssQ9u9MXm4 ...but it's not working. First off here is my code: init.inc.php <?php $servers = array( array('192.168.1.70', '25565'), array('127.0.0.1', '25565'), ); error_reporting(0); $path = dirname(__FILE__); include("{$path}/lib/minecraft_server.in...