SQL Query: SELECT SUM(u.c) c FROM (SELECT COUNT(DISTINCT(ip)) c
FROM `wp_firestats_hits` h,`wp_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` = '1' AND 1
GROUP BY SUBSTRING(`timestamp`,1,10),site_id) u
This entry was posted
on Tuesday, February 26th, 2008 at 9:00 am and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
What about simply wiping the key (i.e., unmounting the encrypted volume) when the machine is about to get screen-locked/put to sleep/hibernate? The user will have to re-enter the passphrase, to be sure.
March 4th, 2008 at 7:29 am
What about simply wiping the key (i.e., unmounting the encrypted volume) when the machine is about to get screen-locked/put to sleep/hibernate? The user will have to re-enter the passphrase, to be sure.