Search found 2 matches
- Sat Aug 18, 2012 6:01 pm
- Forum: PHP
- Topic: Display more information
- Replies: 4
- Views: 1112
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. http://betterphp.co.uk/video.html?vid=aDRMCsAF8OM Thanks, for that. He also has a tutorial where he writes his own php that pulls the information, ...
- Sat Aug 18, 2012 5:38 pm
- Forum: PHP
- Topic: Display more information
- Replies: 4
- Views: 1112
Display more information
Hi, I have this PHP that displays server status - <html> <head> <style> body{ width: 255px; height: 45px; } </style> </head> <body> <?php /* ##################################### # PlayerCraft - Server status check # ##################################### */ //Change this settings to your servers $se...