Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any captcha working Plugin? #451

Open
hmzisb opened this issue Nov 21, 2016 · 5 comments
Open

Any captcha working Plugin? #451

hmzisb opened this issue Nov 21, 2016 · 5 comments

Comments

@hmzisb
Copy link

hmzisb commented Nov 21, 2016

Hi there, I need a captcha for this script, can anyone provide me ReCaptcha service (paid work) or do it for me, plugins are not working any longer.

@dominikhajduk
Copy link

dominikhajduk commented Nov 21, 2016

hello @krakmh I'm using https://github.com/tvb/reCAPTCHA

#config/config.php
$config["esoTalk.enabledPlugins"] = array (
  0 => 'BBCode',
  1 => 'Emoticons',
  2 => 'reCAPTCHA',
);

$config["reCAPTCHA.version"] = '1.3';
$config["plugin.reCAPTCHA.secretkey"] = 'GENERATE-ON-GOOGLE';
$config["plugin.reCAPTCHA.sitekey"] = 'GENERATE-ON-GOOGLE';
$config["plugin.reCAPTCHA.language"] = 'pl';

and definitions for your lang:

#addons/languages/Polish/definitions.reCAPTCHA.php
+<?php
$definitions["Are you human?"] = "Jesteś człowiekiem?";
$definitions["Secret Key"] = "Secret Key";
$definitions["Site Key"] = "Site Key";
$definitions["Language"] = "Język";
$definitions["message.reCAPTCHA.settings"] = "Enter your reCAPTCHA Keys (<a href='https://www.google.com/recaptcha/admin#whyrecaptcha' target='_blank'>Don't have any keys yet? Get them here!</a>)";
$definitions["message.invalidCAPTCHA"] = "Niepoprawnie wypełniłeś CAPTCHE. Prosze spróbuj ponownie.";

You're right today http://esotalk.org gives me 504.

Update
Now page works fine.

@hmzisb
Copy link
Author

hmzisb commented Nov 24, 2016

But this is not working for me, I just downloaded and added to plugin page but there is nothing I can do with it, can you please guide me further and Thanks for answer.

Reference Image: http://prntscr.com/db2b2w

@dominikhajduk
Copy link

Hello, I'have no idea what can be wrong you. After fill #config/config.php I'm able to see near recaptcha icon:

reCAPTCHA Protect your forum from spam and abuse while letting real people pass through with ease. And config icons

I think you should ask on http://esotalk.org/forum maybe someone from team will help. Or directly author: https://github.com/tvb/reCAPTCHA/issues?

@knownsyntax
Copy link

For me the plugin works as well. Try to see if you are using any proxies or anything else since it doesn't like to appear behind any of them.

Also try to clear out your cache (browser) as well as the esoTalk cache so that it can generate new files which will have the plugin in them now.

@dominikhajduk
Copy link

Is there some copy for: https://github.com/tvb/reCAPTCHA? or maybe @tvb can you share repo once more to include into esotalk profile repositories?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants