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 /
c0 /
8d /
[ HOME SHELL ]
Name
Size
Permission
Action
c08da1e2f7f62e33ed2e3785ea2cc7...
1.26
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : c08da1e2f7f62e33ed2e3785ea2cc76cbd68ddca
(function (FindTheWords, Timer) { /** * FindTheWords.Timer - Adapter between Find the words and H5P.Timer. * @class H5P.FindTheWords.Timer * @extends H5P.Timer * @param {H5P.jQuery} $element */ FindTheWords.Timer = function ($element) { /** @alias H5P.FindTheWords.Timer# */ const that = this; // Initialize event inheritance Timer.call(that, 100); /** @private {string} */ const naturalState = '0:00'; /** * update - Set up callback for time updates. * Formats time stamp for humans. * * @private */ const update = function () { const time = that.getTime(); const minutes = Timer.extractTimeElement(time, 'minutes'); let seconds = Timer.extractTimeElement(time, 'seconds') % 60; if (seconds < 10) { seconds = '0' + seconds; } $element.text(minutes + ':' + seconds); }; // Setup default behavior that.notify('every_tenth_second', update); that.on('reset', function () { $element.text(naturalState); that.notify('every_tenth_second', update); }); }; // Inheritance FindTheWords.Timer.prototype = Object.create(Timer.prototype); FindTheWords.Timer.prototype.constructor = FindTheWords.Timer; }) (H5P.FindTheWords, H5P.Timer);
Close