Jump to content

Captcha


Nexxterra

Recommended Posts

I need to shut off the captcha off for domain lookups as it aggravates the hell out of the clients, however, I am getting 5 or so support ticket spam each day when it is off.

Please tell me how I can have it on in one and not in the other. I can not just remove it from the template as the script still expects it to be there and awaits input... I can not change anything as it is encoded.

Any idea how to do this?

Link to comment
Share on other sites

That is impossible, one of the first things a person does on my site is search for a domain name, therefore, I need this to be easy and simple as every top hosting company out there does not require a secret hard to read code before proceeding with a company they know nothing about.

I also fail to see the need tor this on the domain look up.

I do however get sick and tired of dropping everything to answer a support ticket that is nothing other than spam.

So in short, need it for support ticket do not need it where it will cause someone to hit the back button and find another site to host with.

Link to comment
Share on other sites

Make the following changes to disable captcha for the domain checker.

 

Edit both homepage.tpl and domainchecker.tpl

 

delete:

       {if $capatacha}
       <div class="captchainput" align="center">
           <p>{$LANG.captchaverify}</p>
           {if $capatacha eq "recaptcha"}
           <p>{$recapatchahtml}</p>
           {else}
           <p><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="input-small" maxlength="5" /></p>
           {/if}
       </div>
       {/if}

 

replace it with:

<input type="hidden" name="direct" value="true">

Link to comment
Share on other sites

This works well, however, if you use the WHMCS integration code for domain lookups on your site you need to add this line for it to work properly when doing lookups from that page

<input type="hidden" name="direct" value="true">

 

Can a moderator move this to "tips and tricks"

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