host.mahmud Posted September 9, 2019 Share Posted September 9, 2019 Hi, Please check the screenshot. We want to display cpanel nameservers list and server name with server IP which I included when I added a new server in WHMCS. Kindly help me how can I get nameservers list, IPs and server hostname to show in the client area. Thanks. 1 Quote Link to comment Share on other sites More sharing options...
dewabizmedia Posted October 4, 2019 Share Posted October 4, 2019 On 9/9/2019 at 6:35 PM, host.mahmud said: Hi, Please check the screenshot. We want to display cpanel nameservers list and server name with server IP which I included when I added a new server in WHMCS. Kindly help me how can I get nameservers list, IPs and server hostname to show in the client area. Thanks. I also need this 0 Quote Link to comment Share on other sites More sharing options...
ShahidMalla Posted March 3, 2022 Share Posted March 3, 2022 On 10/4/2019 at 9:11 PM, dewabizmedia said: I also need this Login whmcs then go to servers and add nameserver and ip address then click on save! 0 Quote Link to comment Share on other sites More sharing options...
Pinkmare Posted March 8, 2022 Share Posted March 8, 2022 On 3/3/2022 at 5:14 PM, ShahidMalla said: Login whmcs then go to servers and add nameserver and ip address then click on save! This will don't have effect needed for them. Solution: Navigate to Your_WHMCS_Folder->modules->servers->cpanel->templates and edit file "overview.tpl" For display Nameservers add code <div class="panel panel-default card mb-3" id=""> <div class="panel-heading card-header"> <h3 class="panel-title card-title m-0">Nameservers</h3> </div> <div class="panel-body card-body text-center"> Nameserver #1: {$serverdata.nameserver1} Nameserver #2: {$serverdata.nameserver2} </div> </div> 2 Quote Link to comment Share on other sites More sharing options...
Jatin Beniwal Posted June 10, 2022 Share Posted June 10, 2022 Please Clarify me That Where To add This Code In Overview.tpl Because There are many code already there To Avoid error Please Tell me Where i have to add this code in overview.tpl 0 Quote Link to comment Share on other sites More sharing options...
rahulkk Posted April 1, 2023 Share Posted April 1, 2023 Please check the screenshot. We want to display cpanel nameservers list and server name with server IP which I included when I added a new server in WHMCS. Kindly help me how can I get nameservers list, IPs and server hostname to show in the client area. 1 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.