AWStats Browsers
This is an adaptation of the AWStats Totals PHP script to give an overview of browser usage over multiple sites on the same host.
WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM wp_posts
LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (69)
GROUP BY ID
This is an adaptation of the AWStats Totals PHP script to give an overview of browser usage over multiple sites on the same host.
WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT * FROM wp_comments WHERE comment_post_ID = '69' AND comment_approved = '1' ORDER BY comment_date