ZenphotoCMS Forum
Simple captcha protection for comment. Easy to install - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Simple captcha protection for comment. Easy to install (/thread-526.html)



Simple captcha protection for comment. Easy to install - gregb34 - 2006-05-28

Hi,

I have developped a simple captcha protection to prevent spam attacks on comment.

Demo : http://www.gregserveur.com/zenphoto/

Download : http://www.gregserveur.com/public/scripts/zenphoto_comment_protection.zip




Simple captcha protection for comment. Easy to install - DarrellD - 2006-05-29

Thank you!




Simple captcha protection for comment. Easy to install - DarrellD - 2006-06-04

The link no longer works. Please fix this so I can put it on the wiki.




Simple captcha protection for comment. Easy to install - gregb34 - 2006-06-05

my serve have crashed and i have lost the archive, if anyone has downloaded it before...

In other case, i will rebuild it




Simple captcha protection for comment. Easy to install - gregb34 - 2006-06-05

UPDATED




Simple captcha protection for comment. Easy to install - slidenby - 2006-06-05

Seems to be down again.... mirror?




Simple captcha protection for comment. Easy to install - gregb34 - 2006-06-05

http://gregb.no-ip.com/public/scripts/zenphoto_comment_protection.zip

or
http://gratulog.free.fr/up/zenphoto_comment_protection.zip




Simple captcha protection for comment. Easy to install - DarrellD - 2006-06-06

Thanks. Would you mind if I upload a copy of the .zip onto the wiki?




Simple captcha protection for comment. Easy to install - gregb34 - 2006-06-06

if i have did this hack it's to share it so you can

(Sorry for my bad english, i'm french)




Simple captcha protection for comment. Easy to install - gregb34 - 2007-01-04

Updated for 1.0.6...

http://gregoryb.dyndns.org/public/scripts/zenphoto_comment_protection.zip
http://www.gregserveur.com/public/scripts/zenphoto_comment_protection.zip




Simple captcha protection for comment. Easy to install - simonef - 2007-05-20

None of your links worked for me, so I downloaded it from the Wiki. The Readme there didn't work at all, but I figured it out. The files changed where you have to add the code. This is how I made it work:

  1. Upload generate_image.php to the /zen folder, change the permisson on this file to 777 (allow write to everybody).
    Upload code.png to the /zen/images folder
  2. Open the image.php in the folder of your current theme.
    Add Add where you ant the picture with the Captcha to be, add `



Simple captcha protection for comment. Easy to install - gregb34 - 2007-12-23

Updated for Zenphoto 1.1.3 !!!




Simple captcha protection for comment. Easy to install - sbillard - 2007-12-24

Adapted for general use in the SVN shortly




Simple captcha protection for comment. Easy to install - gregb34 - 2007-12-24

I'm waiting this




Simple captcha protection for comment. Easy to install - sbillard - 2007-12-24

I am done and have sent it off. All distributed themes will provide Captcha via a theme option--Use Captcha.

Other themes will have to add a printCaptcha() function call to their comment input block.