is_online()) {
printf("Join on server.thisfro.ch!
");
printf("The Server is:
");
printf("online
");
printf("running version:
");
printf("%s
", $ms->get_version());
printf("Players online:
");
printf("%s / %s
", $ms->get_current_players(), $ms->get_max_players());
}
else {
echo("The Server is:
");
echo("offline
");
}
?>