Author Topic: Verification Code - how to disable it?  (Read 4846 times)

0 Members and 1 Guest are viewing this topic.

Offline franco190453

  • Newbie
  • *
  • Posts: 17
    • View Profile
Verification Code - how to disable it?
« on: August 02, 2006, 08:47:24 AM »
I just installed the new 4images.
I can not register because the verification code fails all the time.
I need to know how to make it work or disable it.
Regards. 8O
« Last Edit: August 23, 2006, 03:26:09 PM by kai »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Verification Code
« Reply #1 on: August 02, 2006, 09:45:58 AM »
you can turn them off by adding into config.php above closing ?> these lines:
Code: [Select]
$captcha_enable              = 0;
$captcha_enable_comments     = 0;
$captcha_enable_upload       = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards    = 0;
« Last Edit: August 02, 2006, 11:05:00 AM by V@no »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline franco190453

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Verification Code
« Reply #2 on: August 02, 2006, 10:31:16 AM »
V@no:
Thanks very much!!!
Regards.

Offline medo007

  • Newbie
  • *
  • Posts: 29
  • Internet addict
    • View Profile
Re: Verification Code
« Reply #3 on: August 23, 2006, 02:19:49 PM »
That helped me too! Thanks!
mEDO