| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
| Tue Dec 27, 2005 8:29 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
afxback
Joined: 11 Nov 2005 Posts: 123
|
|
where is the image? |
|
It dosnt show any image and botton. where is the image? how dose it work/?
|
|
| Fri Dec 30, 2005 10:06 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
Installation instructions are in the first post. It should work - nobody complained so far. 
|
|
| Fri Dec 30, 2005 5:02 pm |
|
 |
PJR
Joined: 17 Oct 2005 Posts: 161 Location: Czech republic |
|
|
|
It gives me an error?!?
 |  | 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 |
|
 |
Namila
Joined: 24 May 2006 Posts: 1
|
|
|
|
Doesn't work at me I've read the readme, did the steps 1 to 4 but I've no idea where to put the code from step 5 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 |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
| Thu May 25, 2006 6:29 pm |
|
 |
SS
Joined: 09 Jun 2006 Posts: 23
|
|
Re: Spam protection with image confirmation code (captcha) |
|
 |  | 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 |
 |
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
You can try to set the full path to the TrueTypeFont.
Open plugins/captcha/captcha.php and change this:
 |  | $aFonts = array('VeraMoBd.ttf'); |
to something like this (depending on your path):
 |  | $aFonts = array('/var/myhost/mydomain/public_html/cuteru/plugins/captcha/VeraMoBd.ttf'); |
|
|
| Sat Jun 10, 2006 1:48 pm |
|
 |
SS
Joined: 09 Jun 2006 Posts: 23
|
|
|
|
 |  | You can try to set the full path to the TrueTypeFont.
Open plugins/captcha/captcha.php and change this:
 |  | $aFonts = array('VeraMoBd.ttf'); |
to something like this (depending on your path):
 |  | $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:
 |  | Fatal error: Undefined class name 'phpcaptcha' in /homepages/12/d146872239/htdocs/plugins/captcha.php on line 48 |
|
|
| Sat Jun 10, 2006 5:05 pm |
 |
 |
SS
Joined: 09 Jun 2006 Posts: 23
|
|
|
|
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 |
 |
 |
SS
Joined: 09 Jun 2006 Posts: 23
|
|
|
|
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 |
 |
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
I tested it twice and it worked twice (first try).
|
|
| Mon Jun 12, 2006 6:31 pm |
|
 |
SS
Joined: 09 Jun 2006 Posts: 23
|
|
|
|
 |  | 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 |
 |
 |
raspb3rry
Joined: 22 Jun 2006 Posts: 12
|
|
|
|
The image doesn't appear for me, even after changing it to my own path >.<.
If my normal path to my cutenews script is:
 |  | /home/miso/public_html/z/ |
then I will need to put this right?
 |  | /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 |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
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 |
|
 |
|