Current Path: > > usr > local > bin
Operation : Linux premium107.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 Software : Apache Server IP : 198.54.126.246 | Your IP: 216.73.216.181 Domains : 1034 Domain(s) Permission : [ 0755 ]
| Name | Type | Size | Last Modified | Actions |
|---|---|---|---|---|
| ea-php70 | File | 6338856 bytes | January 08 2026 21:03:29. | |
| ea-php71 | File | 6623880 bytes | January 08 2026 21:19:07. | |
| ea-php72 | File | 7055880 bytes | January 08 2026 21:35:12. | |
| ea-php73 | File | 4847976 bytes | January 08 2026 21:51:04. | |
| ea-php74 | File | 6383272 bytes | November 18 2025 20:35:28. | |
| ea-php81 | File | 6405728 bytes | January 12 2026 22:50:39. | |
| lsphp | File | 937 bytes | April 03 2025 11:08:35. | |
| php | File | 933 bytes | April 03 2025 11:08:35. |
#!/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;
SILENT KILLER Tool