Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php56
18.2
MB
-rwxr-xr-x
2026-04-20 12:47
ea-php71
19.43
MB
-rwxr-xr-x
2026-04-20 14:31
ea-php72
21.34
MB
-rwxr-xr-x
2026-05-15 06:47
ea-php73
4.94
MB
-rwxr-xr-x
2026-05-15 06:56
ea-php74
6.09
MB
-rwxr-xr-x
2026-04-30 14:38
ea-php80
6.67
MB
-rwxr-xr-x
2026-04-20 17:14
ea-php81
6.71
MB
-rwxr-xr-x
2026-04-30 14:22
ea-php82
6.73
MB
-rwxr-xr-x
2026-05-08 16:13
ea-php83
6.74
MB
-rwxr-xr-x
2026-05-08 16:37
lsphp
937
B
-rwxr-xr-x
2025-04-03 10:48
php
933
B
-rwxr-xr-x
2025-04-03 10:48
wp
181
B
-rwxr-xr-x
2025-06-18 19:41
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;