Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
media /
j2store /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap-advanced-ui.js
675
B
-rwxr-xr-x
2022-02-20 10:42
bootstrap-modal-conflit.js
2.02
KB
-rwxr-xr-x
2022-02-20 10:42
bootstrap.min.js
25.14
KB
-rwxr-xr-x
2022-02-20 10:42
dual-list-box.js
17.06
KB
-rwxr-xr-x
2022-02-20 10:42
filter.js
15.68
KB
-rwxr-xr-x
2022-02-20 10:42
index.html
32
B
-rwxr-xr-x
2022-02-20 10:42
j2store.js
23.7
KB
-rwxr-xr-x
2022-02-20 10:42
j2store.namespace.js
250
B
-rwxr-xr-x
2022-02-20 10:42
j2store_admin.js
10.44
KB
-rwxr-xr-x
2022-02-20 10:42
jquery-ui-timepicker-addon.js
70.42
KB
-rwxr-xr-x
2022-02-20 10:42
jquery-ui.min.js
83.07
KB
-rwxr-xr-x
2022-02-20 10:42
jquery.elevatezoom.js
56.91
KB
-rwxr-xr-x
2022-02-20 10:42
jquery.fancybox.min.js
66.65
KB
-rwxr-xr-x
2022-02-20 10:42
jquery.min.js
91.58
KB
-rwxr-xr-x
2022-02-20 10:42
jquery.validate.min.js
20.99
KB
-rwxr-xr-x
2022-02-20 10:42
jquery.zoom.js
5.44
KB
-rwxr-xr-x
2022-02-20 10:42
jqueryFileTree.js
3.72
KB
-rwxr-xr-x
2022-02-20 10:42
Save
Rename
if(typeof(j2store) == 'undefined') { var j2store = {}; } if(typeof(j2store.jQuery) == 'undefined') { j2store.jQuery = jQuery.noConflict(); } if(typeof(j2storeURL) == 'undefined') { var j2storeURL = ''; } (function ($) { // Make sure the DOM elements are loaded and accounted for $(document).ready(function() { // Match to Bootstraps data-toggle for the modal // and attach an onclick event handler $('a[data-toggle="modal"]').on('click', function(e) { // From the clicked element, get the data-target arrtibute // which BS3 uses to determine the target modal var target_modal = $(e.currentTarget).data('target'); // external url content load to modal body var method = 1; if(target_modal == undefined){ // old href model id method = 2; } // also get the remote content's URL var remote_content = e.currentTarget.href; // Find the target modal in the DOM var modal = $(target_modal); // Find the modal's <div class="modal-body"> so we can populate it var modalBody = $(target_modal + ' .modal-body'); // Capture BS3's show.bs.modal which is fires // immediately when, you guessed it, the show instance method // for the modal is called if(method == 1){ modal.on('show.bs.modal', function () { if(remote_content){ // use your remote content URL to load the modal body modalBody.load(remote_content); } }).modal(); }else{ return true; } // and show the modal // Now return a false (negating the link action) to prevent Bootstrap's JS 3.1.1 // from throwing a 'preventDefault' error due to us overriding the anchor usage. return false; }); }); })(j2store.jQuery);