Author |
Message |
23/11/2006 11:39:29
|
yehoo
Newbie
Joined: 23/11/2006 11:38:25
Messages: 1
Offline
|
hi,
i installed the guestbook on http://www.jouwstart.com/dating/addentry.php
but i can not get the image verification working
what am i doing wrong
|
|
25/11/2006 19:07:27
|
phpuser3
Graduate
Joined: 16/11/2004 12:46:44
Messages: 110
Offline
|
if you load the image http://www.jouwstart.com/dating/image.php?id=.....
in your browser there are many errors like
Warning: imagettfbbox() [function.imagettfbbox]: Could not read font in /home/sites/site451/web/dating/lib/captcha.class.php on line 491
Warning: imagettfbbox() [function.imagettfbbox]: Could not read font in /home/sites/site451/web/dating/lib/captcha.class.php on line 491
the true type fonts are broken.
did you upload them in binary mode?
|
|
05/12/2006 08:18:18
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
i have the same proble... is there a way to disable that image verification?
|
|
06/12/2006 02:39:03
|
pinkster
Newbie
Joined: 04/12/2006 22:19:31
Messages: 4
Offline
|
to disable image verification i changed this line in /lib/add.class.php :
$this->canUseCaptcha = (USE_CAPTCHA) ? true : false;
to
$this->canUseCaptcha = false;
It should be gone after that...
|
|
06/12/2006 06:14:02
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
thanks a lot pinkster that works just fine... i was looking like crazy for an answer for the past 10 days so thanks..... but now i have a problem when i try to upload an image this mesage comes "Warning: copy(////////////////////_html/guestbook/tmp/img-1165381942.jpg): failed to open stream: Permission denied in //////////////////_html/guestbook/lib/add.class.php on line 164"
do u know why is this happening???
|
|
06/12/2006 09:01:32
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
1 - Captcha is controlled via an option in admin/config.inc.php.
2 - Have you set the permissions correctly for the tmp and public folders?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
06/12/2006 21:22:30
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
hey both options works for removing imagen verification... but still not been allow to upload images... I'm new to this so, it's probably the reason that I so slow lol! public folder and tmp dont show nothing on it.. so i wonder what permissions should I check... what n where to verify...
|
|
06/12/2006 22:09:26
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
Oh lord I can't belive that is working now..... i find that other guys had the same proble and they put the permissions number to 777 all but i knew that my like carvonize said it was just tmp and public the one's that i have to change... they where set to 577 after that is working now...
|
|
|