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.217.16
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 /
jui /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
ajax-chosen.js
4.37
KB
-rwxr-xr-x
2023-07-08 16:23
ajax-chosen.min.js
2.75
KB
-rwxr-xr-x
2023-07-08 16:23
bootstrap-tooltip-extended.js
5.76
KB
-rwxr-xr-x
2023-07-08 16:23
bootstrap-tooltip-extended.min.js
2.42
KB
-rwxr-xr-x
2023-07-08 16:23
bootstrap.js
62.68
KB
-rwxr-xr-x
2023-07-08 16:23
bootstrap.min.js
28.44
KB
-rwxr-xr-x
2023-07-08 16:23
chosen.jquery.js
46.81
KB
-rwxr-xr-x
2023-07-08 16:23
chosen.jquery.min.js
33.44
KB
-rwxr-xr-x
2023-07-08 16:23
cms-uncompressed.js
8.16
KB
-rwxr-xr-x
2023-07-08 16:23
cms.js
3.58
KB
-rwxr-xr-x
2023-07-08 16:23
fielduser.js
4.16
KB
-rwxr-xr-x
2023-07-08 16:23
fielduser.min.js
2.35
KB
-rwxr-xr-x
2023-07-08 16:23
html5-uncompressed.js
10.09
KB
-rwxr-xr-x
2023-07-08 16:23
html5.js
2.67
KB
-rwxr-xr-x
2023-07-08 16:23
icomoon-lte-ie7.js
9.64
KB
-rwxr-xr-x
2023-07-08 16:23
jquery-migrate.js
22.95
KB
-rwxr-xr-x
2023-07-08 16:23
jquery-migrate.min.js
9.82
KB
-rwxr-xr-x
2023-07-08 16:23
jquery-noconflict.js
21
B
-rwxr-xr-x
2023-07-08 16:23
jquery.autocomplete.js
33.79
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.autocomplete.min.js
12.8
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.js
292.38
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.min.js
95.36
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.minicolors.js
40.27
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.minicolors.min.js
15.08
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.searchtools.js
10.54
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.searchtools.min.js
7.4
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.simplecolors.js
5.83
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.simplecolors.min.js
3.02
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.ui.core.js
44.05
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.ui.core.min.js
20.01
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.ui.sortable.js
39.51
KB
-rwxr-xr-x
2023-07-08 16:23
jquery.ui.sortable.min.js
23.85
KB
-rwxr-xr-x
2023-07-08 16:23
sortablelist.js
9.38
KB
-rwxr-xr-x
2023-07-08 16:23
treeselectmenu.jquery.js
3.41
KB
-rwxr-xr-x
2023-07-08 16:23
treeselectmenu.jquery.min.js
2.56
KB
-rwxr-xr-x
2023-07-08 16:23
Save
Rename
/*! * bootstrap-tooltip-extended.js v1.0.0 * Copyright 2016 Cyril Rezé * Licensed under the MIT license */ !function(t){"use strict";var e=t.fn.tooltip.Constructor.VERSION?t.fn.tooltip.Constructor.VERSION.split(".")[0]:"2",o=t.fn.tooltip,i=function(t,e){this.init("tooltip",t,e)};i.prototype=t.extend({},o.Constructor.prototype,{constructor:i,show:function(){var o,i,s,n,r,l,p=t.Event("show");if(this.hasContent()&&this.enabled){if(this.$element.trigger(p),p.isDefaultPrevented())return;o=this.tip(),this.setContent(),this.options.animation&&o.addClass("fade"),r="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement;var a=/\s?auto-dir?\s?/i,h=a.test(r);h&&(r=r.replace(a,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(r),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element),i=this.getPosition(),s=o[0].offsetWidth,n=o[0].offsetHeight;var f="rtl"===jQuery(document.querySelector("html")).attr("dir")?!0:!1;if(h){var c=r,d=r.replace(/bottom-|top-/g,"")||"",g=r.replace(/left|right/g,"")||"";r="left"==d&&f?g+"right":"right"==d&&f?g+"left":r,o.removeClass(c).addClass(r)}switch(r){case"bottom":l={top:i.top+i.height,left:i.left+i.width/2-s/2};break;case"top":l={top:i.top-n,left:i.left+i.width/2-s/2};break;case"left":l={top:i.top+i.height/2-n/2,left:i.left-s};break;case"right":l={top:i.top+i.height/2-n/2,left:i.left+i.width};break;case"bottom-left":l={top:i.top+i.height,left:i.left};break;case"bottom-right":l={top:i.top+i.height,left:i.left+i.width-s};break;case"top-left":l={top:i.top-n,left:i.left};break;case"top-right":l={top:i.top-n,left:i.left+i.width-s}}this.applyPlacement(l,r),"3"===e&&this.newArrow(r,s,f),this.$element.trigger("shown")}},newArrow:function(t,e,o){var i=this.tip().find(".tooltip-arrow"),s=parseInt(i.css("width"),10),n=parseInt(i.css("height"),10),r=t.replace(/bottom-|top-/g,"")||"",l=t.replace(/left|right/g,"")||"";l&&"left"==r&&!o&&i.css("left",s/2),l&&"left"==r&&o&&i.css("right",e-s-s/2),l&&"right"==r&&i.css("left",e-s-s/2),"bottom-"==l&&i.css("top",n),"top-"==l&&i.css("bottom",n)}});var s=t.fn.tooltip;t.fn.tooltip=t.extend(function(e){return this.each(function(){var o=t(this),s=o.data("tooltip"),n=t.extend({},i.defaults,o.data(),"object"==typeof e&&e);s||o.data("tooltip",s=new i(this,n)),"string"==typeof e&&s[e]()})},t.fn.tooltip),t.fn.tooltip.noConflict=function(){return t.fn.tooltip=s,this}}(window.jQuery);