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_aimysitemap /
Delete
Unzip
Name
Size
Permission
Date
Action
aimy-logo_100x50.png
5.12
KB
-rwxr-xr-x
2026-06-10 18:30
aimy-logo_340x327.png
21.34
KB
-rwxr-xr-x
2026-06-10 18:30
aimy-logo_dm_100x50.png
3.07
KB
-rw-r--r--
2026-06-10 18:30
aimy.eot
8.05
KB
-rwxr-xr-x
2026-06-10 18:30
aimy.svg
5.35
KB
-rwxr-xr-x
2026-06-10 18:30
aimy.ttf
7.9
KB
-rwxr-xr-x
2026-06-10 18:30
aimy.woff
4.98
KB
-rwxr-xr-x
2026-06-10 18:30
aimy.woff2
4.01
KB
-rwxr-xr-x
2026-06-10 18:30
backend-j3.css
1.28
KB
-rwxr-xr-x
2026-06-10 18:30
backend-j4.css
3.33
KB
-rwxr-xr-x
2026-06-10 18:30
backend.css
5.36
KB
-rwxr-xr-x
2026-06-10 18:30
bg-linkcheck.png
23.72
KB
-rw-r--r--
2026-06-10 18:30
bg-periodic-crawl.png
33.4
KB
-rw-r--r--
2026-06-10 18:30
crawl.js
7.23
KB
-rwxr-xr-x
2026-06-10 18:30
go-pro.jpg
53.94
KB
-rwxr-xr-x
2026-06-10 18:30
index.html
14
B
-rwxr-xr-x
2026-06-10 18:30
microalert.css
1.31
KB
-rwxr-xr-x
2026-06-10 18:30
microalert.js
1.89
KB
-rwxr-xr-x
2026-06-10 18:30
notifier.js
811
B
-rwxr-xr-x
2019-06-18 17:15
ping.js
1.81
KB
-rwxr-xr-x
2026-06-10 18:30
progress.gif
10.57
KB
-rwxr-xr-x
2026-06-10 18:30
sitemap_128x128.png
4.81
KB
-rwxr-xr-x
2019-06-18 17:15
urls-ajax-edit.js
3.42
KB
-rwxr-xr-x
2026-06-10 18:30
Save
Rename
/* * Copyright (c) 2020 Netzum Sorglos Software GmbH */ (function(w,d) {'use strict';function microalertLib() {var getRootElement=function() {return d.getElementsByTagName('body')[0];};var getDiv=function(cls) {var div=d.createElement('div');if(cls) {div.className+=' '+cls;} return div;};var wrap=function(el) {var wrapper=getDiv('microalert');wrapper.appendChild(el);return wrapper;};var getBtn=function(s,cls,fn) {var btn=d.createElement('button');btn.className='btn-'+(cls?cls:'default');btn.textContent=s;if(fn) {if(typeof(btn.addEventListener)!='undefined') {btn.addEventListener('click',fn);} else {btn.onclick=fn;}} return btn;};var microalert={'alert':function(s) {var p=d.createElement('p');p.textContent=s;var div=getDiv('alert');var cont=wrap(div);div.className+=' off';var btn=getBtn('OK','ok',function() {div.className+=' off';window.setTimeout(function() {cont.parentNode.removeChild(cont);},500);});div.appendChild(p);div.appendChild(btn);(getRootElement()).appendChild(cont);window.setTimeout(function() {div.className=div.className.replace(/\boff\b/,'');btn.focus();},500);},'confirm':function(s,sBtnYes,sBtnNo,fn) {var p=d.createElement('p');p.textContent=s;var div=getDiv('confirm');var cont=wrap(div);div.className+=' off';div.appendChild(p);var choices=getDiv('choices');var fnPrepare=function() {div.className+=' off';window.setTimeout(function() {cont.parentNode.removeChild(cont);},500);};var btnYes=getBtn(sBtnYes,'yes',function() {fnPrepare();if(typeof fn=='function') {fn(true);}});var btnNo=getBtn(sBtnNo,'no',function() {fnPrepare();if(typeof fn=='function') {fn(false);}});choices.appendChild(btnYes);choices.appendChild(btnNo);div.appendChild(choices);(getRootElement()).appendChild(cont);btnYes.focus();window.setTimeout(function() {div.className=div.className.replace(/\boff\b/,'');},500);}};return microalert;};if(typeof(w.microalert)=='undefined') {w.microalert=microalertLib();}})(window,document);