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 (9)
- bernard (325)
- 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 (269)
- apple (14)
- mac os x (11)
- cisco (1)
- comment-spam (2)
- data protection (35)
- data retention (30)
- digitalrights (35)
- digitalrightsireland (38)
- internet (137)
- 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)
- Jack Lukeman - When The Moon Is High
Played on 11 Oct 2008 @ 11:02:04 - Cyril+Pahinui+%26+Bob+Brozman - Ku'u Lei
Played on 11 Oct 2008 @ 10:53:57 - Mme. Rivier's Hawaiians (The Moes) - Mai Kai No Kauai
Played on 11 Oct 2008 @ 10:51:45 - Benny Nawahi - Tickling The Strings
Played on 11 Oct 2008 @ 10:48:19 - Kalama's Quartet - Sassy-Kalama's Quartet
Played on 11 Oct 2008 @ 10:44:57
Syndicate



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