Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Spam protection with image confirmation code (captcha)
Goto page 1, 2, 3, 4, 5, 6, 7  Next
 
Reply to topic    Forum Index » Additional Downloads View previous topic
View next topic
Spam protection with image confirmation code (captcha)
Author Message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Spam protection with image confirmation code (captcha) Reply with quote
Protect your comments against spam bots with an image code.



The comment will only show after entering the correct code in the text box.







Installation:
  • Copy the captcha folder and captcha.php to your plugins directory.

  • Activate the plugin in "Options -> Manage plugins".

  • Go to "Options -> Manage templates -> Comment form" and add {captcha} where you want to show the image and text box.


If you can't get it to work try this:
http://forums.cutenewsru.com/spam-protection-with-image-confirmation-code-captcha-t251-s90.html#13241



captcha.zip
 Description:
Spam protection with image confirmation code (captcha)

Download
 Filename:  captcha.zip
 Filesize:  32.08 KB
 Downloaded:  1454 Time(s)



Last edited by FI-DD on Fri Jul 18, 2008 9:47 am; edited 1 time in total
Tue Dec 27, 2005 8:29 pm View user's profile Send private message
Guest








Please login to hide the ads.

afxback



Joined: 11 Nov 2005
Posts: 123

Post where is the image? Reply with quote
It dosnt show any image and botton. where is the image? how dose it work/?
Fri Dec 30, 2005 10:06 am View user's profile Send private message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Installation instructions are in the first post. It should work - nobody complained so far. Smile
Fri Dec 30, 2005 5:02 pm View user's profile Send private message
PJR



Joined: 17 Oct 2005
Posts: 161
Location: Czech republic

Post Reply with quote
It gives me an error?!?



Quote:
Fatal error: Undefined class name 'phpcaptcha' in /mnt/data/accounts/p/punkrock/data/www/administrace/plugins/captcha.php on line 48


Sat Feb 11, 2006 11:16 am View user's profile Send private message
Namila



Joined: 24 May 2006
Posts: 1

Post Reply with quote
Doesn't work at me Crying or Very sad I've read the readme, did the steps 1 to 4 but I've no idea where to put the code from step 5 Question I tried a lot but got error messages every time. The security image will not be published. My host supports gd2 and my cute news version is 1.4.1.
Thu May 25, 2006 11:10 am View user's profile Send private message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Namila wrote:
and my cute news version is 1.4.1.


Then you are in the wrong forum.



Try this one: http://cutephp.com/forum
Thu May 25, 2006 6:29 pm View user's profile Send private message
SS



Joined: 09 Jun 2006
Posts: 23

Post Re: Spam protection with image confirmation code (captcha) Reply with quote
FI-DD wrote:
Protect your comments against spam bots with an image code.



The comment will only show after entering the correct code in the text box.





I installed experimentally this script on some websites and worked ok, but yesterday have put on some hosting and it does not work. The image appears, but without letters. What can be the reason? All files is uploaded. Sample: http://www.pawfineart.com/gallery/2006/06/08/test.html

(sorry for my english)
Fri Jun 09, 2006 4:04 pm View user's profile Send private message Visit poster's website ICQ Number
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
You can try to set the full path to the TrueTypeFont.



Open plugins/captcha/captcha.php and change this:

Code:
$aFonts = array('VeraMoBd.ttf');




to something like this (depending on your path):

Code:
$aFonts = array('/var/myhost/mydomain/public_html/cuteru/plugins/captcha/VeraMoBd.ttf');

Sat Jun 10, 2006 1:48 pm View user's profile Send private message
SS



Joined: 09 Jun 2006
Posts: 23

Post Reply with quote
FI-DD wrote:
You can try to set the full path to the TrueTypeFont.



Open plugins/captcha/captcha.php and change this:

Code:
$aFonts = array('VeraMoBd.ttf');




to something like this (depending on your path):

Code:
$aFonts = array('/var/myhost/mydomain/public_html/cuteru/plugins/captcha/VeraMoBd.ttf');




Thank you very much!



Yes, text has appeared, but now there is other problem - the entered code is not accepted and appears error:

Code:
Fatal error: Undefined class name 'phpcaptcha' in /homepages/12/d146872239/htdocs/plugins/captcha.php on line 48

Sat Jun 10, 2006 5:05 pm View user's profile Send private message Visit poster's website ICQ Number
SS



Joined: 09 Jun 2006
Posts: 23

Post Reply with quote
Now the problem is solved, but the code very difficultly distinguishes (though I am confident that type correctly as on others servers this script works well). Nevertheless there is a problem, after acceptance of a code, there is a form in which it is necessary to enter some password. Strange. The password of admin is accepted only. However in admin setings is enabled all comments...
Sat Jun 10, 2006 6:13 pm View user's profile Send private message Visit poster's website ICQ Number
SS



Joined: 09 Jun 2006
Posts: 23

Post Reply with quote
The problem is solved, but has bug. Captca validate code only after second attempt (after click on back). If I open page first time, or refreshed it, the code will be never accepted. See - http://sgallery.net/artnews/
Mon Jun 12, 2006 2:30 am View user's profile Send private message Visit poster's website ICQ Number
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
I tested it twice and it worked twice (first try).
Mon Jun 12, 2006 6:31 pm View user's profile Send private message
SS



Joined: 09 Jun 2006
Posts: 23

Post Reply with quote
FI-DD wrote:
I tested it twice and it worked twice (first try).


Thank you!

Strange... However it is good news for me. I thought of it, what is it can be only on my computer, as has installed recently IE7 and have noticed many bugs.
Mon Jun 12, 2006 7:59 pm View user's profile Send private message Visit poster's website ICQ Number
raspb3rry



Joined: 22 Jun 2006
Posts: 12

Post Reply with quote
The image doesn't appear for me, even after changing it to my own path >.<.



If my normal path to my cutenews script is:



Code:
/home/miso/public_html/z/




then I will need to put this right?



Code:
/home/miso/public_html/z/plugins/captcha/VeraMoBd.ttf




^^^ But that doesn't work, because the image doesn't turn up!
Thu Jun 22, 2006 6:22 am View user's profile Send private message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
I can't really help you with this. The path seems to be different from server to server. Try and change the path until it works (hopefully).
Thu Jun 22, 2006 9:01 am View user's profile Send private message
Display posts from previous:    
Reply to topic    Forum Index » Additional Downloads All times are GMT + 1 Hour
Goto page 1, 2, 3, 4, 5, 6, 7  Next
Page 1 of 7

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.