There are some errors in your plugin causing
rest API Response: (http_request_failed) cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
[08-Jun-2024 00:58:34 UTC] WordPress database error Table ‘chfwubu_prod.cptch_responses’ doesn’t exist for query DELETE FROM cptch_responses
WHERE add_time <= ‘1717808254’ made by do_action_ref_array(‘delete_expired_responses’), WP_Hook->do_action, WP_Hook->apply_filters, cptch_delete_expired_responses
Hi,
Slider captcha doesn’t seem to work (Please complete the captcha) while Arithmetic works ok and now using that.
Wordpress 6.4.3 and PHP 8.1.x
Thanks
]]>Hi,
The captcha was working on a new clients website until it isn’t any more. It doesn’t matter what settings we’ve tried the message appears “Please complete the captcha.” and we can’t login.
Where can we look to see what is causing this?
Thanks for your help,
Karen
Hi!
I have installed the plugin on different sites and it works as usual, without any problems. But I have installed it in 2 new places, and in neither of them it works correctly.
It won’t let me configure the captcha using images. It says that the image package is not installed. Although I have verified that images are installed.
Is this a known issue?
Is there any solution?
Thanks!
]]>Okay I see all BWS plugins (not just this) have been removed from www.ads-software.com. Is that temporary or do we need to de-install all BWS plugins because of security issues ? It would be helpful by wordpress to explain, why something is removed !
]]>Hello.
WP latest and PHP 8.2.x
[28-Oct-2023 09:48:41 UTC] PHP Deprecated: Creation of dynamic property Cptch_Package_Loader::$existed_action is deprecated in /home/wp-content/plugins/captcha-bws/includes/class-cptch-package-loader.php on line 95
Thanks
]]>Does this work with ultimate member?
]]>Hi,
I am trying to add captcha to my forms that I created using BP Profile Search forms.
Could you please tell me what to do so both the plugins work together?
Thank you!
Clara
Good day,
I would like to use the captcha with a ticketsysstem plugin.
aAdd the following code to the end of the file in functions.php
– Add the following code and replace form with the class to the end of the file
function add_my_forms( $forms ) {
$forms['orbisius_support_tickets'] = "TICKET";
return $forms;
}
add_filter( 'cptch_add_form', 'add_my_forms' );
I have activated it under settings.
I do not see a captcha
how do I find out what I should write in there here is a section of the form
<div class="form-group">
<label class="col-md-3 control-label"
for="orbisius_support_tickets_data_message">
<?php _e( 'Message', 'orbisius_support_tickets' ); ?></label>
<div class="col-md-9">
<textarea id="orbisius_support_tickets_data_message"
<div class="form-group">
<label class="col-md-3 control-label"
for="orbisius_support_tickets_data_message">
<?php _e( 'Message', 'orbisius_support_tickets' ); ?></label>
<div class="col-md-9">
<textarea id="orbisius_support_tickets_data_message"
class="orbisius_support_tickets_data_message form-control orbisius_support_tickets_full_width"
name="orbisius_support_tickets_data[message]"
placeholder="Please enter the message here..."
rows="<?php echo $row_num; ?>"><?php esc_attr_e( $data['message'] ); ?></textarea>
</div>
</div>
]]>
Здравствуйте, верните пожалуйста плагин к настройкам 5.1.0. В этой версии 403 ошибку можно было устранять. Все последующие версии содержат 403 ошибку и ещё добавилась ошибка минификации (в статьях вместо капчи отображается битый код).
Я вам указал на проблему 403 ошибки, так вы сделали ещё хуже.
Ваш плагин работает корректно только, если на сайте отсутствует кэширование. У меня стоит плагин W3 Total Cache, самый популярный плагин кэширования. Проверьте свой плагин на совместимость хотя бы с этим плагином и приведите настройки в соответствие.
Сейчас использую ваш плагин версии 5.1.0 с заблокированной функцией
// check_ajax_referer( ‘cptch’, ‘cptch_nonce’ );
Just enter the wrong result and log in anyway. Example 7+1=9 does not return an error, but logs in.
]]>Hi! After the update V5.1.3, the site stops opening. Just a white screen. WordPress 4.9.18
]]>Nach der Umstellung auf PHP8 erhalte ich folgende Fehlermeldung
Warning: Undefined array key “use_general” in …/wp-content/plugins/captcha-bws/captcha-bws.php on line 873
]]>Hi, last update give error in comments form:
{“display”:”
\u041a\u0430\u043f\u0447\u0430 *<\/span><\/span>\n\t\t\t\t4<\/span>\n\t\t\t\t\t + <\/span>\n\t\t\t\t\t3<\/span>\n\t\t\t\t\t = <\/span>\n\t\t\t\t\t
\”\”
<\/span>\n\t\t\t\t\t
\”OkI=\”
\”1617834462\”
\n\t\t\t\t\t
\”wp_comments\”
\n\t\t\t\t<\/label>\n\t\t\t\t\t
Version 5.1.0 works correctly (WP 5.7 – php 7.4) – site turizm.world.
I can`t update plugin to 5.1.1! Now site use version 5.1.0.
]]>Hi,
do you plan supporting Caldera Forms?
Would need that for my forms.
Many thanks
Hello Team,
I am using your free plugin which supports the add your captcha code to my custom form.
Yes, the captcha is added. But when I add the wrong value the validation is not done on my customs form for the wrong value.
One IMP thing I want to display in the form when user is not log in within my system.
Can you please guide me for the same.
I have added the code in the file where I want to show the captcha.
<div class="field-row">
<div class="col-sm-12">
<?php echo apply_filters( 'cptch_display', 'Captcha Abfrage' ); ?>
</div>
</div>
<?php $error = apply_filters( 'cptch_verify', true );
if ( true === $error ) {
/* do necessary action */
} else {
echo $error;
} ?>
I want the result like this demo URL if I entered the wrong value then show the error message “Please enter a valid CAPTCHA value.”.
as shown in this page: https://bestwebsoft.com/demo-for-captcha/#cntctfrm_contact_form
Can you please guide me for the same
Thanks,
Riddhi Mehta
Hi,
I have a Notice message in admin panel:
Notice: Trying to access array offset on value of type null in plugins\captcha-bws\captcha-bws.php on line 1566
i have PHP 7.4 and the last version of WP.
Is it possible to release a quick patch?
Thanks
]]>hi, cant get it work on mobile. I use wp rocket, could that be the issue ?
]]>Hi,
So this took countless hours to narrow down what as causing issues with Zapier not being able to access our WP site.
We tried to figure out which plugin was causing the problems before, but then Zapier started working with all of them turned on so we couldn’t figure out the problem.
Well, this time around when again problems & countless hours of troubleshooting, we finally figured out it’s this plugin.
Can you fix it to work with XMLRPC pls.?
We narrowed it down to the captcha on the login form.
Thanks
]]>My site uses a CRM and the cron script that we use (php.cli) would always return
ERROR: Invalid username and/or password
I thought V5.0.8 only added a slide function, apparently it also adds other functionality/changes.
]]>Hi,
Is the license key required for the Free version?
Thanx.
Hi, i had an issue recently where i could not migrate a saved wordpress website and the issue was that i had to delete 2 tables that were used with an old captcha plugin. This now leaves 3 tables for your plugin, but although using a plugin garbage plugin it says the following table is part of your plugin, i’m not so sure as when i delete all the tables nd re-install the plugin, it only creates 2 table and not the third, canyou confirm that the table below is part of your plugin or should i just delete it as it is not pat of your plugin?
wp_cptch_whitelist
ps, the 2 tables your plugin creates are:
wp_cptch_images
wp_cptch_packages
Thank you in advance… ??
]]>Hello BestWebSoft,
I only need to CAPTCHA for the default WordPress forms and I do not need any other plugin features. How can I delete additional files in the plugin folder?
For example, the bws_menu folder is full of unnecessary files and I want to delete them. How should I do this?
Best Regards
]]>hi,
i noted that whatever number i put, still can login by using your plugin.
example: 1+1=? the answer put 1+1=4 also can login to website.
I’ve updated to the v.5.0.2 but I don’t see “Protected by BestWebSoft Captcha”. In the previous version there was and I used this. The plugin worked but was invisible.
]]>hi, i′m looking for a good captcha.
i need this [i′m not a robot] captcha (i think this is the best one for the users)
when i press a E-Mail link
Is it possible with your plugin to activate the captcha when i pressed a <a href=”mailto:… html link?
We used https://support.bestwebsoft.com/hc/en-us/articles/202352499-How-to-add-Google-Captcha-reCAPTCHA-plugin-to-a-custom-form-on-my-WordPress-website- to add the recaptcha on a custom form (we skipped step-2).
Recaptcha works, the styling is in place, but for now it is disabled because it is not set to be required. This is the main musthave.
What is the fix?
Something like this?
window.onload = function() {
var $recaptcha = document.querySelector('???');
if($recaptcha) {
$recaptcha.setAttribute("required", "required");
}
};
]]>
When trying to sign into this page no Captcha appears and it jumps to the wp login page with message ‘You have entered an incorrect reCAPTCHA value’. I’ve been in touch with Bookly support who are an appointment booking plugin and the generator of the sign in page and they say “Bookly is using standard WP login form so there should appear Google Captcha” Can you advise please?
]]>I am getting reports from several users that they are getting an “Incorrect captcha.” error message when logging in. This is not happening for every user, so I am not sure what’s happening exactly. I can’t seem to reproduce it. Any ideas?
]]>Hi guys, i need to replace my really simple captcha plugin and your plugin looks perfect, i need something that i can just globally install across all my websites and don’t need to make any setting changes, however i have just installed the plugin and on the login screen, where the captcha should appear, it says loading, the protected by bestwebsoft captcha, but there is no little sum for anyone to do, hope you can offer a solution?
??
]]>