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.17.81.34
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 /
81 /
src /
ext /
enchant /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
44
B
-rw-r--r--
config.m4
1.22
KB
-rw-r--r--
config.w32
988
B
-rw-r--r--
enchant.c
20.1
KB
-rw-r--r--
enchant.stub.php
2.55
KB
-rw-r--r--
enchant_arginfo.h
7.49
KB
-rw-r--r--
php_enchant.h
1.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php_enchant.h
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Pierre-Alain Joye <paj@pearfr.org> | +----------------------------------------------------------------------+ */ #ifndef PHP_ENCHANT_H #define PHP_ENCHANT_H extern zend_module_entry enchant_module_entry; #define phpext_enchant_ptr &enchant_module_entry #define PHP_ENCHANT_VERSION PHP_VERSION #ifdef PHP_WIN32 #define PHP_ENCHANT_API __declspec(dllexport) #else #define PHP_ENCHANT_API #endif #ifdef ZTS #include "TSRM.h" #endif PHP_MINIT_FUNCTION(enchant); PHP_MSHUTDOWN_FUNCTION(enchant); PHP_MINFO_FUNCTION(enchant); #endif /* PHP_ENCHANT_H */
Close