Advertisement:

Author Topic: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)  (Read 12898 times)

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #45 on: February 26, 2016, 03:01:30 pm »
i've running it too on my installation and theme osclasswizards, there are no problems

phox

  • Newbie
  • *
  • Posts: 6
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #46 on: May 12, 2016, 03:17:43 pm »
*** UPDATED 8-FEB-2016 ***

(some further improvements)

I took the liberty to fix few things and rewrite admin side. First, form still did not work 100% in my setup (some keys were missing) and form data was blank [incomplete html]. Also, fixed security related part, as Aficionado noticed. Finally, translation strings should now work properly. I have to admit that I did not have time to test and update front side yet.

Once all things get sorted this should definitively be posted in Market for user convenience and automatic upgrades in the future.

Regards

Hi dev101, hi all,
is there a way to use two form in a page?
My theme in Itempage shows Contact form and comment.
Contact form works well but Comment form does not shows the recaptcha.
I'm using Version:1.1.2 | Da Shamim |

I've read that whit explicit render I could do it but I can't make it work.
https://developers.google.com/recaptcha/docs/display#explicit_render

Could you please help me?

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #47 on: May 12, 2016, 04:09:26 pm »
Render mode is not related to your problem. Osclass core & themes currently do not support comments protection. Wait for new Osclass version, after some changes gets accepted/standardized, I will update custom version here. For now, disable comments for guests to be safe.

Regards

phox

  • Newbie
  • *
  • Posts: 6
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #48 on: May 12, 2016, 06:37:26 pm »
Ok, thank you.
I'll disable it and wait for an update.
For clarity:
I've noticed that in mail sent by Contact form some Spam messages have been sent to users, is it possible?

Maybe it is due to "anr_captcha_form_field()" called two times in a page?

shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #49 on: May 18, 2016, 05:42:18 pm »
Today i have just uploaded a new version (1.2.1) of this plugin to market. I am also uploading here as osclass market review team take some time to review plugin. By this time let me know if you find bug as i have changed so many in this version. some of the new features are

- Allow multiple captcha in same page.
- Captcha in admin login (no file editing require).
- Captcha in comment form.
- New option to change captcha size.
- New hook 'anr_captcha_form_field' added. Now no need to add function directly to theme file.
- Translation issue fixed.

srdsrd

  • Newbie
  • *
  • Posts: 14
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #50 on: May 31, 2016, 06:34:54 pm »
I have a problem, it does not show what to do in the admin zone.

Mark FAZ

  • Newbie
  • *
  • Posts: 12
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #51 on: July 29, 2019, 08:25:36 am »
the plugin does not work Recaptcha not shown. I am using osclasswizards theme.  where to paste the code -> you will need to paste the following line of code before the submit form button.?

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #52 on: August 07, 2019, 11:09:51 pm »
You can try my newer plugin instead, it's in the forum here.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #53 on: August 08, 2019, 12:54:48 am »
dev101@  Your plugin is also has no % 100 solution for spam registration,
I have installed it on my several Osclass sites, still receiving spam registrations ( of course not so much as before installation ),


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)
« Reply #54 on: August 08, 2019, 01:28:18 am »
Hi, what kind of spam? Of course, it cannot prevent human spammers. I get those passed, too. But, they are very rare. This is because recaptcha itself does not treat them as spammers (yet), so, they pass. The only way I would see it as a bug, is that they are marked as spammers by reCaptcha API return response, and the plugin passes them through. Otherwise, no.

In order to catch human spammers, that pass reCaptcha, you need to catch them later, either by using Akismet, or custom blacklisted keywords etc.

You have to understand that reCaptcha does not analyze posted content in any way, only looks for overall activity, IP address etc.
« Last Edit: August 08, 2019, 01:31:00 am by dev101 »