How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Add ability to query Argentine ccTLD whois

  • MarceloP shared this idea 5 years ago
  • Client Area
  • 1 Comment


It would be a nice and useful detail if you could add this code to /resources/domains/dist.whois.json:

{
"extensions": ".com.ar,.net.ar,.gob.ar,.int.ar,.mil.ar,.musica.ar,.org.ar,.tur.ar",
"uri": "socket://whois.nic.ar",
"available": "No hay datos disponibles."
},

Please take this into consideration, as other providers from my country will find it very useful.
Thanks in advance!

6 Comments

Login to post a comment.

Hi there,
WHMCS can check the availability of over 800 domain extensions as standard. Any additional whois servers can be added at your end by creating a /resources/domains/whois.json file and entering the whois server details for the desired TLD.

Further information is published in our documentation: http://docs.whmcs.com/WHOIS_Servers
Yes. I know I can add it manually. I did it, actually. But I wanted to look for a way to make this source always available so you don't have to readd the code after every WHMCS upgrade. Possible?
Hi Marcelo,
The whois.json file is not overwritten when updating WHMCS, so custom whois servers remain defined after applying an update.
Seriously? Wow, I had paused updates to avoid having to use time to readd code.

Please add that comment to the info page in https://docs.whmcs.com/WHOIS_Servers
Hey John, I have updated WHMCS from 7.6.0 to 7.6.1 and the whois.json file was overwritten. So, the above assumption was wrong. Also, in the Release Notes for 7.6.1, it states that whois file was updated for ccTLDs .gr, .sa and .cl. So... why don't adding .ar in the next rollout? :-)
@marceloP: The dist.whois.json will get overwritten. However, you can make your own whois.json which will not get overwritten. I can confirm the whois.json does not exist in the latest download of WHMCS.