Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.191.37.16
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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
MB
-rwxr-xr-x
2025-02-25 21:14
ea-php71
5.26
MB
-rwxr-xr-x
2025-02-25 21:42
ea-php72
5.55
MB
-rwxr-xr-x
2025-02-25 22:44
ea-php73
3.92
MB
-rwxr-xr-x
2025-02-25 23:24
ea-php74
6.09
MB
-rwxr-xr-x
2025-03-31 20:33
ea-php81
5.52
MB
-rwxr-xr-x
2025-02-26 03:40
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;