Jump to content

domain name lookup code


webhostau

Recommended Posts

I aplogise I had the wrong template up when you where viewing. I am talking with Jack from Zomex regarding this issue also. He mentions it had something to do with whmcs v5 when it was released. It could also be me.. lol

 

.. i would like to remove the code so domain names can be searched easily.

Link to comment
Share on other sites

Oh the security code you enter, you can disable that in the back end.. If thats not what your talking about I am flustered =0

 

If you are speaking of the redirect to domainchecker.php then I suggest linking domain registration directly to domainchecker.php not routing people from "home.php" since your home page of the site is actually using the WHMCS front end directly its a bit wonky.

 

I would take your current homepage and lift it off the home.php - homepage.tpl and not use home.php at all.

 

create a identical homepage tpl file and a new index file, this way your not dependent on the default "choose a domain part"

Link to comment
Share on other sites

I managed to disable the security code via the admin area. Ill try and see how to better setup the front page. The only problem now is that the contact page doesnt have the security code which I believe is a must. Really appreciate your advise thanks.

Link to comment
Share on other sites

Its a lot simpler than that.

 

If you want to disable the Captcha code, then just comment out the if captcha on the relevant pages.

 

Then you can keep it on some, but not others.

 

The code you are looking for is similar to this;

       {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="small" maxlength="5" /></p>
           {/if}
       </div>

 

To disable it completely, then you turn it off in the Admin interface (under 'setup')

 

 

Trevor

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