Disableing more featrues, and hiding some Account/Server Info.

ryan_b83

Registered
Oct 7, 2006
2
0
151
Hello, I am relativly new to cPanel. I am trying to find out if there is a way of disableing the following features from appearing in the feature icon area.


FTP Manager

CGI Center

Statistics Software Configuration


Also is there a way to hide certin Account/Server information?


Thanks,
Ryan
 

ryan_b83

Registered
Oct 7, 2006
2
0
151
but even if i disable everything, it still shows the icon for CGI Centre, FTP Manager.... however if you click on them there is nothing within them. So I was hoping there was a way to just be able to remove that icon from even appearing as an option on the main page.

Thanks
 

levelsupport

Well-Known Member
Oct 7, 2006
47
0
156
You can edit your theme index.html
for eg. if you are having theme x2

open this file in a editor
/usr/local/cpanel/base/frontend/x2/index.html
and remove this
<cpanelcell align="center" valign="top">
<td width="75" nowrap><a href="ftp/index.html"><img alt="" border="0" onclick="return branding_click(this);" src=$
<br>
<a href="ftp/index.html"><cpanel langprint="TFTPManager"></a></td>
</cpanelcell>
but then it will get restored after a cpanel update :rolleyes: