Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
l.v.e-manager /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
activate
2.3
KB
-rwxr-xr-x
2025-10-06 13:48
cloudlinux-cli-user.py
491
B
-rwxr-xr-x
2025-10-06 13:48
cloudlinux-selector.py
654
B
-rwxr-xr-x
2025-10-06 13:48
cloudlinux_cli_user.py
11.99
KB
-rw-r--r--
2025-10-06 13:48
cpanel_api.py
9.76
KB
-rw-r--r--
2025-10-06 13:48
libcloudlinux.py
32
KB
-rw-r--r--
2025-10-06 13:48
node_wrapper
272
B
-rwxr-xr-x
2025-10-06 13:48
npm_wrapper
1.69
KB
-rwxr-xr-x
2025-10-06 13:48
python_wrapper
572
B
-rwxr-xr-x
2025-10-06 13:48
set_env_vars.py
3.66
KB
-rwxr-xr-x
2025-10-06 13:48
Save
Rename
#!/usr/bin/bash # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENCE.TXT # if [[ $EUID -eq 0 ]]; then echo "This program is not intended to be run as root." 1>&2 exit 1 fi CWD=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) source ${CWD}/activate CL_PYTHON_VERSION="$(echo "${VIRTUAL_ENV}" | awk -F '/' '{print $NF}')" eval $(${CWD}/set_env_vars.py python) ABSOLUTE_PATH="${CWD}/python${CL_PYTHON_VERSION}_bin" exec "${ABSOLUTE_PATH}" "$@"