Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.138.105.128
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
82 /
src /
ext /
zip /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
autom4te.cache
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
CREDITS
35
B
-rw-r--r--
Makefile
9.57
KB
-rw-r--r--
Makefile.fragments
0
B
-rw-r--r--
Makefile.objects
1
KB
-rw-r--r--
config.h
2.15
KB
-rw-r--r--
config.h.in
2.03
KB
-rw-r--r--
config.log
22.65
KB
-rw-r--r--
config.m4
1.81
KB
-rw-r--r--
config.nice
114
B
-rwxr-xr-x
config.status
20.85
KB
-rwxr-xr-x
config.w32
1.05
KB
-rw-r--r--
configure
456.14
KB
-rwxr-xr-x
configure.ac
5.19
KB
-rw-r--r--
libtool
206.17
KB
-rwxr-xr-x
php_zip.c
80.88
KB
-rw-r--r--
php_zip.dep
5.36
KB
-rw-r--r--
php_zip.h
2.46
KB
-rw-r--r--
php_zip.lo
305
B
-rw-r--r--
php_zip.stub.php
6.97
KB
-rw-r--r--
php_zip_arginfo.h
23.43
KB
-rw-r--r--
run-tests.php
134.32
KB
-rw-r--r--
zip.la
812
B
-rw-r--r--
zip_stream.c
7.75
KB
-rw-r--r--
zip_stream.dep
4.99
KB
-rw-r--r--
zip_stream.lo
311
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.m4
PHP_ARG_WITH([zip], [for zip archive read/write support], [AS_HELP_STRING([--with-zip], [Include Zip read/write support])]) if test "$PHP_ZIP" != "no"; then PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0]) PHP_EVAL_INCLINE($LIBZIP_CFLAGS) PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD) PHP_CHECK_LIBRARY(zip, zip_file_set_mtime, [ AC_DEFINE(HAVE_SET_MTIME, 1, [Libzip >= 1.0.0 with zip_file_set_mtime]) ], [ AC_MSG_WARN(Libzip >= 1.0.0 needed for setting mtime) ], [ $LIBZIP_LIBS ]) PHP_CHECK_LIBRARY(zip, zip_file_set_encryption, [ AC_DEFINE(HAVE_ENCRYPTION, 1, [Libzip >= 1.2.0 with encryption support]) ], [ AC_MSG_WARN(Libzip >= 1.2.0 needed for encryption support) ], [ $LIBZIP_LIBS ]) PHP_CHECK_LIBRARY(zip, zip_libzip_version, [ AC_DEFINE(HAVE_LIBZIP_VERSION, 1, [Libzip >= 1.3.1 with zip_libzip_version function]) ], [ ], [ $LIBZIP_LIBS ]) PHP_CHECK_LIBRARY(zip, zip_register_progress_callback_with_state, [ AC_DEFINE(HAVE_PROGRESS_CALLBACK, 1, [Libzip >= 1.3.0 with zip_register_progress_callback_with_state function]) ], [ ], [ $LIBZIP_LIBS ]) PHP_CHECK_LIBRARY(zip, zip_register_cancel_callback_with_state, [ AC_DEFINE(HAVE_CANCEL_CALLBACK, 1, [Libzip >= 1.6.0 with zip_register_cancel_callback_with_state function]) ], [ ], [ $LIBZIP_LIBS ]) PHP_CHECK_LIBRARY(zip, zip_compression_method_supported, [ AC_DEFINE(HAVE_METHOD_SUPPORTED, 1, [Libzip >= 1.7.0 with zip_*_method_supported functions]) ], [ ], [ $LIBZIP_LIBS ]) AC_DEFINE(HAVE_ZIP,1,[ ]) PHP_ZIP_SOURCES="php_zip.c zip_stream.c" PHP_NEW_EXTENSION(zip, $PHP_ZIP_SOURCES, $ext_shared) PHP_SUBST(ZIP_SHARED_LIBADD) dnl so we always include the known-good working hack. PHP_ADD_MAKEFILE_FRAGMENT fi
Close