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 /
53 /
cd /
[ HOME SHELL ]
Name
Size
Permission
Action
53cd3b71707d3dbb705c331e825e28...
1.53
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 53cd3b71707d3dbb705c331e825e28538ef212fc
var H5P = H5P || {}; H5P.SingleChoiceSet = H5P.SingleChoiceSet || {}; /** * SingleChoiceResultSlide - Represents the result slide */ H5P.SingleChoiceSet.ResultSlide = (function ($, EventDispatcher) { /** * @constructor * @param {number} maxscore Max score */ function ResultSlide(maxscore) { EventDispatcher.call(this); this.$feedbackContainer = $('<div>', { 'class': 'h5p-sc-feedback-container', 'tabindex': '-1' }); this.$buttonContainer = $('<div/>', { 'class': 'h5p-sc-button-container' }); var $resultContainer = $('<div/>', { 'class': 'h5p-sc-result-container' }).append(this.$feedbackContainer) .append(this.$buttonContainer); this.$resultSlide = $('<div>', { 'class': 'h5p-sc-slide h5p-sc-set-results', 'css': {left: (maxscore * 100) + '%'} }).append($resultContainer); } // inherits from EventDispatchers prototype ResultSlide.prototype = Object.create(EventDispatcher.prototype); // set the constructor ResultSlide.prototype.constructor = ResultSlide; /** * Focus feedback container. */ ResultSlide.prototype.focusScore = function () { this.$feedbackContainer.focus(); }; /** * Append the resultslide to a container * * @param {jQuery} $container The container * @return {jQuery} This dom element */ ResultSlide.prototype.appendTo = function ($container) { this.$resultSlide.appendTo($container); return this.$resultSlide; }; return ResultSlide; })(H5P.jQuery, H5P.EventDispatcher);
Close