Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.54.121.189 & Your IP : 216.73.216.47
Domains :
Cant Read [ /etc/named.conf ]
User : waldicsm
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php70
6.05
MB
-rwxr-xr-x
2026-03-29 18:17
ea-php71
6.32
MB
-rwxr-xr-x
2026-03-29 18:24
ea-php72
6.73
MB
-rwxr-xr-x
2026-03-29 18:41
ea-php73
4.62
MB
-rwxr-xr-x
2026-03-29 18:51
ea-php74
6.09
MB
-rwxr-xr-x
2026-03-29 19:06
ea-php81
8.11
MB
-rwxr-xr-x
2026-03-27 17:19
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;