1
c0ntrite
User Profile 1.7 how to change to Math Captcha?
  • 2011/8/4 15:46

  • c0ntrite

  • Just popping in

  • Posts: 21

  • Since: 2007/1/26


Seriously, I'm getting a lot more spam when using re-captcha than without it. Spammers seem to detect which site has re-captcha and spam on them. I've tried 2 step registration with MATCH text at the end, still, spammers are able to go through it. With my experience, math captcha is the most effective way of getting rid of spam. I don't get any from my contact forms.

Can someone please teach me how to make math captcha on User Profile. random numbers from 0-9 addition and subtraction. if $a > $b then use subtraction.

I'm using XOOPS 2.4.4 and User Profile 1.7

Thanks!

2
jimmyx
Re: User Profile 1.7 how to change to Math Captcha?
  • 2011/8/4 22:45

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


class\captcha\config.php


'mode' => 'text', // default mode

3
c0ntrite
Re: User Profile 1.7 how to change to Math Captcha?
  • 2011/8/5 0:45

  • c0ntrite

  • Just popping in

  • Posts: 21

  • Since: 2007/1/26


Thank you Jimmy for trying to help but I've tried that already and it doesn't seem to work. This is my /class/captcha/config.php

return $config = array(
'disabled' => false, // Disable CAPTCHA
'mode' => 'text', // default mode
'name' => 'xoopscaptcha', // captcha name
'skipmember' => true, // Skip CAPTCHA check for members
'maxattempt' => 10, // Maximum attempts for each session
'num_chars' => 4, // Maximum characters
'rule_text' => _CAPTCHA_RULE_TEXT,
'maxattempt_text' => _CAPTCHA_MAXATTEMPTS);

I also have /Frameworks/captcha/ but I have tried renaming the folder, it still shows image captcha. I've tried editing the /Frameworks/captcha/config.php file to text, the problem is still there.

I also had SecurityImage module installed. But I have now disabled and uninstalled the module but the problem still exists.

4
jimmyx
Re: User Profile 1.7 how to change to Math Captcha?
  • 2011/8/5 4:21

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


Hi concrite

have you tried

1. update the system and profile module in admin
2. clear xoops caches/browser cookies

5
c0ntrite
Re: User Profile 1.7 how to change to Math Captcha?
  • 2011/8/5 5:35

  • c0ntrite

  • Just popping in

  • Posts: 21

  • Since: 2007/1/26


Just did those, image captcha is still persistent :(

6
timgno
Re: User Profile 1.7 how to change to Math Captcha?
  • 2011/8/5 9:45

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Follow This Thread

7
irmtfan
Re: User Profile 1.7 how to change to Math Captcha?
  • 2012/5/9 10:42

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Quote:

c0ntrite wrote:
I've tried that already and it doesn't seem to work. This is my /class/captcha/config.php

return $config = array(
'disabled' => false, // Disable CAPTCHA
'mode' => 'text', // default mode
'name' => 'xoopscaptcha', // captcha name
'skipmember' => true, // Skip CAPTCHA check for members
'maxattempt' => 10, // Maximum attempts for each session
'num_chars' => 4, // Maximum characters
'rule_text' => _CAPTCHA_RULE_TEXT,
'maxattempt_text' => _CAPTCHA_MAXATTEMPTS);


not work for me too.
it is just resist on "image" mode. i cant active "text" or "recaptcha"
i try everything. update profile and system module and delete all caches.


besides i need to know whether we can still use the great filters of protector module coded by GIJOE. especially i want to active the "postcommon_register_insert_js_check.php" because it works great on public bots.

8
irmtfan
Re: User Profile 1.7 how to change to Math Captcha?
  • 2012/5/10 4:46

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Is there any one here that can enable "text" or "recaptcha" in xoops 2.5.5 and profile 1.63?
just "image" option works.

Edit:
this problem is solved.
I just need to delete the old folder: /Frameworks/captcha
Now both "text" or "recaptcha" works

Login

Who's Online

156 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

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

Latest GitHub Commits