Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
nginx /
ea-nginx /
[ HOME SHELL ]
Name
Size
Permission
Action
config-scripts
[ DIR ]
drwxr-xr-x
html
[ DIR ]
drwxr-xr-x
meta
[ DIR ]
drwxr-xr-x
cache.json
461
B
-rw-r--r--
cpanel-password-protected-dirs...
152
B
-rw-r--r--
cpanel-php-location.tt
697
B
-rw-r--r--
cpanel-wordpress-location.tt
90
B
-rw-r--r--
cpanel_localhost_header.json
95
B
-rw-------
default.conf.tt
1.22
KB
-rw-r--r--
ea-nginx.conf.tt
3.11
KB
-rw-r--r--
global-logging.tt
2.29
KB
-rw-r--r--
server.conf.tt
11.5
KB
-rw-r--r--
settings.json
200
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cpanel-php-location.tt
[% IF lsapi_handler %] location ~ \.php[% php_major_version ? php_major_version _ "?" : "" %]$ { try_files $uri =404; include conf.d/includes-optional/cpanel-lsapi.conf; lsapi_handler [% lsapi_handler %]; lsapi_engine on; lsapi_user [% user %]; error_page 502 503 /LSAPI_50x.html; } [% ELSIF fpm_socket %] location ~ \.php[% php_major_version ? php_major_version _ "?" : "" %]$ { try_files $uri =404; include conf.d/includes-optional/cpanel-fastcgi.conf; fastcgi_pass unix:[% fpm_socket %]; error_page 502 503 /FPM_50x.html; } [% ELSE %] location ~ \.php[0-9]?$ { try_files $uri =404; error_page 502 503 /FPM_50x.html; return 502; } [%- END %]
Close