Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-15T10:22:26-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=605 2011-04-15T10:22:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=605&p=11750#p11750 <![CDATA[Re: Quick Cache + Bad Behavior]]> and what about this plugin? does similar stuff as bad behavior: http://wordpress.org/extend/plugins/avh ... inst-spam/ and also checks different external spam checking services as project honeypot, etc...

Statistics: Posted by ovidiu — April 15th, 2011, 10:22 am


]]>
2011-03-07T13:16:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=605&p=7482#p7482 <![CDATA[Re: Quick Cache + Bad Behavior]]> Statistics: Posted by markb1439 — March 7th, 2011, 1:16 pm


]]>
2010-08-24T09:41:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=605&p=2539#p2539 <![CDATA[Re: Quick Cache + Bad Behavior]]> Thanks for reporting this. I'll have a look at these plugin combinations before the next release. If there is something we can do to assist with compatiblity, we'll do so. In the mean time, you may want to contact the developers of these plugins, and make them aware of this Quick Cache Constant:
Code:
define("QUICK_CACHE_ALLOWED", false);

A plugin developer can define this Constant within a routine that processes something special, which would otherwise not be compatible with Quick Cache. Often times, this simple definition can mean the difference between problems, and full compatibility with Quick Cache.

Quick Cache is also backward compatible with WP-Super Cache, in that it also recognizes:
Code:
define("DONOTCACHEPAGE", true);


@TODO :: Bad behavior, IP detection, compatiblity.

Statistics: Posted by Jason Caldwell — August 24th, 2010, 9:41 am


]]>
2010-08-24T09:27:35-05:00 http://www.primothemes.com/forums/viewtopic.php?t=605&p=2536#p2536 <![CDATA[Quick Cache + Bad Behavior]]>
Our site locked me out with the message "You Are Banned". I couldn't log in or even see the home page - just the Ban message. It was the cache at work.

A banned IP tried to access the site before me and the ban message and action were cached. This is due to another plug in WP-Ban, that I have come to like, also. It rejects any IP address that we post to it after reviewing the list of spammer IPs it has identified. This is on top of Askimet. We get hit a lot by comment and content spammers.

Solution: reduce the ban time from 3600 seconds default to something a bit more usable. Right now we are working our way to find a compromise between the the two plugins -it looks like 600 seconds is a pretty good compromise. It's a while since we reviewed the IP spam list - it keeps a tally on how many spam attempts have been made by IP - Askimet seems to catch most, but not all.

We also use Login Lockdown to try to keep brute force hackers out. Seems to me that WordPress should incorporate some of these anti-bad guy features in a build soon.

Statistics: Posted by mrpyro — August 24th, 2010, 9:27 am


]]>