1
Runeher
Nagging Captcha
  • 2008/11/26 0:17

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


I have a site where captcha seems impossible, even if it's gd2 enabled... anyway, i don't need captcha so I disabled in config.php, but still new (potential) members are asked for capcha mage... So...I can't get it to work and I can't get rid of it...What do i do?

2
ghia
Re: Nagging Captcha
  • 2008/11/26 10:19

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Did you check this thread?

3
Runeher
Re: Nagging Captcha
  • 2008/11/26 13:17

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Ok, I have made the directories /uploads/securityimage/ and made them writable, Frameworks with captcha class installed.. Do I also need the security class of DuGris?

Also how the helsike do i get rid of it... changing config.php to
"disabled"              => true,                   // Disable CAPTCHA


did not help... users are still being asked to fill in captcha letters....

4
ghia
Re: Nagging Captcha
  • 2008/11/26 14:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Try this.

5
Runeher
Re: Nagging Captcha
  • 2008/11/26 14:38

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


The code is slightly different:
// Skip CAPTCHA for member if set
        
} elseif ( is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {
            
$is_valid true;


Changing it gives me a blank page... I can't believe i'm the only one with this captcha issue... 17.000 downloads and 16990 + - got it to work... amazing...

6
ghia
Re: Nagging Captcha
  • 2008/11/26 14:48

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
I can't believe i'm the only one with this captcha issue... 17.000 downloads and 16990 + - got it to work...
Are you aiming for making it work or for disabling it?
Because last link was for disabling it.
// Skip CAPTCHA if not active
        
} elseif (!isActive()) {
            
$is_valid true;
       
// Skip CAPTCHA for member if set
        
} elseif ( is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {
            
$is_valid true;


7
Runeher
Re: Nagging Captcha
  • 2008/11/26 14:58

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


I want to be able to disable it for the moment as the site this is on is for a new organization in Denmark as a result of loosing money on something called Garantbeviser, for the first time in Danish history and many of the target users are not that young, so i have to make it as easy as possible to register... This organization was as late as yesterday on national Danish TV and a big campain starting next week, so it's kind of important that i fix this asap... Can I PM you or someone who can help me, for some indepth help?

8
Runeher
Re: Nagging Captcha
  • 2008/11/26 17:59

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Please... I need to resolve this. The site is http://garantforeningen.dk/ and i need the captcha to go away... Can someone please take a look?

9
ghia
Re: Nagging Captcha
  • 2008/11/26 20:37

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It seems you have solved it?

10
Runeher
Re: Nagging Captcha
  • 2008/11/27 6:41

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Well, I had to remove all references to captcha in register.php to get rid of it. Not the coolest solution but it works...

Login

Who's Online

302 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 302


more...

Donat-O-Meter

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

Latest GitHub Commits