Jump to content

.com.ar, .org.ar, and other domains


Neurus

Recommended Posts

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?

Link to comment
Share on other sites

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:

  1. Examining at the TLD Pricing configured in your WHMCS installation
  2. 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.

Link to comment
Share on other sites

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"
    }

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated