Under My Server you can give a specific pattern to specify the hostname on behalf of the user, my question he how to Disallow the user to enter a hsotname either in WHMCS or Possibly SCP ??...
thanks,
Hello,
At the moment it is not possible to disallow a user to enter a hostname inside SolidCP.
We can look at adding this to the hosting plan if its something people are interested in?
Kind Regards,
Trevor Robinson
Hi,
So how to get SCP to auto generate the hostname on its own !?!...
Thanks,
Hello,
At this moment you can disallow to user change autogenerated hostname only if by hardcode hide in the VdcCreateServer.ascx the checkbox which gives a user to change the hostname.
Visible="false"
Hello,
Am not sure I quite got that, do you mean this line is hardcoded and needs special software to view it ?..
I opened vdccreateserver.ascx in notepad++ but i was only able to find this:
<div runat="server" ID="EmptyExternalAddressesMessage" style="padding: 5px;" visible="false">
<asp:Localize ID="locNotEnoughExternalAddresses" runat="server" Text="Not enough..."
meta:resourcekey="locNotEnoughExternalAddresses"></asp:Localize>
The: Visible=”false” Line doesnt refer to the hostname !...
thanks..