How can i remove the two links in WHM for Forceful & Graceful Server Rebooting?
OR dose anyone know of another way to disable them ?
How can i remove the two links in WHM for Forceful & Graceful Server Rebooting?
OR dose anyone know of another way to disable them ?
Anyone? I only ask because every time my partner reboots the server via the WHM control panel. I have to call our datacenter to get the server backup. Sometimes it stays down for hours until I get online. My datacenter keeps saying the error has to do with config server & firewall. I really don't want to remove this firewall, I love what it offers. I just want to prevent my partner from constantly rebooting the darn server every other week so i don't have to bug my datacenter everytime.
Hi
cant you just tell your partner not to reboot the box via whm?
I have told him numerous times. This is the 4th time now and I'm just fed up. So I want to disable the reboot feature so I don't have to worry about it anymore
If your partner is like that, they may be doing other silly things too. Could you give them reseller access instead and not let them have root? That might help reduce the opportunities.
Yea i know, I do keep a close eye on everything.
Believe me, I have missed school, been late for work, and even lost time that could be spent with family fixing his mistakes in the past.
But he is paying half the server bill and he doesn't know jack about SSH so the damage he can do is very limited. If I gave him a reseller account I fear he wouldn’t help with the bill and I cannot afford the whole server by myself.
Last edited by chad101; 10-22-2007 at 06:04 AM.
Edit /usr/local/cpanel/whostmgr/docroot/themes/x/command
and remove this part :
Your partner would still be able to access it through the direct URL but hopefully he didn't bookmark itWHMDEFINE:ACL=all
<table border="0" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF" width="100%" bordercolor="#B7CBCF" id="System_Reboot_tbl">
<tr class="scellheader">
<td background="/themes/x/topframe/bgtd.gif" height="33" bgcolor="#B7CBCF" class="collapseable" onDblClick="collapse(this);" id="System_Reboot">
<img src="/themes/x/icons/systemreboot.gif" align="absmiddle"><b><a href="/scripts/command?PFILE=System_Reboot" target="mainFrame">System Reboot</a></b>
</td>
</tr>
<tr>
<td>
<ul class="blocklist">
ENDWHMDEFINE
WHMDEFINE:ACL=all
<li><a href="/scripts/dialog?dialog=forcereboot" target="mainFrame"><b class="firstletter">F</b>orceful Server Reboot</a></li>
ENDWHMDEFINE
WHMDEFINE:ACL=all
<li><a href="/scripts/dialog?dialog=reboot" target="mainFrame"><b class="firstletter">G</b>raceful Server Reboot</a></li>
ENDWHMDEFINE![]()