epretorious Posted April 10, 2013 Share Posted April 10, 2013 When returning the results of a WHOIS lookup, /whmcs/domainlookup.php adds the .com TLD to the domain form field: <input type="text" name="domain" value="luckydogconsulting.com" size="40"> ...and that defeats the whole purpose of the tlds[] checkboxes: <table border="0" align="center" cellpadding="10" cellspacing="0"> <tr> <td align="left"><input type="checkbox" name="tlds[]" value=".com" checked>.com</td> </tr> <tr> <td align="left"><input type="checkbox" name="tlds[]" value=".net" checked>.net</td> <td align="left"><input type="checkbox" name="tlds[]" value=".biz" checked>.biz</td> <td align="left"><input type="checkbox" name="tlds[]" value=".info" checked>.info</td> <td align="left"><input type="checkbox" name="tlds[]" value=".org" checked>.org</td> </tr> </table> 0 Quote Link to comment Share on other sites More sharing options...
mikeopensrs Posted April 10, 2013 Share Posted April 10, 2013 Please report bugs to help@opensrs.com as domainlookup.php is a file we install with our module, not WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
epretorious Posted April 10, 2013 Author Share Posted April 10, 2013 (edited) Please report bugs to help@opensrs.com as domainlookup.php is a file we install with our module, not WHMCS. Thanks, Mike. I didn't realize that /whmcs/domainlookup.php is installed by OpenSRS Domain Pro. I've sent an e-mail to help@opensrs.com. Edited April 11, 2013 by epretorious 0 Quote Link to comment Share on other sites More sharing options...
mikeopensrs Posted April 11, 2013 Share Posted April 11, 2013 Thanks, we will get this fixed in a future version. 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.