Jump to content

ddh

Retired Forum Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ddh

  1. Yes, an option to select the IP or hostname for cPanel logins would be great. We need the login to cPanel using the server hostname and not the IP address, as the SSL is installed against the host name and when accessing via the IP, it generates the security warning message.
  2. How do you display the server status for the server the client is on, rather than all of the servers? Cheers.
  3. The Planet have been great since they merged with EV1 servers. Their support is relatively quick when compared to some of the smaller providers we use. With any DC, I would make you that you don't rely on them too much in emergencies e.g. Server crashes, etc. Have a backup plan in action so you don't disappoint your customers.
  4. Hi Generic, Did you have the link to that thread?
  5. Any ideas about this one? Would be happy to pay for this to be done.
  6. The code of the script doesn't render, when used with PHP template files e.g. .tpl The code needs to be rewritten for use with TPL files e.g. {include file='cp.php'}
  7. I attempted to replace: <tr><td class="fieldarea">{$LANG.clientareastate}</td><td><input type="text" name="city" size="30" value="{$clientstate}" /> *</td></tr> with: <td class="fieldarea">{$LANG.clientareastate}</td><select name="{$clientstate}"><td><option value="" selected></option><option value="Australian_Capital_Territory">Australian Capital Territory</option><option value="New_South_Wales">New South Wales</option><option value="Northern_Territory">Northern Territory</option><option value="Queensland">Queensland</option><option value="South_Australia">South Australia</option><option value="Tasmania">Tasmania</option><option value="Victoria">Victoria</option><option value="Western_Australia">Western Australia</option><option value="Other_(Outside Australia)">Other (Outside Australia)</option></select> *</td></tr> In the hope that it would allow the user to select their state. However, no drop down box was shown. Any suggestions? Also, does anyone have a linked drop down, so that if someone selects say Australia, it drops down the States for Australia, etc...
  8. I am wanting to display the server status of the customer's hosting server only, on the server status page (serverstatus.tpl). Currently, in 3.4.0 all servers are displayed. Can anyone suggest the required PHP code to add to the serverstatus.tpl to perform this functionality. Your help is much appreciated! I was thinking a script that checks the active products/services of the customer's account (so only active clients will see the status), then finds the server name based on the customers hosting details and then displays the relevant server status details. If the customer has multiple accounts, the status page should list multiple server status lines. It would also be great to output the domain name being hosted, along side the server name (so the client knows which account is hosted where).
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated