Is WordPress Safe Part 2.

by: WanderingTechy September 7, 2009

The most common excuse I can find for not upgrading is that it breaks plugins.  Sorry but security is more important than playing a YouTube video.   This blog has gone from V6 of Wordpress all the way up to 2.8.4 when a plugin broke (once) I fixed it.
Now the wordpress team cannot test every single [...]

Another problem with iNews theme from iThemes (fixed)

by: WanderingTechy August 17, 2009

I was having a quick look through some of my posts to make sure everything was ok and noted that bullet lists were not showing.

WP-SPAMFREE it works and requires no input from you.

by: WanderingTechy August 17, 2009

wp-spamfree works and is highly recommended.

Comment spam a good day, kinda

by: WanderingTechy July 24, 2009

At 5am this morning every single one of my articles across 3 blogs got a single spam. each was from a unique IP address  (Added to my list here)
It has given me quite a bit of info to assist me in my anti-spam routines.  looking to have some results shortly.

Blocking comment Spam

by: WanderingTechy July 23, 2009

I don’t get a lot of comment spam if you just look at the numbers but it does make up over 99.9% of comments so I find it extremely tedious.
This page here has a lot interesting techniques for reducing spam and is worth a read.
I will be developing some additional code to integrate into my [...]

Spammers IP List

by: WanderingTechy July 15, 2009

I am now generating a list of all spammers IP’s as found on this blog and my FullTiming blog.
You can find this Here
I have only started this today and will be adding to it periodically.  It is not sorted and as the list gets longer there may be duplicates.

ModSecurity Wordpress and Akismet problem

by: WanderingTechy May 22, 2009

I got a server 500 Error when accessing the akismet spam filter.  Checking the logs and I could see the error was
ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified)
To correct this edit this file
/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf
Look for the line
SecResponseBodyLimit 524288
I just added a leading 1 to the number and restarted apache.

How to RickRoll WordPress Spammers

by: WanderingTechy February 12, 2009

Fed up of a Persistant spammer, This is how to RickRoll Persistant WordPress Spammers.

Mod security and wordpress the final config

by: WanderingTechy February 1, 2009

Just re-read the title and it sounds like science fiction B movie title.. Oh well.
After running this for a while and having played with all the possible options in Wordpress here is my final Mod_Security custom file.

Another mod_security exception for WordPress

by: WanderingTechy January 10, 2009

Mod Security exceptions for WordPress, yet another addition.