Adding New Domain Availability Checks: Expanding Your Domain Services

thumb_up 1  ·  sell Expanding domain availability checks, Adding new domain availability checks in WHMCS, Enhancing domain services with additional availability checks.

If you want your customers to be able to check the availability of new domains, you will need to add the appropriate Whois servers.

The example steps below add a Whois server for .aarp.

Add Domain Availability Checks

To add a new Whois server to WHMCS:

1. Find the Whois server for the desired TLD. In most cases, you can find this in the IANA root database.

extension-not-listed.png

2. Run the following command on your server:

 telnet whois.nic.aarp whois
 

3. Enter any available domain using that TLD (for example, example-domain-check.aarp) The output will show the Whois server's match string (in this example, No match for):

No match for "EXAMPLE-DOMAIN-CHECK.AARP".
 

5. Create a /resources/domains/whois.json file on your server.

6. Add the TLD extension,  the Whois server address, and the match string to the file using the following format:

[
    {        "extensions": ".aarp",
             "uri": "socket://whois.nic.aarp",
             "available": "No match for"
    }
]
 

7. Save the file.

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back