mrprez Posted October 11, 2007 Share Posted October 11, 2007 On the customer product details page, I'd like to show the nameservers and the server IP address. What are the variables for these items? John 0 Quote Link to comment Share on other sites More sharing options...
jonathanjab Posted October 15, 2007 Share Posted October 15, 2007 We're in the process of integrating WHMCS into our site. The code for the server details and NS's is: {$server.name} {$server.ipaddress} {$server.ns1} {$server.ns1ip} {$server.ns2} {$server.ns2ip} {$server.ns3} {$server.ns3ip} {$server.ns4} {$server.ns4ip} 0 Quote Link to comment Share on other sites More sharing options...
mrprez Posted October 15, 2007 Author Share Posted October 15, 2007 Thank you, that is exactly what I was looking for! John 0 Quote Link to comment Share on other sites More sharing options...
jonathanjab Posted October 16, 2007 Share Posted October 16, 2007 np 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.