Support Home
Documentation
Guides & Tutorials
Developers
API
Contact Us
Download
Login
How can we improve WHMCS?
Share, discuss and vote for what you would like to see added to WHMCS
Toggle navigation
Home
All Ideas
FAQ
Submit an Idea
Account
Login
Register
Home
Ideas
Domains
.au Domains
In Progress
.au Domains
In Progress
Glenn Cook shared this idea 2 months ago
Domains
1 Comment
Subscribe to Updates
0
Votes
Login to Vote
Hi,
I am having an issue adding the new .au domains to our WHMCS and it doesn't recognise them.
Can we get this TLD added to the list so we can add the domains and bill clients?
Glenn Cook
Share Via
More votes helps get a request more attention. Share it now.
Share on Facebook
Share on Twitter
1 Comment
Login
to post a comment.
WHMCS Team Member
WHMCS John
commented 1 month ago
Hi Glen,
Thanks for your suggestion.
You have control over the TLDs and Whois Servers to which your WHMCS installation can connect, so can add the necessary records with immediate effect.
Add the following to resources/domains/additionalfields.php:
$additionaldomainfields[".au"] = $additionaldomainfields[".com.au"];
Then add the following to resources/domains/whois.json:
{
"extensions": ".au,.asn.au,.com.au,.edu.au,.org.au,.net.au,.id.au",
"uri": "socket://domaincheck.auda.org.au",
"available": "---Available"
},
Related documentation:
-
https://docs.whmcs.com/Additional_Domain_Fields#Add_a_new_field
-
https://docs.whmcs.com/WHOIS_Servers#Customising_WHOIS_Servers
1 Comment
Login to post a comment.
Thanks for your suggestion.
You have control over the TLDs and Whois Servers to which your WHMCS installation can connect, so can add the necessary records with immediate effect.
Add the following to resources/domains/additionalfields.php:
$additionaldomainfields[".au"] = $additionaldomainfields[".com.au"];
Then add the following to resources/domains/whois.json:
{
"extensions": ".au,.asn.au,.com.au,.edu.au,.org.au,.net.au,.id.au",
"uri": "socket://domaincheck.auda.org.au",
"available": "---Available"
},
Related documentation:
- https://docs.whmcs.com/Additional_Domain_Fields#Add_a_new_field
- https://docs.whmcs.com/WHOIS_Servers#Customising_WHOIS_Servers