Jump to content

[RESOLVED] Domain Checker Problem with Captcha?


Si

Recommended Posts

Hi,

Using the default template and with captcha (or recaptcha) ON, entering a domain and clicking on the BLUE button, returns the domain checker page, but

 

  1. Does not carry the domain into the search box
  2. gives the error that the characters entered did not match (even though no captcha appears on the front page)

 

This means the front page becomes redundant and the customer has to enter the information again and start the domain search AND enter the captcha as well.

 

Is this peculiar to my install or are others seeing it as well?

 

In the whmcs demo it works, but then I think that is because WHMCS hasn't enabled captcha at all so this won't be seen.

 

I've disabled captcha for the meantime (not ideal) to see if others have the same issue. Thanks.

Link to comment
Share on other sites

I was also notified of this issue, after checking my own install I can confirm that it's the same for me.

 

It appears to be only a small bug but you're right that having capcha off isn't ideal. It would be really cool if we could turn it on/off on a per page basis in the future.

Link to comment
Share on other sites

Hi,

Using the default template and with captcha (or recaptcha) ON, entering a domain and clicking on the BLUE button, returns the domain checker page, but

 

  1. Does not carry the domain into the search box
  2. gives the error that the characters entered did not match (even though no captcha appears on the front page)

 

I fixed #2 by adjusting my template files like domainchecker.tpl:

 

{if $inccode && $smarty.request.domain != ""}
<div class="alert-message error textcenter">
   {$LANG.captchaverifyincorrect}
</div>
{/if}

 

A simple check to see if a domain has been provided before presenting an error.

 

I don't have a solution for #1 - as far as I can tell you require the captcha to get results, even when the domain is provided externally.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated