SQL Query: SELECT COUNT(*) FROM `wp_23_firestats_hits` h,`wp_23_firestats_useragents` u WHERE h.useragent_id=u.id AND `excluded_ip` = '0'
AND `excluded_by_user` = '0'
AND `excluded_user` = '0'
AND `match_bots`='0'
AND `site_id` = '23' AND 1
SQL Query: SELECT SUM(u.c) c FROM (SELECT COUNT(DISTINCT(ip)) c
FROM `wp_23_firestats_hits` h,`wp_23_firestats_useragents` u
WHERE h.useragent_id=u.id AND `excluded_ip` = '0'
AND `excluded_by_user` = '0'
AND `excluded_user` = '0'
AND `match_bots`='0'
AND `site_id` = '23' AND 1
GROUP BY SUBSTRING(`timestamp`,1,10),site_id) u
Pages displayed in last 24 hours : Database error: Table 'greenpar_wpmu.wp_23_firestats_hits' doesn't exist
SQL Query: SELECT COUNT(*) FROM `wp_23_firestats_hits` h,`wp_23_firestats_useragents` u WHERE h.useragent_id=u.id AND `excluded_ip` = '0'
AND `excluded_by_user` = '0'
AND `excluded_user` = '0'
AND `match_bots`='0'
AND `site_id` = '23' AND `timestamp` >= FROM_UNIXTIME(1283960098)
Unique visitors in last 24 hours : Database error: Table 'greenpar_wpmu.wp_23_firestats_hits' doesn't exist
SQL Query: SELECT SUM(u.c) c FROM (SELECT COUNT(DISTINCT(ip)) c
FROM `wp_23_firestats_hits` h,`wp_23_firestats_useragents` u
WHERE h.useragent_id=u.id AND `excluded_ip` = '0'
AND `excluded_by_user` = '0'
AND `excluded_user` = '0'
AND `match_bots`='0'
AND `site_id` = '23' AND `timestamp` >= FROM_UNIXTIME(1283960098)
GROUP BY SUBSTRING(`timestamp`,1,10),site_id) u