Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
alt-php-config /
Delete
Unzip
Name
Size
Permission
Date
Action
alt-php-panel-configuration.py
8.54
KB
-rwxr-xr-x
2026-01-13 01:42
alt-php-panel-configuration.pyc
8.47
KB
-rw-r--r--
2026-01-13 01:49
alt-php-panel-configuration.pyo
8.47
KB
-rw-r--r--
2026-01-13 01:49
alt-php.cfg
308
B
-rwxr-xr-x
2026-02-03 06:50
detectcp.py
690
B
-rwxr-xr-x
2026-01-13 01:42
detectcp.pyc
740
B
-rw-r--r--
2026-01-13 01:49
detectcp.pyo
740
B
-rw-r--r--
2026-01-13 01:49
install_odbc
526
B
-rwxr-xr-x
2026-01-13 01:42
multiphp_reconfigure.py
7.7
KB
-rwxr-xr-x
2026-01-13 01:42
multiphp_reconfigure.pyc
7.94
KB
-rw-r--r--
2026-01-13 01:49
multiphp_reconfigure.pyo
7.94
KB
-rw-r--r--
2026-01-13 01:49
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"