Jump to content

whos server for .app


yarantoos

Recommended Posts

  • WHMCS Technical Analyst II

Hello @yarantoos

If you navigate to 'Utilities -> WHOIS lookup' inside your WHMCS admin UI, what is the response or error returned when searching for a .app domain name?

The most common errors are listed here: http://help.whmcs.com/m/order_forms/l/691719-troubleshooting-domain-availability-problems

Link to comment
Share on other sites

  • 1 year later...
On 6/15/2018 at 4:58 PM, yarantoos said:

This setting doesn't work for me . what's wrong ?

    {
        "extensions": ".app",
        "uri": "socket://whois.nic.google",
        "available": "Domain not found"
    }

For me neither... any query I get the message "WHOIS Lookups cannot be performed for the TLD .app" ... 😞

Link to comment
Share on other sites

8 minutes ago, Remitur said:

For me neither... any query I get the message "WHOIS Lookups cannot be performed for the TLD .app" ... 😞

as I implied earlier, if this isn't your last entry in the whois.json file, it's going to need a comma..

so the code below fails if it's not the last entry...

    {
        "extensions": ".app",
        "uri": "socket://whois.nic.google",
        "available": "Domain not found"
    }	

LChsbFX.png

but if it's not the last entry and you add a comma... 🙂

    {
        "extensions": ".app",
        "uri": "socket://whois.nic.google",
        "available": "Domain not found"
    },

T8NwvKQ.png

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