Neurus Posted February 21, 2019 Share Posted February 21, 2019 Hello I am configuring WHMCS. When a user wants to hire a hosting and chooses:"I will use my existing domain and update my nameservers" does not allow me to put externcion of my country, or others, of the type ".com.ar" ".org.ar", tec. The result is the message:"Invalid domain name provided Domains must begin with a letter or a number and be between and characters in length Please check your entry and try again " I made sure that Internationalized Domain Names (IDN) support is enabled. But it does not work Why? How to solve them? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 21, 2019 Share Posted February 21, 2019 46 minutes ago, Neurus said: Why? How to solve them? https://help.whmcs.com/m/85428/l/1034165-troubleshooting-invalid-domain-name-provided-messages Quote WHMCS Version 7.7 adds extra validation to help ensure that the own domain field is completed properly by clients. This is done by: Examining at the TLD Pricing configured in your WHMCS installation If no match is found, the list of whois servers is also checked I suspect in your case, the issue is the second option and a lack of a whois server entry for the .ar TLD in your whois server file. 1 Quote Link to comment Share on other sites More sharing options...
Neurus Posted February 21, 2019 Author Share Posted February 21, 2019 Muchas Gracias!!!! Thanks for your help.!! It has served me. I copy the code that I added in the last line of the file dist.whois.json (Maybe it will help other users) { "extensions": ".ar,.com.ar,.net.ar,.gob.ar,.edu.ar,.musica.ar,.tur.ar,.org.ar,.int.ar,.mil.ar", "uri": "socket://whois.nic.ar", "available": "Dominio no encontrado" } 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 22, 2019 Share Posted February 22, 2019 22 hours ago, Neurus said: I copy the code that I added in the last line of the file dist.whois.json you should not edit the dist.whois.json file as it will be overwritten during a WHMCS update - you should create a whois.json file in the same /resources/domains/ folder and paste the code below into it. [ { "extensions": ".ar,.com.ar,.net.ar,.gob.ar,.edu.ar,.musica.ar,.tur.ar,.org.ar,.int.ar,.mil.ar", "uri": "socket://whois.nic.ar", "available": "El dominio no se encuentra registrado" } ] also, try not to allow too many .ar whois lookups to occur at the same time because there seems to be whois lookup limits with the TLD which may give you false results. Quote Además, intente permitir que se realicen demasiadas búsquedas de whois .ar al mismo tiempo porque parece haber un límite de búsqueda de whois con el TLD que puede dar resultados falsos. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.