seeking Posted June 20, 2013 Share Posted June 20, 2013 hi By default the 'index.php' (homepage.tpl) not found on the list of registered domains. this for example : <select name="tld"> <option value=".net">.net</option> <option value=".com" selected="selected">.com</option> <option value=".org">.org</option> </select> what is code for get list of domains and view it in homepage? or how create whmcs this code ? <form method="post" action="/whmcs/cart.php?a=add"> <div class="orderbox textcenter"> www. <input type="text" name="sld" size="40" value="example1234567890"> <select name="tld"> <option value=".net">.net</option> <option value=".com" selected="selected">.com</option> <option value=".org">.org</option> </select> </div> <p align="center"><input type="submit" value="Check Availability"></p> </form> 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 20, 2013 Share Posted June 20, 2013 http://docs.whmcs.com/Data_Feeds 0 Quote Link to comment Share on other sites More sharing options...
seeking Posted June 20, 2013 Author Share Posted June 20, 2013 very tanx dear brian! 0 Quote Link to comment Share on other sites More sharing options...
Selina66 Posted December 27, 2013 Share Posted December 27, 2013 Thank you. 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.