MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha] Not workingHi @ramonjosegn,
Just tested with the plugin you mentioned and I didn’t encounter any issue. It works as expected.Please send me your login url through goodbyecaptcha [AT] gmail.com and I’ll have a look
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Error 502: Bad GatewayHey Patrick,
Thanks for your update. As I expected, yes, this can happen on NGINX servers and I was able to replicate this on one of my servers.
When the form get submitted, the reCaptcha token is submitted to the server as well. Which makes sense, because it should be verified on the server side. Sometimes, especially when Google shows the challenge, the encrypted token is extremely long and when NGINX receives such request it will reject it. This causes 502 Bad Gateway error.
All you have to do is to increase the values of
client_body_buffer_sizeandclient_max_body_sizedirectives in nginx.conf.This is what works for me, but as I mentioned, the values can differ from site to site
client_body_buffer_size 16K;
client_max_body_size 16K;If FastCGI is enabled you can also increase the values of
fastcgi_buffersandfastcgi_buffer_sizedirectivesMy values are:
fastcgi_buffers 8 16k; fastcgi_buffer_size 32k;Please let me know!
Cheers,
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Not workingBy using a plugin that just changes the login url should not be a problem. If it doesn’t use the standard WordPress login hooks for sure it will not work.
Unfortunately, without any url or knowing which plugin you’re using for changing the admin url, I cannot help you at all.
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Error 502: Bad GatewayWhat do you mean by starting the session?
So… Google shows the captcha challenge and when you click “Verify” you are getting the 502 Bad Gateway error, right?
Are you using NGINX?
~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] integrate Mymail pluginHi @iwpman,
Thanks for you suggestion. Probably after Holidays I’ll have a look to see if I can integrate with MymailMihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Error 502: Bad GatewayHi @gustavowiesner,
Is this happening when you post the form? If this is the case, the 502 Bad Gateway error tells me something else. Are you using NGINX somehow – as web server or proxy?~Mihai
Hi @mojamba,
I run some tests updating from different revisions to the latest one and there is no way to replicate this.
This should no happen.Could you please contact me through http://www.wpbruiser.com/contact ?
~MihaiForum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] Good pluginHi @davidp378,
Thanks for your review! Glad to hear you’re happy with it but… what ads are you talking about?~Mihai
- This reply was modified 9 years, 8 months ago by MihChe.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] url field disappearsYour welcome!
Also, if you have a minute to write a short review I’ll really appreciate that.~Mihai
- This reply was modified 9 years, 8 months ago by MihChe.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] How to clear a lockHi Evelyn,
WPBruiser is not blocking/locking any user. It is just blocking requests from IPs that are brute forcing your site.Could you please contact me through http://www.wpbruiser.com/contact ?
Let’s see what’s wrong over there.~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] url field disappearsHi @granosalis
The only reason for the Website URL to disappear is because in WPBruiser->Wordpress->Tweaking WordPress the Hide Comments Website Field option is checked. Uncheck that and save changes. That’s it !
~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Slow Loading of Page/SiteHi Jan,
Could you please share with me your website url? You can send it to me through http://www.wpbruiser.com/contact/~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Captcha Ultimate Member not working?Hi,
Could you please contact me through http://www.wpbruiser.com/contact ?~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Not working with Mailchimp For WordPressHi Alicia,
Version 3.1 of WPBruiser has been pushed and compatibility with MC4WP version 4.0.6 and up is now fixed. The issue was caused by some changes in MC4WP version 4.0.6.~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Compatible with LNMP?Hi Alex,
There is no configuration needed. Just install it and activated the way you want – network widely or on any subsite. It works both ways!
Yes it is fully compatible with WordPress MU and if you’ll activate it network wide you will have a Network Admin Interface otherwise… Site Admin Interface.~Mihai