Hi I am trying to create a new account in WHM and I keep getting a message saying: This is not a valid domain...Hence I can't complete new account. I followed all the sreps to no avail. Can someone help?
thx eemod![]()
Hi I am trying to create a new account in WHM and I keep getting a message saying: This is not a valid domain...Hence I can't complete new account. I followed all the sreps to no avail. Can someone help?
thx eemod![]()
what domain are u trying to add?
----------------------------------------------------
superlightweightkidpup![]()
One that I just obtained for a client. I registered it 2 days ago and when I go to create new account it says complete but nothing happens.
thx eemod
Are you forgetting to include the .com or whatever TLD it is?
This is the line in the script that creates accounts that is stopping you:
if ($domain !~ /\./ || $domain !~ /[\w\.]*/) { deaderror "Sorry thats not a valid domain ($domain)\n"; }
It basically says the domain is not something.something.
Thanks Mike it worked!
eemod