Jump to content

[FIXED] Domain checker domain length


dexus

Recommended Posts

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

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

  • 8 years later...
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;

G9hgEXN.png

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)...

mj9QxMx.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • 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