naushad Posted March 11, 2009 Share Posted March 11, 2009 here is newby question. How can i put domain checker on the main website? like on the main page of website a box to appear that offers domain checking and registration. 0 Quote Link to comment Share on other sites More sharing options...
BullsoftHosting - Tom Posted March 11, 2009 Share Posted March 11, 2009 Change the code to fit your site. Add or delete the tld options in the code also. Or you can login to your WHMCS go to the Utilities tab, Intergration Code and copy & paste the code for the "Domain Availability Lookup" <form action="http://www.YOURDOMAIN/YOURWHMCS/domainchecker.php" method="post"> <input type="hidden" name="direct" value="true"> Domain: <input type="text" name="domain" size="20"> <select name="ext"> <option>.co.uk</option> <option>.me.uk</option> <option>.org.uk</option> <option>.com</option> <option>.net</option> <option>.org</option> <option>.biz</option> <option>.info</option> </select> <input type="submit" value="Go"> </form> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.