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
Joomla.submitbutton=function(task){if(task==="apply"||task==="save"){if(document.getElementById("component_id").value===""){Joomla.renderMessages({error:[Joomla.JText._("COM_RSFORM_CONDITION_PLEASE_SELECT_AT_LEAST_ONE_FIELD")]});return false}if(document.getElementsByName("detail_component_id[]").length===0){Joomla.renderMessages({error:[Joomla.JText._("COM_RSFORM_CONDITION_PLEASE_ADD_AT_LEAST_ONE_CONDITION")]});return false}}Joomla.submitform(task)};function conditionChangeField(){var children=this.parentNode.childNodes;for(var i=0;i<children.length;i++){if(children[i].nodeName==="SELECT"&&children[i].getAttribute("name")==="value[]"){children[i].options.length=0;var selected_values=getConditionValues(this.value);if(selected_values!==false){for(var j=0;j<selected_values.length;j++){var option=document.createElement("option");option.value=selected_values[j].value;option.text=selected_values[j].label;children[i].options.add(option)}}break}}}function addCondition(){var optionFields=getConditionOptionFields();if(optionFields.length===0){Joomla.renderMessages({error:[Joomla.JText._("RSFP_CONDITION_PLEASE_ADD_OPTIONS")]});return false}var newCondition=document.createElement("p");var spacer=document.createElement("span");spacer.setAttribute("class","rsform_spacer");spacer.innerHTML=" ";var spacer2=document.createElement("span");spacer2.setAttribute("class","rsform_spacer");spacer2.innerHTML=" ";var spacer3=document.createElement("span");spacer3.setAttribute("class","rsform_spacer");spacer3.innerHTML=" ";var fields=document.createElement("select");fields.name="detail_component_id[]";fields.setAttribute("name","detail_component_id[]");fields.setAttribute("class","form-select d-inline-block w-auto");fields.onchange=conditionChangeField;var option;for(var componentId in optionFields){if(optionFields.hasOwnProperty(componentId)){option=document.createElement("option");option.value=componentId;option.text=optionFields[componentId].name;fields.options.add(option)}}var operator=document.createElement("select");operator.setAttribute("class","form-select d-inline-block w-auto");operator.name="operator[]";option=document.createElement("option");option.value="is";option.text=Joomla.JText._("RSFP_CONDITION_IS");operator.options.add(option);option=document.createElement("option");option.value="is_not";option.text=Joomla.JText._("RSFP_CONDITION_IS_NOT");operator.options.add(option);var selected_values=getConditionValues(fields.value);var values=document.createElement("select");values.setAttribute("class","form-select d-inline-block w-auto");values.name="value[]";if(selected_values!==false){for(var i=0;i<selected_values.length;i++){option=document.createElement("option");option.value=selected_values[i].value;option.text=selected_values[i].label;values.options.add(option)}}var removeBtn=document.createElement("button");removeBtn.setAttribute("type","button");removeBtn.setAttribute("class","btn btn-danger btn-mini");removeBtn.onclick=function(){this.parentNode.parentNode.removeChild(this.parentNode)};var removeIcon=document.createElement("i");removeIcon.setAttribute("class","rsficon rsficon-remove");removeBtn.appendChild(removeIcon);newCondition.appendChild(fields);newCondition.appendChild(spacer);newCondition.appendChild(operator);newCondition.appendChild(spacer2);newCondition.appendChild(values);newCondition.appendChild(spacer3);newCondition.appendChild(removeBtn);document.getElementById("conditionsContainer").appendChild(newCondition)}function getConditionValues(id){var fields=getConditionOptionFields();if(typeof fields[id]==="undefined"||typeof fields[id].items==="undefined"){return false}return fields[id].items}window.addEventListener("DOMContentLoaded",function(){var detail_component_ids=document.getElementsByName("detail_component_id[]");for(var i=0;i<detail_component_ids.length;i++){detail_component_ids[i].onchange=conditionChangeField}});