我试过多个程序,没有运气: 错误:无法打开套接字:连接超时(110) 错误文件:
require 'rcon.class.php';
$r = new rcon('ts.creeper9207.com', 9854, 'CP11');
$list = $r->rconCommand('list');
$r->close(); // or $r = null;
// Slice off the 'Connected' and 'players: ' parts.
$players = array_slice(explode(' ', $list), 2);
print($players)
?>
错误文件的引用类 https://gist.github.com/tehbeard/1292348
尝试了一切,没有任何效果,为Minecraft服务器制作,On Hosting24