Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
php83 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
fpmctl
2.38
KB
-rwxr-xr-x
2025-02-25 04:04
fpmctl83
1.77
KB
-rwxr-xr-x
2024-12-20 09:50
lsphp
37.35
MB
-rwxr-xr-x
2024-12-20 09:50
memcapable
276.02
KB
-rwxr-xr-x
2024-12-20 09:58
memcat
83.51
KB
-rwxr-xr-x
2024-12-20 09:58
memcp
82.75
KB
-rwxr-xr-x
2024-12-20 09:58
memdump
73.44
KB
-rwxr-xr-x
2024-12-20 09:58
memerror
63.76
KB
-rwxr-xr-x
2024-12-20 09:58
memexist
71.78
KB
-rwxr-xr-x
2024-12-20 09:58
memflush
70.82
KB
-rwxr-xr-x
2024-12-20 09:58
memparse
35.4
KB
-rwxr-xr-x
2024-12-20 09:58
memping
76.16
KB
-rwxr-xr-x
2024-12-20 09:58
memrm
72.78
KB
-rwxr-xr-x
2024-12-20 09:58
memslap
121.76
KB
-rwxr-xr-x
2024-12-20 09:58
memstat
92.59
KB
-rwxr-xr-x
2024-12-20 09:58
memtouch
72.16
KB
-rwxr-xr-x
2024-12-20 09:58
pear
872
B
-rwxr-xr-x
2024-12-20 09:50
peardev
893
B
-rwxr-xr-x
2024-12-20 09:50
pecl
806
B
-rwxr-xr-x
2024-12-20 09:50
phar
14.9
KB
-rwxr-xr-x
2024-12-20 09:50
phar.phar
14.9
KB
-rwxr-xr-x
2024-12-20 09:50
php
37.43
MB
-rwxr-xr-x
2024-12-20 09:50
php-cgi
37.31
MB
-rwxr-xr-x
2024-12-20 09:50
php-config
6.41
KB
-rwxr-xr-x
2024-12-20 09:50
phpdbg
38.03
MB
-rwxr-xr-x
2024-12-20 09:50
phpize
4.48
KB
-rwxr-xr-x
2024-12-20 09:50
Save
Rename
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "/usr/local/apps/php83/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/apps/php83/bin/php" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEAR_INSTALL_DIR INCARG="-d include_path=$PHP_PEAR_INSTALL_DIR" else if test "/usr/local/apps/php83/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/apps/php83/lib/php" INCARG="-d include_path=/usr/local/apps/php83/lib/php" fi fi exec $PHP -d date.timezone=UTC -d memory_limit="-1" -C -q $INCARG -d output_buffering=1 -d open_basedir="" -d safe_mode=0 -d register_argc_argv="On" -d auto_prepend_file="" -d variables_order=EGPCS -d auto_append_file="" $INCDIR/pearcmd.php "$@"