<?
include('files/path.php');
include('files/gzips.php');
include($path.'files/db.php');
include($path.'files/auth.php');
include($path.'files/func.php');
include($path.'files/core.php');
include($path.'files/head.php');
include($path.'files/zag.php');
echo "".mysql_result(mysql_query("SELECT COUNT(*) FROM `usr` WHERE `online` > '".(time()-600)."'"), 0)."";
?>