<?
include('../global.php');
$File = fopen($WowEmuDirectory.'/www/stat.xml', 'r');
$Content = fread($File, 60000);
fclose($File);
echo(substr_count($Content, '<player>'));
?>
