Linux host2.homegym.sg 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
Apache
Server IP : 159.223.38.192 & Your IP : 159.223.38.192
Domains : 20 Domain
User : eachadea
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
cpan
8.06
KB
-r-xr-xr-x
2024-05-29 10:39
cpan-mirrors
4.19
KB
-r-xr-xr-x
2024-05-29 10:39
crontab
1.84
MB
-rwxr-xr-x
2025-10-16 18:06
ea-php72
6.29
MB
-rwxr-xr-x
2025-10-29 00:08
ea-php73
5.39
MB
-rwxr-xr-x
2025-10-29 00:09
ea-php74
6.09
MB
-rwxr-xr-x
2025-10-29 00:14
ea-php80
7.62
MB
-rwxr-xr-x
2025-10-28 23:45
ea-php81
7.72
MB
-rwxr-xr-x
2025-10-28 23:43
ea-php82
7.78
MB
-rwxr-xr-x
2025-10-28 23:51
ea-php83
7.8
MB
-rwxr-xr-x
2025-10-29 00:03
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
2025-10-08 00:05
ea_current_to_profile
8.31
KB
-rwxr-xr-x
2025-10-08 00:05
ea_install_profile
7.1
KB
-rwxr-xr-x
2025-10-08 00:05
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
2025-10-08 00:05
indexer
23.5
MB
-rwxr-xr-x
2024-06-01 05:24
indextool
23.48
MB
-rwxr-xr-x
2024-06-01 05:24
json_xs
6.85
KB
-r-xr-xr-x
2024-05-29 10:40
lsphp
937
B
-rwxr-xr-x
2025-04-01 16:34
passwd
3.5
MB
-rwxr-xr-x
2025-10-16 18:06
pear
935
B
-rwxr-xr-x
2025-04-01 16:34
php
933
B
-rwxr-xr-x
2025-04-01 16:34
searchd
28.3
MB
-rwxr-xr-x
2024-06-01 05:24
spelldump
23.21
MB
-rwxr-xr-x
2024-06-01 05:24
wordbreaker
23.15
MB
-rwxr-xr-x
2024-06-01 05:24
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;