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.51
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.backup.39 /
message /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
message_area.min.js
941
B
-rw-rw-r--
message_area_actions.min.js
317
B
-rw-rw-r--
message_area_contacts.min.js
11.74
KB
-rw-rw-r--
message_area_events.min.js
648
B
-rw-rw-r--
message_area_messages.min.js
12.55
KB
-rw-rw-r--
message_area_profile.min.js
4.34
KB
-rw-rw-r--
message_area_search.min.js
7.91
KB
-rw-rw-r--
message_area_tabs.min.js
2.66
KB
-rw-rw-r--
message_notification_preferenc...
337
B
-rw-rw-r--
message_preferences.min.js
1.56
KB
-rw-rw-r--
message_repository.min.js
684
B
-rw-rw-r--
notification_preference.min.js
1.5
KB
-rw-rw-r--
notification_processor.min.js
838
B
-rw-rw-r--
notification_processor_setting...
1.27
KB
-rw-rw-r--
preferences_notifications_list...
2.03
KB
-rw-rw-r--
preferences_processor_form.min...
1.06
KB
-rw-rw-r--
toggle_contact_button.min.js
1.26
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notification_preference.min.js
define(["jquery","core/ajax","core/notification","core_message/notification_processor"],function(a,b,c,d){var e={PROCESSOR:"[data-processor-name]",STATE_INPUTS:"[data-state] input"},f=function(b,c){this.root=a(b),this.userId=c};return f.prototype.getPreferenceKey=function(){return this.root.attr("data-preference-key")},f.prototype.getLoggedInPreferenceKey=function(){return this.getPreferenceKey()+"_loggedin"},f.prototype.getLoggedOffPreferenceKey=function(){return this.getPreferenceKey()+"_loggedoff"},f.prototype.getProcessors=function(){return this.root.find(e.PROCESSOR).map(function(b,c){return new d(a(c))})},f.prototype.startLoading=function(){this.root.addClass("loading"),this.root.find(e.STATE_INPUTS).prop("disabled",!0)},f.prototype.stopLoading=function(){this.root.removeClass("loading"),this.root.find(e.STATE_INPUTS).prop("disabled",!1)},f.prototype.isLoading=function(){return this.root.hasClass("loading")},f.prototype.save=function(){if(this.isLoading())return a.Deferred().resolve();this.startLoading();var d="",e="";this.getProcessors().each(function(a,b){b.isLoggedInEnabled()&&(""===d?d=b.getName():d+=","+b.getName()),b.isLoggedOffEnabled()&&(""===e?e=b.getName():e+=","+b.getName())}),""===d&&(d="none"),""===e&&(e="none");var f={userid:this.userId,preferences:[{type:this.getLoggedInPreferenceKey(),value:d},{type:this.getLoggedOffPreferenceKey(),value:e}]},g={methodname:"core_user_update_user_preferences",args:f};return b.call([g])[0].fail(c.exception).always(function(){this.stopLoading()}.bind(this))},f});
Close