Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
cagefs-plugins /
hooks /
cpanel /
Delete
Unzip
Name
Size
Permission
Date
Action
delete-unused-hooks.sh
1.7
KB
-rwxr-xr-x
2026-07-31 12:29
Save
Rename
#!/usr/bin/bash # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT . /opt/cloudlinux/venv/usr/share/python-cllib/scripts/cl-common common_path="/usr/share/cagefs/cpanel" if [ -e "/usr/local/cpanel/hooks/subdomain/addsubdomain" ]; then deleteAllInclude "/usr/local/cpanel/hooks/subdomain/addsubdomain" "addsubdomain" "/#CageFS/d" "$common_path" fi if [ -e "/usr/local/cpanel/hooks/subdomain/delsubdomain" ]; then deleteAllInclude "/usr/local/cpanel/hooks/subdomain/delsubdomain" "delsubdomain" "/#CageFS/d" "$common_path" fi if [ -e "/usr/local/cpanel/hooks/addondomain/addaddondomain" ]; then deleteAllInclude "/usr/local/cpanel/hooks/addondomain/addaddondomain" "addaddondomain" "/#CageFS/d" "$common_path" fi if [ -e "/usr/local/cpanel/hooks/addondomain/deladdondomain" ]; then deleteAllInclude "/usr/local/cpanel/hooks/addondomain/deladdondomain" "deladdondomain" "/#CageFS/d" "$common_path" fi if [ -e "/scripts/postkillacct" ]; then deleteAllInclude "/scripts/postkillacct" "postkillacct" "/#CageFS/d" "$common_path" fi if [ -e "/scripts/prekillacct" ]; then deleteAllInclude "/scripts/prekillacct" "prekillacct" "/#CageFS/d" "$common_path" fi if [ -e "/scripts/postmodifyacct" ]; then deleteAllInclude "/scripts/postmodifyacct" "postmodifyacct" "/#CageFS/d" "$common_path" fi if [ -e "/scripts/postwwwacct" ]; then deleteAllInclude "/scripts/postwwwacct" "postwwwacct" "/#CageFS/d" "$common_path" fi if [ -e "/scripts/postrestoreacct" ]; then deleteAllInclude "/scripts/postrestoreacct" "postrestoreacct" "/#CageFS/d" "$common_path" fi /usr/local/cpanel/bin/register_hooks