Christopher Finke
Forum Replies Created
-
no robot spammer are that smart to randomly going to websites and substract and use the contact e-mail address.
Every spambot is that smart.
Your email address is public. It’s listed in plain text on the Contact page of your website.
Why do you think we sold your address?
We don’t sell email addresses to anyone. What gave you that idea?
Yes, it should be fully compatible with PHP 5.6.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] ScalabilityHi johnykoch,
If you install Akismet and check the box labeled “Silently discard the worst and most pervasive spam so I never see it”, that will help with performance. What this will do is prevent about 85% of spam comments (in general — it may vary on your site) from being written to the database, which should improve overall performance.
I can’t guarantee that it will speed things up as fast as you want them, but it can’t hurt.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Non spam comment action hookakismet_submit_nonspam_commentis only called when you manually remove a comment from spam, not for new approved comments. I think what you want is thetransition_comment_statusaction; here’s someone explaining how you might use it: http://wordpress.stackexchange.com/a/59896Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] prevent direct accessThanks for the heads up about the wrapper functions; I’ve fixed them in https://plugins.trac.wordpress.org/changeset/1501241/akismet/trunk
The
.htaccessfile should preventclass.akismet-widget.phpfrom being accessed directly. If you’re running nginx, a configuration like the one here: https://www.tinywp.in/akismet-nginx-rewrite-rules/ should do the same.Forum: Plugins
In reply to: [Inline Preview] some glitchesI’m not able to reproduce this problem. Are you able to send a screenshot of the problem?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Removing HTML from CommentsBy default, WordPress prevents non-admins from using most HTML tags when commenting. Allowed tags are:
a, abbr, acronym, b, blockquote, cite, code, pre, del, em, i, q, strike, and strongForum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Last updated 108 days agoVersion 3.2 was released this morning.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Last updated 108 days agoThere will be an update released soon, but the current version of Akismet is compatible with the current version of WordPress.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] All Japanese comments marked as spamSorry about that! Can you email support@akismet.com with your website’s URL? I’ll get it taken care of.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] debug array dropped into error logYes, purely debug. You may want to edit the debug data out of your original comment as it contains your API key.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] debug array dropped into error logTo disable Akismet logging when you have
WP_DEBUG_LOGturned on, add a filter onakismet_debug_logthat returns false.