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 /
css /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
dashboard.css
2.1
KB
-rwxr-xr-x
2023-07-13 17:52
dashboard.min.css
1.37
KB
-rwxr-xr-x
2023-07-13 17:52
index.html
50
B
-rwxr-xr-x
2023-07-13 17:52
jquery.tag-editor.css
2.68
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.tag-editor.min.css
2
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.resizable.css
1.62
KB
-rwxr-xr-x
2023-07-13 17:52
jquery.ui.resizable.min.css
1.28
KB
-rwxr-xr-x
2023-07-13 17:52
style.css
13.2
KB
-rwxr-xr-x
2023-07-13 17:52
style.min.css
9.73
KB
-rwxr-xr-x
2023-07-13 17:52
style30.css
955
B
-rwxr-xr-x
2023-07-13 17:52
style30.min.css
671
B
-rwxr-xr-x
2023-07-13 17:52
style40.css
1.45
KB
-rwxr-xr-x
2023-07-13 17:52
style40.min.css
926
B
-rwxr-xr-x
2023-07-13 17:52
Save
Rename
/*! * jQuery UI Resizable @VERSION * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; touch-action: none; width: 30px; right: -32px; } .ui-resizable-handle:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: -10px; width: 4px; height: 4px; border-radius: 50%; background: #000; box-shadow: 0 10px 0 #000, 0 20px 0 #000; }