Jump to content

Single & Bulk Domain Checker


ASantiagoJr

Recommended Posts

How do I incorporate a form to check both for single and bulk domain availability?

 

Ex.) Customer is on our homepage and wishes to purchase a domain. He performs a search which takes him to WHMCS' registration page.

 

Right now I have it set up to perform the search but it requires the user to search again on domainchecker.php without the domain the user would like to register. He/she has to perform the search all over again, how can I avoid this and have the user perform a search once and given the option to register the domain in question or search another domain if the domain is already registered.

Link to comment
Share on other sites

  • 2 weeks later...
You cna find the code under Utilities > Integration Code.

 

 

Along these same lines, how can I pre-check all the tlds to search ??

 

ie, when the user is on domainchecker.php , and they enter name they are wishing to search, I want all the shown (available tlds) to be pre checked, rather have them uncheck what they dont want vs, more clicks to see whats available.

 

Regards

Link to comment
Share on other sites

Along these same lines, how can I pre-check all the tlds to search ??

 

ie, when the user is on domainchecker.php , and they enter name they are wishing to search, I want all the shown (available tlds) to be pre checked, rather have them uncheck what they dont want vs, more clicks to see whats available.

 

Regards

 

I just solved this issue myself.

 

You need to edit the theme code in the bulkdomainchecker.tpl file.

 

{if $num eq "0" && $available}checked {/if}

 

Needs to be replaced with:

 

{if $result.status eq "available"}checked {/if}
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