Linux server1.hosting4iran.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.218
Domains : 282 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
cpan
8.06
KB
-r-xr-xr-x
2023-12-23 09:46
cpan-mirrors
4.19
KB
-r-xr-xr-x
2023-12-23 09:46
crontab
1.87
MB
-rwxr-xr-x
2026-02-24 01:01
ea-php72
5.55
MB
-rwxr-xr-x
2026-01-21 23:47
ea-php73
5.39
MB
-rwxr-xr-x
2026-01-21 23:50
ea-php74
6.09
MB
-rwxr-xr-x
2026-02-03 16:56
ea-php80
7.62
MB
-rwxr-xr-x
2026-02-03 16:27
ea-php81
7.72
MB
-rwxr-xr-x
2026-02-03 20:47
ea-php82
7.78
MB
-rwxr-xr-x
2026-02-03 20:50
ea-php83
7.8
MB
-rwxr-xr-x
2026-02-03 16:43
ea-php84
7.86
MB
-rwxr-xr-x
2026-02-18 01:25
ea-php85
13.34
MB
-rwxr-xr-x
2026-02-17 21:22
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
2026-01-14 21:45
ea_current_to_profile
8.31
KB
-rwxr-xr-x
2026-01-14 21:45
ea_install_profile
7.1
KB
-rwxr-xr-x
2026-01-14 21:45
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
2026-01-14 21:45
json_xs
6.85
KB
-r-xr-xr-x
2023-12-23 09:47
lsphp
937
B
-rwxr-xr-x
2025-04-01 16:34
mc
29.12
MB
-rwxr-xr-x
2025-12-29 07:29
passwd
3.58
MB
-rwxr-xr-x
2026-02-24 01:01
pear
935
B
-rwxr-xr-x
2025-04-01 16:34
php
933
B
-rwxr-xr-x
2025-04-01 16:34
wp
181
B
-rwxr-xr-x
2025-12-21 17:07
wp-toolkit
167
B
-rwx------
2026-01-14 17:56
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl # Copyright 2025 WebPros International, LLC # 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 = "pear"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;