11
deka87
Re: class/captcha
  • 2011/11/25 10:53

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


I know this topic has been brought up here but is there any current how-to instructions to embed recaptcha?
Mind anchors

12
Roby73
Re: class/captcha
  • 2011/11/25 15:49

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


For convert capatcha to recaptca in your site, you most modify mode in array $config in /class/captcha/config.php to
'mode' => 'recaptcha',

Add google key in /class/captcha/config.recaptcha.php 'private_key' and 'public_key'.

Now your security code is in recaptcha mode.

For add recaptcha in other module i see as work module profile. register.php and /include/forms.php files


13
deka87
Re: class/captcha
  • 2011/11/26 12:03

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


thanks Roby it works just fine. I had a problem first but it turned out that xoops 2.5.3 to 2.5.4 upgrade pack misses recaptcha library and I didn't have one. Had to download those from the full pack.
Mind anchors

14
Mamba
Re: class/captcha
  • 2011/11/26 17:15

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
thanks Roby it works just fine. I had a problem first but it turned out that xoops 2.5.3 to 2.5.4 upgrade pack misses recaptcha library and I didn't have one

XOOPS 2.5.3 includes recaptcha library, therefore it was not included in the "Update pack"
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

15
deka87
Re: class/captcha
  • 2011/11/26 17:31

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


I see Mamba. I don't know why I didn't have one.
Mind anchors

16
jagibu
Re: class/captcha
  • 2012/8/3 17:06

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Captcha config 'skipmember' => false, not works for xoops core comments system ( not needed? but useful for debug modules with captcha ).

in include/comment_form.php hardcoded only user check :

if (!$xoopsUser) {
$cform->addElement(new XoopsFormCaptcha());
}


Login

Who's Online

234 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 234


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits