OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php80
/
usr
/
bin
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/24/2023 02:22:28 PM
rwxr-xr-x
📄
lsphp
6.11 MB
11/08/2024 07:03:36 PM
rwxr-xr-x
📄
newrelic-daemon
11.58 MB
01/31/2024 04:04:55 PM
rwxr-xr-x
📄
pear
1.44 KB
12/17/2024 06:04:25 PM
rwxr-xr-x
📄
peardev
428 bytes
12/17/2024 06:04:25 PM
rwxr-xr-x
📄
pecl
319 bytes
12/17/2024 06:04:25 PM
rwxr-xr-x
📄
phar
15.03 KB
11/08/2024 07:03:22 PM
rwxr-xr-x
📄
phar.phar
15.03 KB
11/08/2024 07:03:22 PM
rwxr-xr-x
📄
php
6.1 MB
11/08/2024 07:03:36 PM
rwxr-xr-x
📄
php-cgi
6.1 MB
11/08/2024 07:03:36 PM
rwxr-xr-x
📄
php-config
7.25 KB
11/08/2024 07:03:22 PM
rwxr-xr-x
📄
phpdbg
6.11 MB
11/08/2024 07:03:37 PM
rwxr-xr-x
📄
phpize
4.71 KB
11/08/2024 07:03:22 PM
rwxr-xr-x
Editing: pecl
Close
#!/bin/sh alt_php_dir="/opt/alt/php80" exec $alt_php_dir/usr/bin/php -C -n -q \ -d include_path=$alt_php_dir/usr/share/pear \ -d date.timezone=UTC \ -d output_buffering=1 \ -d variables_order=EGPCS \ -d safe_mode=0 \ -d register_argc_argv="On" \ $alt_php_dir/usr/share/pear/peclcmd.php "$@"