Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.133.133.189
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
README
+ Create Folder
+ Create File
/
opt /
alt /
tests /
alt-php81-pecl-mongodb_1.18.1-1.el8 /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
PHONGO-FIXTURES.json.gz
73.94
KB
-rw-r--r--
basic-skipif.inc
795
B
-rw-r--r--
basic.inc
855
B
-rw-r--r--
classes.inc
1.59
KB
-rw-r--r--
observer.php
1.09
KB
-rw-r--r--
skipif.php
13.34
KB
-rw-r--r--
tools.php
24.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : basic-skipif.inc
<?php require_once __DIR__ . '/basic.inc'; require_once __DIR__ . '/skipif.php'; if ( ! extension_loaded('mongodb')) { exit('skip mongodb extension is not loaded'); } /* Force date.timezone to be "UTC" */ date_default_timezone_set("UTC"); set_error_handler(function($errno, $errstr, $errfile, $errline) { exit(sprintf('skip %s: %s @ %s:%d', errno_as_string($errno), $errstr, $errfile, $errline)); }); set_exception_handler(function($e) { exit(sprintf('skip %s(%d): %s @ %s:%d', get_class($e), $e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine())); }); register_shutdown_function(function() { $lastError = error_get_last(); if ($lastError !== null) { exit(sprintf('skip %s: %s', errno_as_string($lastError['type']), $lastError['message'])); } });
Close