}
    ?>
      </h3>
      <p><strong>Name:</strong> <?php 
    echo $server_name;
    ?>
</p>

      <p><strong>IP:</strong> <?php 
    echo $mc_server_disp_addr;
    ?>
</p>

      <p><strong><abbr
              title="Message Of The Day">MOTD</abbr>:</strong> <?php 
    echo MinecraftColors::convertToHTML($motd);
    ?>
</p>

      <p><strong>Version:</strong> <?php 
    echo $mcVersion;
    ?>
</p>

      <p><strong>Players:</strong> <?php 
    echo $curPlayers . " of " . $maxPlayers . " max";
    ?>
</p>

      <div class="progress progress-striped active">
        <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="<?php 
Beispiel #2
0
        ?>
						<tr>
							<td><?php 
        echo $type;
        ?>
</td>
							<td><?php 
        echo $motif;
        ?>
</td>
							<td><?php 
        echo $time;
        ?>
</td>
							<td><?php 
        echo $col->convertToHTML($by);
        ?>
</td>
						</tr> <?php 
    } catch (Exception $e) {
        echo "<li>" . $flag . "</li>";
    }
}
?>
</tbody>
				</table>
  </div>
  <div class="tab-pane fade" id="stats">
    <h2>Statistiques</h2>
		<?php 
foreach ($stats as $key => $game) {