Naja scheint so als wäre dein Problem gelöst, aber vllt wäre zu erwähnen warum nichts ausgegeben wurde, du hast bevor du in deinen Strings was speicherst die Verbindung getrennt mit
und danach haste mit
PHP
$string = "<tr>";
$string .= "<th>".$aInformation['hostname']."></th>";
$string .= "<th>".$aInformation['players']." / ".$aInformation['maxplayers']."</th>";
$string .= '<th style="color:green"><strong>Online</strong></th></tr>';
echo $string;
versucht etwas auszugeben