Line 60 of the code in the file recaptcha-for-asgaros-forum.php appears to have a typo in the constant “trrue” instead of “true”. I have reproduced the specific function below. Check last line before endif.
function rfaf_save_recaptcha_setting() {
if( isset( $_POST['rfaf_recaptcha_submit'] ) ):
$nonce = $_REQUEST['_wpnonce'];
if(wp_verify_nonce($nonce, 'rfaf_recaptcha_submit_nonce')) {
$rfaf_recaptcha_version = sanitize_text_field($_POST['rfaf_recaptcha_version']);
$rfaf_recaptcha_site_key = sanitize_text_field($_POST['rfaf_recaptcha_site_key']);
$rfaf_recaptcha_server_key = sanitize_text_field($_POST['rfaf_recaptcha_server_key']);
$rfaf_recaptcha_language = sanitize_text_field($_POST['rfaf_recaptcha_language']);
$rfaf_recaptcha_v3_site_key = sanitize_text_field($_POST['rfaf_recaptcha_v3_site_key']);
$rfaf_recaptcha_v3_server_key = sanitize_text_field($_POST['rfaf_recaptcha_v3_server_key']);
$rfaf_recaptcha_v3_score = sanitize_text_field($_POST['rfaf_recaptcha_v3_score']);
$rfaf_recaptcha_registerd_user = 0;
if( isset( $_POST['rfaf_recaptcha_registerd_user'] ) ){
$rfaf_recaptcha_registerd_user = sanitize_text_field( $_POST['rfaf_recaptcha_registerd_user'] );
}
update_option( 'rfaf_recaptcha_version', $rfaf_recaptcha_version);
update_option( 'rfaf_recaptcha_site_key', $rfaf_recaptcha_site_key);
update_option( 'rfaf_recaptcha_server_key', $rfaf_recaptcha_server_key);
update_option( 'rfaf_recaptcha_language', $rfaf_recaptcha_language);
update_option( 'rfaf_recaptcha_v3_site_key', $rfaf_recaptcha_v3_site_key);
update_option( 'rfaf_recaptcha_v3_server_key', $rfaf_recaptcha_v3_server_key);
update_option( 'rfaf_recaptcha_v3_score', $rfaf_recaptcha_v3_score);
update_option( 'rfaf_recaptcha_registerd_user', $rfaf_recaptcha_registerd_user);
} else {
$_REQUEST['nonce_error'] = trrue;
}
endif;
}
]]>
Hello Hitech, I see that your plugin is designed for Asgaros Forum but will it work with forms also? I have a contact form created with WPforms Lite that I would like to you it on. Thanks
]]>Hello everyone.
I have installed reCAPTCHA for the ASGAROS forum and I should enter the site key (v2) and the server key (v2) for reCAPTCHA V2, but I can’t find the server key anywhere, not on the internet or in the documentation.
Where can I find the server key, please?
Klaus Wilde
]]>Not sure f this si the right forum but will the Recaptcha V2 plugin work with CleanTalk Antispam plugin?
]]>Is not working on Asgaros Forum reg page? Is this not what it is for?
]]>My sister’s website has a Contact form which she wishes to protect against spammers.
Her developer recommends reCAPTCHA v3 because of the improved user experience compared with v2. However my worry is that because it relies entirely on AI it may be prone to false positives – and there’s no way to monitor these and unblock them, i.e. no equivalent to a spam email folder; so she could lose potential customers without every finding out about it.
I realise one can reduce the risk of false positives by lowering the thresholds but (a) it appears to be a black art to set the thresholds optimally and (b) setting them too low would defeat the object of having a reCAPTCHA in the first place.
My gut feeling is that because v2 with the “I am not a robot” checkbox forces the user to physically do something, it’s much less likely to be prone to false positives – and that it’s unlikely to be very much worse than v3 at blocking real spam. And I don’t think the user experience will be much worse as long as users are highly unlikely to have to solve puzzles – simply clicking a checkbox isn’t very onerous.
Have I misunderstood something or am I right that given the above priorities, v2 is a better bet for my sister?
Many thanks for your help.
Dave
]]>reCaptcha is not appearing in the forum.
I used v2 and entered the keys
I also enabled for logged-in users (just to make sure) and there it works.
But I need it ONLY for the registration page.
I appear to be getting the same issue others have had. I could not post a forum topic as Admin. In the end I deleted the plugin manually to allow me to post (was unable to delete from the plugins page).
Having now reinstalled the plugin it is not showing on any forum post page but is active as I get the error again “You must enter the correct Captcha”.
I have now deactivated and deleted the Toolbox for Asgaros Forum – No change
I deactivated your Recaptcha – No change
I tried to delete your Recaptcha – not allowed
I deleted your Recaptcha manually – Can now post again
]]>Hi
Congratulations for your plugin. It does work at least for reCAPTCHA v 2. However, when I choose the v 3, the above message (You must enter the correct captcha.) appears on the top and does now allow me to carry on.
I have put the site and server keys (v 3) and the Score (v3) is set to 0.5
Any suggestions would be much appreciated
Andreas
]]>Hi Hitesh,
First of all, that’s really great that you did a recaptcha plugin for Asgaros forum.
I’m running into an issue: I have activated your plugin and entered the required key and secret for recaptcha v3, but every time I try and post a topic as a logged-out user (via an incognito window in my browser), I get the message “You must enter the correct captcha”.
When I use recaptcha v2, it works flawlessly. But I’d rather have recaptcha v3 active (seamless).
FYI, I’m already using the Recaptcha v3 extension for WP Contact Form 7 on my website (I’m using the exact same key and secret for both plugins). Maybe a plugin conflict? This would be weird since recaptcha v2 works fine with your plugin.
Thanks in advance for your help!
Hello,
I’m using reCaptcha for Asgaros forum and the captcha do not display on the registration page. I’m using V2 and entered the keys in the required filed. The forum is not yet online and proetcted by a password on the forum page.
Could you telle me what to do to troubleshoot this issue ?
Regards,
Philippe
Hello, i have installes the Plugin ReCaptcha for Asgaro. I need the ReCaptcha in German. (i am not robot ….) Is this possible? Thank you
]]>Good day,
I have reCaptcha installed, but I don’t see the Asgaros forum on the site. I entered the keys. Where is the problem?
Thank you for your help.
Hi,
I was looking for a plugin that whould help me secure my forum.
So I installed and activated your plugin.
But nothing has changed on my Asgaros forum.
Where does the reCAPTCHA should appear ? When users when to post a message or a topic ?
what should i do for the plugin to be working ?
Thanks
Romane
]]>Hi,
8 month ago you answered here in forum that ypu plan to integrate ReCaptcha V3.
Do you still support this plugin and develop it further?
Kind regards,
Ole
Nice to meet you.
Thank you for a great plugin.
I am Japanese.
I’m sorry for my bad English.
There are two questions.
I want to translate “I’m not a robot” into Japanese.
But I can’t find the translation file.
Where is it?
Are there any plans to support reCAPTCHA v3?
Thank you.
]]>Hello,
is there an update for WordPress 5.2.2 / Asgaros 1.14.14 available?
Best Regards
Olaf
Hello,
The captcha not showing up in the forum.
It works in the background but guests cant see it.
Maybe any tips or do you need any more informations ?
best regards
]]>Hi, I used the recepatch plugin for the forum and there is then onan in a different language than my site and people visiting the site PL. How to change the language to be in the national language?
]]>