google / recaptcha

PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
http://www.google.com/recaptcha/
BSD 3-Clause "New" or "Revised" License
3.48k stars 775 forks source link

Mailhide support? #41

Closed alexhass closed 9 years ago

alexhass commented 9 years ago
BassemN commented 9 years ago

Yes, we need support for mailhide

arichiardi commented 9 years ago

:+1:

rowan-m commented 9 years ago

Mailhide is part of the V1 API and does not currently have an equivalent in V2. This client library only supports V2 for the moment. However, you can still access the Mailhide functionality using the V1 client here: https://code.google.com/p/recaptcha/ Specifically, the PHP download is here: https://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-php-1.11.zip&can=2&q=

alexhass commented 9 years ago

I'm aware of this v1 feature, but I asked for v2 no captcha recaptcha support and not the v1. Please reopen this case as there is no solution and this is a feature request.

alexhass commented 9 years ago

Why is this case still not reopenend?

rowan-m commented 9 years ago

This is purely a client to the v2 API, not a server. If Mailhide functionality is added in the v2 or abve API, then this client will support it.

alexhass commented 9 years ago

Can your Google colleagues share infos if they plan to support it in future or not at all? It's hard that we already have a feature regression...

junowilderness commented 9 years ago

+1

ovidiugabriel commented 7 years ago

Please reopen. Mailhide is not working.

npsimons commented 6 years ago

I'll second this. Would really like to see mailhide feature continue in reCAPTCHA. Thanks!

Harti commented 6 years ago

Comment for nagging/visibility

VBGAMER45 commented 6 years ago

I guess we could just code our own version and use recaptcha v2 keys on our domain.

jwoodmansey commented 6 years ago

Now getting 'V1 SHUTDOWN ON 2018-03-31' messages, anyone know any good alternatives while Google's remains broken?

alanhouser commented 6 years ago

It's still working even though the V1 error message appears. Actually, the red text that reads "reCAPTCHA V1 IS SHUTDOWN" — if you type that, it works. (seriously)

screencast 2018-04-25 at 10 51 42 pm

wilk-polarny commented 6 years ago

@alanhouser

"reCAPTCHA V1 IS SHUTDOWN" — if you type that, it works. (seriously)

You can type in anything to bypass this mailhide captcha o.o

marcelstoer commented 6 years ago

Maybe redirect all the "bring mailhide back"-comments to #221.

qgustavor commented 5 years ago

Is it possible to implement just the email deobfuscation part (not the obfuscation part) so people can access obfuscated email addresses from unmaintained websites?