Wordpress SecureImage anti-comment spam plugin
Published by bbt December 7th, 2005 in bernard, comment-spam, internet, irishblogs, runningwithbulls.com, websitesIn the ongoing fight against comment spam and as a result of overlooking RWB website upkeep for a while, I came across a very good looking comment spam blocker, SecureImage. A refresh of a plugin written for WP 1.2 by Dave Fullard.
SecureImage is written by bishopthom, building on the original plugin by Fullard.
The installation is pretty simple. I did it by copy-and-pasting the code into secureimage.php in the plugins dir.
[Warning: if you get something crazy like:
Warning: Cannot modify header information - headers already sent by (output started at /home/my/path/mydomain.com/blog/wp-content/plugins/secureimage.php:270) in /home/my/path/mydomain.com/blog/wp-login.php on line 7
The likely reason is that there are some CRs BELOW the bottom close /php> tag. Remove these and all *should* be well.]
Go to your WP admin console and activate the plugin.
One more, if you install it correctly, and you keep getting ”
find the below section of code, and comment it out.
If the user is logged in, dont prompt for code
if (isset($user_ID))
return $post_ID;
$convertprg = $this->settings[’convertpath’];
if (!file_exists($convertprg)) {
die(_e(’Couldn\’t find your convert utility. Check that you have ImageMagick installed.’, ‘SecureImage’));
//}
This section of code checks that convert is installed in the correct place (/usr/bin).
Once this is done, you should get a deformed image, which you must enter the characters before your comment can be saved.
Look here for more info
Search
- (199)
- runningwithbulls.com (199)
- Belén (10)
- bernard (326)
- food (9)
- comida gallego (1)
- recipes (1)
- music (13)
- personal (94)
- scuba diving (2)
- politics/world affairs (37)
- basque politics (4)
- irish politics (17)
- tech (270)
- apple (14)
- mac os x (11)
- cisco (1)
- comment-spam (2)
- data protection (35)
- data retention (30)
- digitalrights (35)
- digitalrightsireland (38)
- internet (138)
- irishblogs (190)
- nokia siemens networks (23)
- privacy (33)
- software (8)
- treo650 (10)
- voip (15)
- *@home (2)
- asterisk@home (2)
- wifi (34)
- fon (21)
- apple (14)
- travel (20)
- travel galicia (3)
- travel spain (3)
- travel vasco (5)
- food (9)
- General (12)
- media (3)
- video (3)
- nokia770 (7)
- sanfermin (12)
- el-encierro (6)
- la peña de vodka (1)
- pobre de mi (1)
- Orchestre National de Barbès - La rose (Tu n'es plus comme avant)
Played on 08 Nov 2008 @ 09:41:42 - Orchestre National de Barbès - Madame
Played on 08 Nov 2008 @ 09:37:26 - Orchestre National de Barbès - Alik
Played on 08 Nov 2008 @ 09:32:03 - Orchestre National de Barbès - Sympathy for the Devil
Played on 08 Nov 2008 @ 09:25:48 - Orchestre National de Barbès - La rose valse (Tu n'es plus comme avant)
Played on 08 Nov 2008 @ 09:21:24
Syndicate



No Responses to “Wordpress SecureImage anti-comment spam plugin”
Please Wait
Leave a Reply