Current Path: > > opt > > alt > alt-php-config
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.150 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
alt-php-panel-configuration.py | File | 7735 bytes | September 12 2025 09:03:51. | |
alt-php.cfg | File | 292 bytes | April 15 2025 22:08:55. | |
detectcp.py | File | 699 bytes | September 12 2025 09:03:51. | |
install_odbc | File | 526 bytes | September 12 2025 08:44:41. | |
multiphp_reconfigure.py | File | 7892 bytes | September 12 2025 09:03:51. |
#!/usr/libexec/platform-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"
SILENT KILLER Tool