lowell Posted May 12, 2017 Share Posted May 12, 2017 I am using WHMCS V7.12 and I am having so much trouble with these two tld's (.win and .bid). It is coming up "unavailable" all the time. I have looked at the file dist.whois.json and the 2 tld's are in there. { "extensions": ".bid", "uri": "socket://whois.nic.bid", "available": "No Domain exists" }, { "extensions": ".xyz", "uri": "socket://whois.nic.xyz", "available": "DOMAIN NOT FOUND" }, I have searched for a possible answer but can't seem to find anywhere. I have found similar problem but unfortunately for the older version so I can't really apply their solutions. Can anyone help me out here please. Am I doing something wrong or maybe have not done something? Thank you very much. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 12, 2017 Share Posted May 12, 2017 create a custom whois.json file in the same folder and add the following to it... [ { "extensions": ".bid", "uri": "socket://whois.nic.bid", "available": "No Data Found" }, { "extensions": ".win", "uri": "socket://whois.nic.win", "available": "No Data Found" } ] http://docs.whmcs.com/WHOIS_Servers btw - .xyz is correct, but if you're getting errors with that TLD, then your server IP is being blocked by CentralNic. 0 Quote Link to comment Share on other sites More sharing options...
lowell Posted May 12, 2017 Author Share Posted May 12, 2017 Thank you very much for that .win and .bid works now. That .xyz was my typo mistake should have been .win. I did have that whois.json file as well but I was putting "available":"No Domain Exist".... After changing it to what you posted it went all good. Thanks you very much again for the help. 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.