Came across Bad Behaviour which is a plugin for Wordpress which is a set of PHP scripts which prevents spambots from accessing your site by analyzing their actual HTTP requests and comparing them to profiles from known spambots. It goes far beyond User-Agent and Referer, however.
Also found out that Mark Jaquith’s blog showed some kind of stats in the footer.
Having not found any Stats plugin for BB, I wrote to him. He promptly responded with the function he is using to retrieve the number of spams blocked by BB.
And I decided to convert it into a plugin for WordPress.
Overview:
This is a plugin to display number of blocked access attempts of Bad Behavior Plugin.
Note that this IS NOT Bad Behavior plugin. It is a stats plugin for Bad Behavior. This plugin is useless if you do not have Bad Behavior installed
Liked this article? Stay in touch with us! Don't forget to Stumble It!
Grab the site feed or add to your Technorati favs.
Post Details
- Post Date :
- Saturday, May 21st, 2005 at 12:04 am
- Category :
- Blogging
- Tags :
- Bad Behavior, bad behavior stats, Blogging, plugin, stats, third party integration
- Do More :
- Both comments and pings are currently closed.
Recent Posts
Previous and Next
Latest Five
12 Total Responses to “ Bad Behavior Stats Plugin ”
Comments:
Trackbacks & Pingbacks:
-
Pingback from WordPress Plugin: Bad Behavior Stats by Blogging Pro
May 30th, 2005 at 11:56 pm[...] May 30th, 2005 WordPress Plugin: Bad Behavior Stats The Bad Behavior Stats plugin is for those using Bad Behaviour which is a plu [...]
-
Pingback from Ajay - On the Road called Life! » Where have I been?
May 31st, 2005 at 5:42 pm[...] log. To begin with I sat up till the wee hours of 21st morning to complete and release my Bad Behavior Stats Plugin. Had to meet Madam C by 9am and so I was ab [...]
-
Pingback from Ajay - On the Road called Life! » Donate
November 19th, 2005 at 7:06 pm[...] Well, I released my first plugin on May 25, 2005. [...]
-
Pingback from Caught in the World "Wild" Web » Why should you donate to me?
November 19th, 2005 at 8:15 pm[...] Well, I released my first plugin on May 25, 2005. [...]
-
Pingback from Caught in the World "Wild" Web » Blog Archive » Bad Behavior 2 Alpha 2
April 27th, 2006 at 6:29 am[...] I haven’t yet given it a shot, and I don’t think my plugin Bad Behavior Stats is compatible with this release. A closer look once I get the time. [...]

May 21st, 2005 at 11:12 am
Thanks! I will have to link to this, but I can’t really do it until you get your permalink fixed. It’s giving me a 404. I had to access the post manually by /index.php?p=302.
You might also be able to improve the situation somewhat by adding
ErrorDocument 404 /index.php?error=404to .htaccess to force WP to process the request. In some cases this can get your permalinks working again, as well.May 21st, 2005 at 1:01 pm
I have gotten the site working again.
For some reason the .htaccess file disappeared.
It’s fixed now hopefully.
Thanks for the
ErrorDocumentcode. I have added that to the .htaccessNow I guess you can link to the plugin.
I have also released the plugin via WP-Plugin manager.
Lastly, who did you find the id of my post?
May 21st, 2005 at 3:38 pm
The ID of your post is in the (Read more…) link. I’ll link back to here as soon as I get some sleep.
May 23rd, 2005 at 3:43 pm
Cool.
Been having some site problems lately.
Added the plugin to WP-Plugins.org.
Still learning the system.
May 25th, 2005 at 7:05 pm
Nice to see you back up again! And like this look a million times better than the old one!!
I say, stick to a look that works rather than trying to create new ones that don’t!
May 31st, 2005 at 12:18 pm
Great plugin addition for BB!
Just one thing, though . . . I found it odd that you would perform an add_action to wp_footer. That’s certainly not what I wanted to happen. Perhaps it would be a nicer idea to comment the line out in the original code so that those who want it added to wp_footer could do a quick uncomment.
May 31st, 2005 at 2:38 pm
Thanks for the suggestion. I guess I will put it on a to-do list.
But, how about having a user setting where a user can set if they want to auto-add it to wp_footer or not?
I have some more features in mind that I think I can add.