CAPTCHA

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
koni22
Posts: 2
Joined: Mon Apr 08, 2013 11:02 am

CAPTCHA

Post by koni22 »

Hello

how can I turn off the security building in the guestbook? It's enough for me completely when the user must enter a short word. The CAPTCHA I would like to completely switch off

thank you
and greetings from Germany
Sebastian
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: CAPTCHA

Post by Klemen »

Hi,

In the settings.php file change

Code: Select all

$settings['autosubmit']=1;
to

Code: Select all

$settings['autosubmit']=0;
An explanation of what all the settings do is in the readme.htm file.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
koni22
Posts: 2
Joined: Mon Apr 08, 2013 11:02 am

Re: CAPTCHA

Post by koni22 »

many thanks

Sebastian
Post Reply