conecta6 Posted March 30, 2020 Share Posted March 30, 2020 Hi, I need to know in which database table, whmcs keeps the DNS information that appears in the domain tab. I have seen that in tblorders there is a nameservers field but it does NOT reflect the data that appears in the domain file within WHMCS. thanks 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted March 31, 2020 Share Posted March 31, 2020 If you have a registrar module enabled, the nameservers are returned by the registrar via API. If you are a registrar, then your nameservers would likely be returning this information via query from your WHMCS. Im sure there is some module or integration for storing these values on your local WHMCS, but as far as I know WHMCS always attempts to retrieve real-time nameserver records from the registrar. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 31, 2020 Share Posted March 31, 2020 16 hours ago, conecta6 said: I need to know in which database table, whmcs keeps the DNS information that appears in the domain tab. I have seen that in tblorders there is a nameservers field but it does NOT reflect the data that appears in the domain file within WHMCS. it doesn't store it in a table, it pulls the details from the registrar when needed. you could use DomainGetNameservers API if you need the information for a specific domain. 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.