_sergey Posted February 19, 2011 Share Posted February 19, 2011 Hello! Has decided to try today panel WHMCS in work - I am engaged Dedicated servers. I have found out that it is impossible to deduce Dedicated IP in the standard ways and the variable {$DedicatedIP} is not registered in clientarea.php. I have been very surprised - panel WHMCS is positioned as the panel for a hosting and the Dedicated servers. The Dedicated servers in any DC are identified on IP instead of on domain name. Help, please, as it is possible to deduce in the list of products/services Dedicated IP for each server? 0 Quote Link to comment Share on other sites More sharing options...
GGWH-James Posted February 24, 2011 Share Posted February 24, 2011 Try this: {$service.server.ipaddress} 0 Quote Link to comment Share on other sites More sharing options...
_sergey Posted February 28, 2011 Author Share Posted February 28, 2011 Thank You, but it is not work {$service.server.ipaddress} {$service.server.DedicatedIP} - it is not work too. {foreach key=num item=service from=$services} <tr class="clientareatable{$service.class}"> <td>{$service.group} - {$service.product} {if $service.domain} <a href="http://{$service.domain}" target="_blank">{$service.domain}</a>{/if} ????- {$service.server.ipaddress} - not work??? </td> <td>{$service.amount}</td> <td>{$service.billingcycle}</td> <td>{$service.nextduedate}</td> <td><form method="post" action="{$smarty.server.PHP_SELF}?action=productdetails"> <input type="hidden" name="id" value="{$service.id}" /> <input type="image" src="images/viewdetails.gif" alt="{$LANG.clientareaviewdetails}" /> </form></td> </tr> {foreachelse} 0 Quote Link to comment Share on other sites More sharing options...
_sergey Posted February 28, 2011 Author Share Posted February 28, 2011 Try this: {$service.server.ipaddress} Thank You, but it is not work I need dedicated IP, wich I see in productdetails. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 9, 2011 Share Posted July 9, 2011 the field is already in clientareaproductdetails.tpl - so should be _fairly_ obvious ... $dedicatedip if you want the data in another tpl, you will need to find the tblhosting record first 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.