Kitten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog by email = more problemsIf the params are correct, then there’s something up with your mail server.
Forum: Fixing WordPress
In reply to: Blog by email = more problemsGet the CVS version.
Forum: Fixing WordPress
In reply to: bayesian wp plugin? captcha too?Oh, it’s not exactly baysian, but:
http://mookitty.co.uk/devblog/category/kittens-friendly-comments/
Only allows comments from email addresses that have previously approved comments. It’s not spoof proof, but works well. It’s basically a drop-in automatic white list.
You need to turn on ‘require email’ for your commenters, and make sure they know to use the same email each time. But that’s about all you have to worry about.
I found this method was easier to implement than baysian filtering, and works better.Forum: Fixing WordPress
In reply to: bayesian wp plugin? captcha too?I have a proof of concept captcha for the blind up at:
http://mookitty.co.uk/devblog/archives/2004/06/01/captchas-for-the-blind/
I could roll this into a plugin fairly easily, and make it work w/o editing your comments page, so you could turn it off/on from the plugins page w/o breaking your site. I doubt anyone would want it on all the time, but just turn it on when you’re under spam attack or will be away from being able to moderate for while (vacation).Forum: Requests and Feedback
In reply to: Category cleanupThere’s a patch for this in the bug tracker:
http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000176
When this is commited, posts from a deleted category will be dumped into the *selected* default category, not just cat 1.Forum: Plugins
In reply to: Problem with Showcategories PluginHi, I’m the author of Show Categories.
Hazyd, could you contact me thru my site (http://mookitty.co.uk/devblog/) or find me on #wordpress (nick: MooKitty) and I’ll help you sort it out.
Dextrine, somehow, there’s a bracket out of place, double check that all closing brackets have a matching opener.Forum: Everything else WordPress
In reply to: FileZilla for Linux?$ ftp open
Forum: Fixing WordPress
In reply to: Comments editing does not worksPatch submitted, was missing an ‘addslashes’
Forum: Plugins
In reply to: Post Limit, Category FiltersI wrote a plugin for this,
http://mookitty.co.uk/devblog/category/show-categories/
I comes with instructions for multiple loops, and will leave alone the category & permalink display of posts.Forum: Plugins
In reply to: Show Category Posts Plugin/Multi BlogLeave a comment on my devblog to let me know how you’re using it.
Forum: Plugins
In reply to: WP Blacklist Comment SPAM FilterationUnfortunatly today I saw a sample of comment spam w/ 1 link 🙁
But on the upside, did you know that the spam words list in WP can also take IPs, email addresses, and URLs? So you can match against any of those items to block spam.
Also, check out my comment killer plugin for auto-deleting comments that get modderated.Forum: Requests and Feedback
In reply to: Netflix plugin requestI could try, but would need access to a NetFlix account. If you’d like to follow up, contact me.
Forum: Requests and Feedback
In reply to: Netflix plugin requestSure, but I don’t have a netflix account 🙁
Forum: Fixing WordPress
In reply to: A bug / problem reporting process for allAlso, give a test run to phpBugTracker
http://phpbt.sourceforge.net/Forum: Plugins
In reply to: WP Blacklist Comment SPAM FilterationI’ve found that the best defence is simply to set the max amount of comment links allowed to 2. I’ve never seen a commspam w/ less than 5. So far, I’ve caught every attempted commspam that’s came my way.
My $0.02