Kitten
Forum Replies Created
-
Forum: Plugins
In reply to: Does Kitten’s Spaminator check Trackbacks & Pingbacks?Bampi,
Version 1.0rc3 and older will work on WP 1.2.2 and older, but they won’t check trackbacks. That’s only for the recent nightlies.
Basically, since WP CVS has gone beta, the API has stabilised, and hopfully will be released soon enough. The move from alpha -> beta was enough to spur me to focus on the upcoming release, rather than retrofit trackback checking code into 1.2.x.
Don’t use beta software on a production blog, unless you like your site to be “interesting.”
Forum: Plugins
In reply to: Does Kitten’s Spaminator check Trackbacks & Pingbacks?If you get the current version of Spaminator from the plugins repo:
http://dev.wp-plugins.org/browser/spaminator/trunk/and are using a nightly from Jan/05/05 or later, it’ll filter comments, trackbacks and pingbacks.
Forum: Plugins
In reply to: Kitten’s Devblog closingPodz, visit the redirect page (I’ll post here when it’s up), that’ll give pointers to all the links.
Forum: Plugins
In reply to: Does Kitten’s Spaminator check Trackbacks & Pingbacks?Drop me a note, we might have similar ideas.
Forum: Plugins
In reply to: Does Kitten’s Spaminator check Trackbacks & Pingbacks?The garbage spammer is just out to annoy us. I’ve gotten a few. But trackback/pingback spam is a problem that hasn’t been addressed yet, unlike spambot generated stuff.
Forum: Plugins
In reply to: Jeff Barr spam hack modificationthe proper way:
if ( ‘jeff’ != strtolower($jeff) )
I added this as a comment to Jeff’s original post.Forum: Fixing WordPress
In reply to: intermittent database errorSitemeter can be a total drag, I doubt comments are the problem. Unless of course they exposed a weakness in your provider that you didn’t notice before.
Forum: Fixing WordPress
In reply to: how to apply a patch?$ patch -p0 < thepatchfile.diff
and if you’re in the same dir as the target file, it’ll find it and patch it. Otherwise, you’ll have to tell it where the target file is.
If you’re using Windows, then you’ll have to learn how to read a patch file to do it manually, or find a program that can handle it.Forum: Fixing WordPress
In reply to: basketball statistical problemCheck your mail.
Forum: Fixing WordPress
In reply to: Blogging via e-mail questionGrab wp-mail.php out of the 1.3 CVS, it has my fixes + more. I recommend it.
http://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-mail.php?rev=1.21&view=autoForum: Fixing WordPress
In reply to: wordpress rocks, but I need helpChange the 127.0.0.1 in your WP URL settings, under Options > General to 24.90.64.137.
Look at your page source and you’ll see that as where it’s looking for the CSS file.Forum: Fixing WordPress
In reply to: Problem with Kitten’s SpaminatorNo, just make sure you have 0.10c those problems are fixed.
Forum: Fixing WordPress
In reply to: online poker commentssunami,
You need to go into your database w/ phpmyadmin and clean out the spam. You’ve been attacked by a “future posting” bot that stuck in a bunch of spam keyed to post IDs that don’t yet exist.
When you post, the spam is associated with the post and pulled out of the DB.
So they’re already there, there’s no preventing them, just the cleaning it up.
Check out my Spaminator & Spam Words to help kill your spam in the future.Forum: Plugins
In reply to: New Anti-Spam toolIanD,
Good catch, my bad. All working now.Forum: Fixing WordPress
In reply to: Understanding Comments and UnapproveUnapprove is a way of manually putting a comment into the moderation queue. So that it’s not deleted, but not visible to your visitors.