"._TIME_STAT.": " .date("H:i",$time);
$rs=$conn->Execute("SELECT id,published FROM #__users WHERE published=1");
$content .="
"._MEMBERS_STAT.": ".$rs->RecordCount();
$rs=$conn->Execute("SELECT id FROM #__simple_stats");
$content .="
"._HITS_STAT.": ".$rs->RecordCount();
$rs=$conn->Execute("SELECT id,published FROM #__weblinks WHERE published=1");
$content .="
"._LINKS_STAT.": ".$rs->RecordCount();
$srow=$conn->GetRow("SELECT count FROM #__simple_stats WHERE id = 1");
$content .="
"._VISITORS.": ".$srow['count'];
echo $content;
?>