Dedicated Server Support

Tips on Linux, FreeBSD, Windows Dedicated Server.

Saturday, September 03, 2005

Removing Server Status Link from Cpanel

Today one user asked how to remove "Server Status" link from Cpanel on WHT. So i tryed to find it myself. Here is what i done.

Step 1

Login to server as root

Step 2

Change to Cpanel Skin folder

cd /usr/local/cpanel/base/frontend/x

x - because i use x skin on my servers. This is free skin by cpanel and is the default one. If you use other skin, change x with your own skin name.

Step 3

Edit index.html file with any text editor, i use vi

vi index.html

Step 4

Find following HTML code and delete it

<tr><td class="index1" width="120" nowrap><cpanel langprint="TServiceStatus"></td><td class="index2"><a href="status.html"><cpanel langprint="INDXPerlView"></a></td></tr>

Take a backup of index.html before doing this.

0 Comments:

Post a Comment

<< Home