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 /
php56 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
fpmctl
2.38
KB
-rwxr-xr-x
2025-02-25 04:06
fpmctl56
1.74
KB
-rwxr-xr-x
2024-10-29 09:22
lsphp
22.63
MB
-rwxr-xr-x
2024-10-29 09:21
memcapable
276.02
KB
-rwxr-xr-x
2024-10-29 09:28
memcat
83.51
KB
-rwxr-xr-x
2024-10-29 09:28
memcp
82.75
KB
-rwxr-xr-x
2024-10-29 09:28
memdump
73.44
KB
-rwxr-xr-x
2024-10-29 09:28
memerror
63.76
KB
-rwxr-xr-x
2024-10-29 09:28
memexist
71.78
KB
-rwxr-xr-x
2024-10-29 09:28
memflush
70.82
KB
-rwxr-xr-x
2024-10-29 09:28
memparse
35.4
KB
-rwxr-xr-x
2024-10-29 09:28
memping
76.16
KB
-rwxr-xr-x
2024-10-29 09:28
memrm
72.78
KB
-rwxr-xr-x
2024-10-29 09:28
memslap
121.76
KB
-rwxr-xr-x
2024-10-29 09:28
memstat
92.59
KB
-rwxr-xr-x
2024-10-29 09:28
memtouch
72.16
KB
-rwxr-xr-x
2024-10-29 09:28
pear
872
B
-rwxr-xr-x
2024-10-29 09:12
peardev
893
B
-rwxr-xr-x
2024-10-29 09:12
pecl
806
B
-rwxr-xr-x
2024-10-29 09:12
phar
14.49
KB
-rwxr-xr-x
2024-10-29 09:22
phar.phar
14.49
KB
-rwxr-xr-x
2024-10-29 09:22
php
22.72
MB
-rwxr-xr-x
2024-10-29 09:21
php-cgi
22.61
MB
-rwxr-xr-x
2024-10-29 09:21
php-config
5.67
KB
-rwxr-xr-x
2024-10-29 09:22
phpize
4.47
KB
-rwxr-xr-x
2024-10-29 09:22
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/php56/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/apps/php56/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/php56/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/apps/php56/lib/php" INCARG="-d include_path=/usr/local/apps/php56/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 "$@"