JosephRam Posted November 1, 2021 Share Posted November 1, 2021 Hello WHMCS Community, I am looking to add some some information to my client's domain page. I want to show them if their records are correctly pointing to my infrastructure or not. I see that admins have the tool: "Domain Resolver Checker", but I have no clue how I could include such functionality on the client-side. The tool searches by the server, but I was wondering if it would be possible to pass in a variable with the domain object and check if it is 'connected' correctly or not. -Joe 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 2, 2021 Share Posted November 2, 2021 If you knew the internal calls, sure you could probably do that, however, without unencoded source that would he harder to track down. My solution for this was to use the Net_DNS2 PHP pear package, give it the domain, check the result against required IPs and respond as needed. 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted November 3, 2021 Share Posted November 3, 2021 Dirty and easy way (the very same way implemented by WHMCS in admin area): add in client area, in domain management page, a button with a direct link to https://intodns.com/example.com ... You can do it better including the results in an iframe (so, keeping your user inside WHMCS) 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.