You should change
...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpBL/"; ?>...
on line 294 to
...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpbl/"; ?>...
(lowercase "httpbl" after "...plugins/"),
otherwise the image will not be found because the plugin is installed in a directory with a lowercase name. The original request will cause massive 404 errors as I found in my error log.
http://wordpress.org/extend/plugins/httpbl/
Heh. Thanks for hunting that one down, Saphod.
One mystery less to lose sleep over!
janstepien
Member
Posted 12 months ago #
You should change
Thank you for your patch, Saphod. I've included your corrections in SVN. The half a year long delay was caused by the fact that I've found this thread around fifteen minutes ago.
SteveAtty
Member
Posted 8 months ago #
There is a similar problem when you install it in WPMU in the mu-plugins folder in that the url for the button looks is /wp-content/plugins/httpbl/project_honey_pot_button.png which causes a internal redirect error because it does not exist.
So you either need to create the folder in the plugins folder and drop the graphic in there or you need to edit the code.