Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php73
4.62
MB
-rwxr-xr-x
2026-04-20 18:41
ea-php74
4.5
MB
-rwxr-xr-x
2026-04-30 15:08
ea-php80
8.69
MB
-rwxr-xr-x
2026-04-20 19:47
ea-php81
10.1
MB
-rwxr-xr-x
2026-03-27 17:09
ea-php82
8.76
MB
-rwxr-xr-x
2026-05-08 16:47
ea-php83
8.77
MB
-rwxr-xr-x
2026-05-08 17:12
lsphp
937
B
-rwxr-xr-x
2026-05-18 16:41
php
933
B
-rwxr-xr-x
2026-05-18 16:41
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - php-cli 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::cli; 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 = "php"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;