Resource icon

KeyCAPTCHA - Interactive CAPTCHA 2.2

No permission to download
I have a bug in version 2.0. The log entry:



Error Info
Code:
ErrorException: Undefined index: hash - library/XenForo/Captcha/KeyCaptcha.php:219
Generated By: Unknown Account, Today at 8:16 AM


We fixed this issue in new version of KeyCAPTCHA plugin.
Old one still works good, but generate some unwanted logs when spam-bots trying to register.

Best regards,
KeyCAPTCHA
 
I tried to upgrade this and got the following error:

Server Error
Mysqli statement execute error : Duplicate entry 'captcha' for key 'PRIMARY'
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in XenForo/Captcha/KeyCaptcha.php at line 178
  4. XenForo_Captcha_KeyCaptcha::KeyCAPTCHA_Install()
  5. call_user_func() in XenForo/Model/AddOn.php at line 214
  6. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  7. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 212
  8. XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 310
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  10. XenForo_FrontController->run() in /home/mycombat/public_html/admin.php at line 13
 
I tried to upgrade this and got the following error:

Server Error
Mysqli statement execute error : Duplicate entry 'captcha' for key 'PRIMARY'
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
To update keycaptcha addon you should uninstall old and install new one.
 
How to integrate into Lost Password form etc, as described into Product Informations, but in Overlayer....?
 
I was excited about this, but it doesn't support mobile devices. There is no image and the person will get an error when attempting to register.

Works fine from my iPhone, my iPad, my S3 and the wife's RAZR MAXX... so that's Android and IOS that I can confirm it works for. :D

The other two captcha mods I could never get to work.
 
Hi, KeyCAPTCHA Team. Thanks for the addon!
I've patched the last version to make it TMS-compatible.
So if user has TMS installed, he doesn't need any template edition (it will be done auto).

Exported addon just has following extra lines before </addon> which will be ignored if user doesn't have TMS.
Code:
  <template_modifications>
    <modification title="keycaptcha_footer" template_title="footer" execute_order="10" modification_type="str_replace" callback_class="" callback_method="" description="" version_id="2" version_string="2.1" active="1">
      <search_value><![CDATA[href="{xen:link 'misc/contact'}" class="OverlayTrigger" data-overlayOptions="{&quot;fixed&quot;:false}"]]></search_value>
      <replace_value><![CDATA[href="{xen:link 'misc/contact'}"]]></replace_value>
    </modification>
    <modification title="keycaptcha_helper_login_form" template_title="helper_login_form" execute_order="10" modification_type="str_replace" callback_class="" callback_method="" description="" version_id="2" version_string="2.1" active="1">
      <search_value><![CDATA[href="{xen:link lost-password}" class="OverlayTrigger OverlayCloser"]]></search_value>
      <replace_value><![CDATA[href="{xen:link lost-password}"]]></replace_value>
    </modification>
    <modification title="keycaptcha_login_bar_form" template_title="login_bar_form" execute_order="10" modification_type="str_replace" callback_class="" callback_method="" description="" version_id="2" version_string="2.1" active="1">
      <search_value><![CDATA[href="{xen:link lost-password}" class="OverlayTrigger OverlayCloser"]]></search_value>
      <replace_value><![CDATA[href="{xen:link lost-password}"]]></replace_value>
    </modification>
  </template_modifications>
 

Attachments

So, I just installed this and it screwed up my forum. Look at the picture, what can I do to correct these errors? It also screwed up things as the Sign up button which now says "sign_up_now" - not very good looking. Adminpanel is also screwed up.
err.webp
 
So, I just installed this and it screwed up my forum. Look at the picture, what can I do to correct these errors? It also screwed up things as the Sign up button which now says "sign_up_now" - not very good looking. Adminpanel is also screwed up.
View attachment 36420
We have't seen such behavior. Looks like you have something wrong with your phrases.
Please check it in admin panel->Appearance->Languages and phrases->Phrases
 
I've had a user report this issue using the latest version of chrome..
how can I fix this?

Thanks

MePZO.png


Also at the site it's only shown 1 impression and I've had this installed a few months.
People have been able to register just fine up until last night..
 
Well I got this working again after what I assume was an issue on the keycaptcha site.

My next question is how do I remove your facebook like icon, I don't care if you have "key captcha" logo, but I don't really want your facebook icon there when users are trying to sign up to my site.

Hopefully this gets answered. :)
 
Top Bottom