Search found 2 matches

by Fuzzynuts
Sat Aug 18, 2012 6:01 pm
Forum: PHP
Topic: Display more information
Replies: 4
Views: 928

Re: Display more information

I believe you need to use Minequery or something similar if I'm not mistaken. Jacek has a series on Minequery which shows how to fetch the player list. m Thanks, for that. He also has a tutorial where he writes his own php that pulls the information, was just wondering if anyone could tell me how t...
by Fuzzynuts
Sat Aug 18, 2012 5:38 pm
Forum: PHP
Topic: Display more information
Replies: 4
Views: 928

Display more information

Hi, I have this PHP that displays server status - [syntax=php]<html> <head> <style> body{ width: 255px; height: 45px; } </style> </head> <body> <?php /* ##################################### # PlayerCraft - Server status check # ##################################### */ //Change this settings to your...