How to Install Bad Behavior on WordPress
I’m still getting spam comments and trackbacks on this blog, despite using both Akismet and Spam Karma 2. So today I installed Bad Behavior. It’s a standard WordPress plugin, and should work automatically. Simply upload the Bad-Behavior directory (with the bad-behavior folder inside), activate it on the Plugins page, and you’re good to go. These…Continue Reading…
WordPress: Export Emails Of All Commenters
I managed to export the email addresses of all commenters on a WordPress blog so that I could check if they’re using Twitter. This is fairly straightforward to do: 1. Using phpMyAdmin, export to CSV. 2. Using Excel, clean up the list: 2a. Import and set semicolon as the delimeter. 2b. Take the email addresses…Continue Reading…