Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
php /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
calendar_const_exceptions.php
2.79
KB
-rw-rw-rw-
calendar_func_exceptions.php
2.64
KB
-rw-rw-rw-
class_exceptions.php
519
B
-rw-rw-rw-
compatinfo.bat
520
B
-rwxrwxrwx
configure.php
16.52
KB
-rw-rw-rw-
constant_exceptions.php
565
B
-rw-rw-rw-
date_class_exceptions.php
802
B
-rw-rw-rw-
date_const_exceptions.php
1.92
KB
-rw-rw-rw-
date_func_exceptions.php
2.58
KB
-rw-rw-rw-
exceptions.conf.php
4.37
KB
-rw-rw-rw-
ftp_const_exceptions.php
1.09
KB
-rw-rw-rw-
function_exceptions.php
10.85
KB
-rw-rw-rw-
gd_const_exceptions.php
1.14
KB
-rw-rw-rw-
gd_func_exceptions.php
1.31
KB
-rw-rw-rw-
gettext_func_exceptions.php
1.77
KB
-rw-rw-rw-
gmp_const_exceptions.php
767
B
-rw-rw-rw-
hash_func_exceptions.php
1.1
KB
-rw-rw-rw-
iconv_const_exceptions.php
1.07
KB
-rw-rw-rw-
iconv_func_exceptions.php
845
B
-rw-rw-rw-
internal_const_exceptions.php
3.63
KB
-rw-rw-rw-
libxml_func_exceptions.php
1.3
KB
-rw-rw-rw-
mysql_const_exceptions.php
1.08
KB
-rw-rw-rw-
mysqli_const_exceptions.php
892
B
-rw-rw-rw-
openssl_const_exceptions.php
2.73
KB
-rw-rw-rw-
pci.php
491
B
-rw-rw-rw-
pciconf.bat
511
B
-rwxrwxrwx
pcre_const_exceptions.php
1.71
KB
-rw-rw-rw-
spl_func_exceptions.php
1.25
KB
-rw-rw-rw-
standard_class_exceptions.php
730
B
-rw-rw-rw-
standard_const_exceptions.php
1.99
KB
-rw-rw-rw-
standard_func_exceptions.php
196.83
KB
-rw-rw-rw-
xmlwriter_func_exceptions.php
1.1
KB
-rw-rw-rw-
xsl_const_exceptions.php
1.34
KB
-rw-rw-rw-
zlib_func_exceptions.php
938
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exceptions.conf.php
<?php /** * Exceptions definition for Versions, Functions, Classes and Constants * * PHP versions 5 * * @category PHP * @package PHP_CompatInfo * @author Laurent Laville <pear@laurent-laville.org> * @license http://www.opensource.org/licenses/bsd-license.php BSD * @version CVS: $Id: exceptions.conf.php,v 1.21 2009/01/03 10:19:22 farell Exp $ * @link http://pear.php.net/package/PHP_CompatInfo * @since File available since Release 1.9.0b1 */ /* default version for each extension if not defined, then suppose its 4.0.0 */ $version_exceptions = array('bz2' => '4.0.4', 'com_dotnet' => '5.0.0', 'curl' => '4.0.2', 'dom' => '5.0.0', 'exif' => '4.2.0', 'fileinfo' => '5.3.0', 'filter' => '5.2.0', 'gmp' => '4.0.4', 'json' => '5.2.0', 'libxml' => '5.1.0', 'openssl' => '4.0.4', 'pcre' => '4.0.0', 'PDO' => '5.1.0', 'phar' => '5.3.0', 'pspell' => '4.0.2', 'Reflection' => '5.0.0', 'shmop' => '4.0.3', 'sockets' => '4.0.2', 'SimpleXML' => '5.0.0', 'SPL' => '5.0.0', 'standard' => '4.0.0', 'xsl' => '5.0.0', 'xmlreader' => '5.1.0', 'xmlwriter' => '5.1.2', ); /* if default version is not 4.0.0, then we can fix the right constant initial version here */ require_once 'constant_exceptions.php'; require_once 'calendar_const_exceptions.php'; require_once 'date_const_exceptions.php'; require_once 'ftp_const_exceptions.php'; require_once 'gd_const_exceptions.php'; require_once 'gmp_const_exceptions.php'; require_once 'iconv_const_exceptions.php'; require_once 'mysql_const_exceptions.php'; require_once 'mysqli_const_exceptions.php'; require_once 'openssl_const_exceptions.php'; require_once 'pcre_const_exceptions.php'; require_once 'standard_const_exceptions.php'; require_once 'xsl_const_exceptions.php'; /* if default version is not 4.0.0, then we can fix the right predefined class initial version here */ require_once 'class_exceptions.php'; require_once 'date_class_exceptions.php'; require_once 'standard_class_exceptions.php'; /* if default is not from PHP core version 4.0.0, then we can fix the right function data here */ require_once 'function_exceptions.php'; require_once 'calendar_func_exceptions.php'; require_once 'date_func_exceptions.php'; require_once 'gd_func_exceptions.php'; require_once 'gettext_func_exceptions.php'; require_once 'hash_func_exceptions.php'; require_once 'iconv_func_exceptions.php'; require_once 'libxml_func_exceptions.php'; require_once 'spl_func_exceptions.php'; require_once 'standard_func_exceptions.php'; require_once 'xmlwriter_func_exceptions.php'; require_once 'zlib_func_exceptions.php'; /** * Function that provides to return exceptions results * * @param string $extension Extension name * @param sting $type Type of exception (version | class | constant) * * @return mixed Return false if no exception exists for this $extension and $type */ function getExceptions($extension, $type) { global $version_exceptions, $class_exceptions, $function_exceptions, $constant_exceptions; $exceptions = false; switch ($type) { case 'version' : if (isset($version_exceptions[$extension])) { $exceptions = $version_exceptions[$extension]; } break; case 'class' : if (isset($class_exceptions[$extension])) { $exceptions = $class_exceptions[$extension]; } break; case 'function' : if (isset($function_exceptions[$extension])) { $exceptions = $function_exceptions[$extension]; } break; case 'constant' : if (isset($constant_exceptions[$extension])) { $exceptions = $constant_exceptions[$extension]; } } return $exceptions; } ?>
Close