SELECT * FROM blog_options WHERE (`name` = 'theme:joe_auth_code' )
SELECT * FROM blog_options WHERE (`name` = 'theme:joe_auth_signature' )
SELECT blog_contents.* FROM blog_contents WHERE (blog_contents.`status` = 'publish' ) AND (blog_contents.`created` < '1779752387' ) AND (blog_contents.`authorId` = '307' ) AND (blog_contents.`type` = 'post' ) ORDER BY blog_contents.`created` DESC, blog_contents.`created` DESC LIMIT 18 OFFSET 0
SHOW TABLES LIKE 'blog_extras'
SELECT * FROM blog_comments WHERE (blog_comments.`authorId` = '307' ) AND (blog_comments.`status` = 'approved' ) AND (blog_comments.`type` = 'comment' ) ORDER BY blog_comments.`created` DESC LIMIT 6 OFFSET 0
SELECT * FROM blog_contents WHERE (`cid` = '253' )
SELECT `coid` , `parent` FROM blog_comments WHERE (`cid` = '253' AND (`status` = 'approved' OR `coid` = '0') ) AND (`coid` >= '2305' ) ORDER BY `coid` ASC
SELECT * FROM blog_contents WHERE (`cid` = '260' )
SELECT `coid` , `parent` FROM blog_comments WHERE (`cid` = '260' AND (`status` = 'approved' OR `coid` = '0') ) AND (`coid` >= '2304' ) ORDER BY `coid` ASC