I don't know what you mean by addons.I have a question whether 20 domains are addons or not.
Domains are the domains that are added to DirectAdmin.
Say you add abc.com as domain. Then you can create unlimited subdomain as they do not count towards the domain limit.
But when you add abc.com as a domain and add sub.abc.com as a domain then it will count as two domains. Since it it not seen as a subdomain.
I don't know what you mean by addons.
I'm not 100% sure if it's 20 domains per account or 20 domains in total.
However, it's real domains. So there should be no limits on subdomains created below these domains. So don't create subdomains as domains, because those are counted as domains.
Edit: Ah @realcryptonight beat me on a second.![]()
I don't know what you mean by addons.
I'm not 100% sure if it's 20 domains per account or 20 domains in total.
However, it's real domains. So there should be no limits on subdomains created below these domains. So don't create subdomains as domains, because those are counted as domains.
Edit: Ah @realcryptonight beat me on a second.![]()
$current_account = 3;
$current_domains = 21;;
if( $current_account > 2 OR $current_domains > 20) exit(" error you are on limits ");
I understand. The line says:about "2 account, 20 Domain", it OR condition.