is_online()) { echo("

Join on server.thisfro.ch!

"); echo("

The Server is:

"); echo("

online

"); echo("

running version

"); echo("

%s


", $ms->get_versrion()); echo("

Players online

"); echo("

%s / %s

)", $ms->get_current_players(), $ms->get_max_players()); } else { echo("

The Server is:

"); echo("

offline

"); } ?>