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 /
com_rsform /
js /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
backup.js
8.69
KB
-rwxr-xr-x
2023-07-13 17:52
backup.min.js
5.34
KB
-rwxr-xr-x
2023-07-13 17:52
conditions.js
4.62
KB
-rwxr-xr-x
2023-07-13 17:52
conditions.min.js
3.85
KB
-rwxr-xr-x
2023-07-13 17:52
css.escape.js
3.18
KB
-rwxr-xr-x
2023-07-13 17:52
css.escape.min.js
1.16
KB
-rwxr-xr-x
2023-07-13 17:52
directory.js
8.84
KB
-rwxr-xr-x
2023-07-13 17:52
directory.min.js
6.45
KB
-rwxr-xr-x
2023-07-13 17:52
export.js
3.67
KB
-rwxr-xr-x
2023-07-13 17:52
export.min.js
2.98
KB
-rwxr-xr-x
2023-07-13 17:52
forms.js
30.98
KB
-rwxr-xr-x
2023-07-13 17:52
forms.min.js
21.54
KB
-rwxr-xr-x
2023-07-13 17:52
import.js
2
KB
-rwxr-xr-x
2023-07-13 17:52
import.min.js
1.58
KB
-rwxr-xr-x
2023-07-13 17:52
index.html
50
B
-rwxr-xr-x
2023-07-13 17:52
jquery.caret.min.js
1.13
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.tag-editor.js
19.52
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.tag-editor.min.js
10.77
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.core.min.js
20.72
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.resizable.js
26.32
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.resizable.min.js
19.27
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.sortable.min.js
23.86
KB
-rwxr-xr-x
2023-07-13 17:52
mappings.js
5.53
KB
-rwxr-xr-x
2023-07-13 17:52
mappings.min.js
3.56
KB
-rwxr-xr-x
2023-07-13 17:52
placeholders.js
4.66
KB
-rwxr-xr-x
2023-07-13 17:52
placeholders.min.js
3.56
KB
-rwxr-xr-x
2023-07-13 17:52
restore.js
10.2
KB
-rwxr-xr-x
2023-07-13 17:52
restore.min.js
7.32
KB
-rwxr-xr-x
2023-07-13 17:52
script.js
26.57
KB
-rwxr-xr-x
2023-07-13 17:52
script.min.js
20.27
KB
-rwxr-xr-x
2023-07-13 17:52
script40.js
519
B
-rwxr-xr-x
2023-07-13 17:52
script40.min.js
382
B
-rwxr-xr-x
2023-07-13 17:52
submissions.js
1.26
KB
-rwxr-xr-x
2023-07-13 17:52
submissions.min.js
1009
B
-rwxr-xr-x
2023-07-13 17:52
tablednd.js
30.43
KB
-rwxr-xr-x
2023-07-13 17:52
tablednd.min.js
11.98
KB
-rwxr-xr-x
2023-07-13 17:52
validation.js
4.01
KB
-rwxr-xr-x
2023-07-13 17:52
validation.min.js
2.73
KB
-rwxr-xr-x
2023-07-13 17:52
Save
Rename
;(function ($) { var RSPlaceholder = function ($el, options) { this._defaults = {}; this.element = $el; this._options = $.extend(true, {}, this._defaults, options); this.options = function (options) { return (options) ? $.extend(true, this._options, options) : this._options; }; this.addDropdown = function (element) { var $plugin = this; var $html = '', $filter_src, $action, $skip, $array, $el = $(element); $action = $el.attr('data-filter-type') ? $el.attr('data-filter-type') : ''; $filter_src = $el.attr('data-filter') ? $el.attr('data-filter').split(',') : []; $skip = $el.attr('data-skip') ? $el.attr('data-skip').split(',') : []; var $filter = { action: $action, filter: $filter_src, skip : $skip }; $array = $plugin.filterPlaceholders($filter, RSFormPro.Placeholders); $.each($array, function () { $html += '<li><a href="javascript:void(0)" class="rsfp-dropdown-placeholder" data-value="' + this + '">' + this + '</a></li>' }); var classes = ['placeholders-input-append', 'btn', 'btn-primary']; if (!$el.hasClass('form-control')) { classes.push('btn-sm'); } $el.after('<div class="rsfp-dropdown-list-container"><button class="' + classes.join(' ') + '" id="' + $el.attr('id') + '-list" type="button">▼</button><ul class="rsfp-dropdown-list" data-target="' + $el.attr('id') + '-list">' + $html + '</ul></div>'); var escapedId = CSS.escape($el.attr('id')); this.initDropdowns($('#' + escapedId + '-list')); }; this.initDropdowns = function (element) { var $id = $(element).attr('id'), $dropdown = $('[data-target="' + $id + '"]'); $(element).on('click', function (e) { e.preventDefault(); $('.rsfp-dropdown-list').hide(); $dropdown.toggle(); }); $dropdown.find('li > a').on('click', function () { var $inputField = $(this).parents('.rsfp-dropdown-list-container').siblings('input'); var $val = $inputField.val(); $val += $inputField.val() ? $inputField.attr('data-delimiter') + $(this).attr('data-value') : $(this).attr('data-value'); $inputField.val($val) }); }; this.filterPlaceholders = function (filter, placeholders) { $.each(filter.skip, function (e, value) { var $filter = value; placeholders = $.grep(placeholders, function (value, index) { return !String(value).match($filter); }); }); switch (filter.action) { case 'include': var $newArray = []; $.each(filter.filter, function () { var $filter = this; $.each(placeholders, function (e, value) { if (String(value).match($filter)) { $newArray.push(this); } }); }); placeholders = $newArray; break; case 'exclude': $.each(filter.filter, function (e, value) { var $filter = value; placeholders = $.grep(placeholders, function (value, index) { return !String(value).match($filter); }); }); break; } return placeholders; }; }; $.fn.rsplaceholder = function (methodOrOptions) { var method = (typeof methodOrOptions === 'string') ? methodOrOptions : undefined; if (method) { var rsplaceholders = []; function getRSPlaceholders() { var $el = $(this); var rsplaceholder = $el.data('rsplaceholder'); rsplaceholders.push(rsplaceholder); } this.each(getRSPlaceholders); var args = (arguments.length > 1) ? Array.prototype.slice.call(arguments, 1) : undefined; var results = []; function applyMethod(index) { var rsplaceholder = rsplaceholders[index]; if (!rsplaceholder) { console.warn('$.rsplaceholder not instantiated yet'); console.info(this); results.push(undefined); return; } if (typeof rsplaceholder[method] === 'function') { var result = rsplaceholder[method].apply(rsplaceholder, args); results.push(result); } else { console.warn('Method \'' + method + '\' not defined in $.rsplaceholder'); } } this.each(applyMethod); return (results.length > 1) ? results : results[0]; } else { var options = (typeof methodOrOptions === 'object') ? methodOrOptions : undefined; function init() { var $el = $(this); var rsplaceholder = new RSPlaceholder($el, options); $el.data('rsplaceholder', rsplaceholder); rsplaceholder.addDropdown($el); } $('html').click(function (e) { if (!e.target.classList.contains('placeholders-input-append')) { $('.rsfp-dropdown-list').hide(); } }); return this.each(init); } }; })(jQuery);