Whois Server
To make the WHOIS Server provided by WHMCS work for domain name searches or domain availability checks, it needs to be reconfigured.
Alternative Whois Server Configuration:
- Go to the /resources/domains/ directory.
- Create a new file named whois.json and place it in the /resources/domains/ directory.
- Fill the whois.json file with the following code:
{
"extensions": ".id,.co.id,.web.id,.ac.id,.or.id,.sch.id,.ponpes.id,.my.id,.biz.id",
"uri": "socket://whois.id",
"available": "DOMAIN NOT FOUND"
},
- Make sure the whois.json file is in the correct directory (/resources/domains/whois.json).
- Save the file.