dexus Posted September 2, 2009 Share Posted September 2, 2009 Domain length default or configured is ignored if you select a multiple domains. For example .com domain has 2 char minimum length and .biz domain have 3 char minimum length and if you check both of them on domain checker page it will show you both domains in result and .biz domain will be shown as available which is wrong. Link to comment Share on other sites More sharing options...
LDHosting Posted September 5, 2009 Share Posted September 5, 2009 Yeah, we've just been bitten by this too. One of our customers tried to register a 2 character .info domain, WHMCS let the order through fine and the customer made payment but the registration failed due to .info domains having a 3 character minimum length. Link to comment Share on other sites More sharing options...
hypernoob Posted September 10, 2009 Share Posted September 10, 2009 I am seeing this also. When searching for .info domains and entering something like a.info, WHMCS reports that its status is available and proceeds to allow registration of that domain. Link to comment Share on other sites More sharing options...
turbex Posted September 17, 2009 Share Posted September 17, 2009 Domain length default or configured is ignored if you select a multiple domains. For example .com domain has 2 char minimum length and .biz domain have 3 char minimum length and if you check both of them on domain checker page it will show you both domains in result and .biz domain will be shown as available which is wrong. exists a configuration part in whmcs to set this??? Link to comment Share on other sites More sharing options...
pipeten Posted November 15, 2017 Share Posted November 15, 2017 We still seem to have this issue with .info domains and don't seem able to override it in the configuration.php file. Is there a resolution? Link to comment Share on other sites More sharing options...
brian! Posted November 16, 2017 Share Posted November 16, 2017 14 hours ago, pipeten said: We still seem to have this issue with .info domains and don't seem able to override it in the configuration.php file. Is there a resolution? using which version? it works in v7.4.1, if you give .info a minimum length in the configuration.php file... $DomainMinLengthRestrictions = array(); $DomainMinLengthRestrictions[".info"] = 7; but you shouldn't even need to give it a minimum length as it should default to a minimum of 3 (removing the above two lines from configuration.php)... Link to comment Share on other sites More sharing options...
Recommended Posts