Linux webm008.cluster106.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.106.20.8 | : 216.73.217.10
Cant Read [ /etc/named.conf ]
5.6.40
associattd
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 /
associattd /
www-old /
media /
jui /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax-chosen.js
4.37
KB
-rw-r--r--
ajax-chosen.min.js
2.75
KB
-rw-r--r--
bootstrap.js
62.03
KB
-rw-r--r--
bootstrap.min.js
28.47
KB
-rw-r--r--
chosen.jquery.js
41.78
KB
-rw-r--r--
chosen.jquery.min.js
25.21
KB
-rw-r--r--
cms.js
1.65
KB
-rw-r--r--
html5-uncompressed.js
10.09
KB
-rw-r--r--
html5.js
2.67
KB
-rw-r--r--
icomoon-lte-ie7.js
9.64
KB
-rw-r--r--
jquery-migrate.js
16.23
KB
-rw-r--r--
jquery-migrate.min.js
7.03
KB
-rw-r--r--
jquery-noconflict.js
21
B
-rw-r--r--
jquery.autocomplete.js
32.13
KB
-rw-r--r--
jquery.autocomplete.min.js
12.62
KB
-rw-r--r--
jquery.js
277.73
KB
-rw-r--r--
jquery.min.js
93.71
KB
-rw-r--r--
jquery.minicolors.js
23.57
KB
-rw-r--r--
jquery.minicolors.min.js
15.52
KB
-rw-r--r--
jquery.searchtools.js
10.54
KB
-rw-r--r--
jquery.searchtools.min.js
7.4
KB
-rw-r--r--
jquery.simplecolors.js
4.76
KB
-rw-r--r--
jquery.simplecolors.min.js
3.02
KB
-rw-r--r--
jquery.ui.core.js
43.73
KB
-rw-r--r--
jquery.ui.core.min.js
20.72
KB
-rw-r--r--
jquery.ui.sortable.js
39.51
KB
-rw-r--r--
jquery.ui.sortable.min.js
23.85
KB
-rw-r--r--
sortablelist.js
9.41
KB
-rw-r--r--
treeselectmenu.jquery.js
3.42
KB
-rw-r--r--
treeselectmenu.jquery.min.js
2.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cms.js
/** * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Only define the Joomla namespace if not defined. if (typeof(Joomla) === 'undefined') { var Joomla = {}; } /** * Sets the HTML of the container-collapse element */ Joomla.setcollapse = function(url, name, height) { if (!document.getElementById('collapse-' + name)) { document.getElementById('container-collapse').innerHTML = '<div class="collapse fade" id="collapse-' + name + '"><iframe class="iframe" src="' + url + '" height="'+ height + '" width="100%"></iframe></div>'; } } if (jQuery) { jQuery(document).ready(function($) { var elements = {}, linkedoptions = function(element, target, checkType) { var v = element.val(), id = element.attr('id'); if(checkType && !element.is(':checked')) return; $('[rel=\"showon_'+target+'\"]').each(function(){ var i = jQuery(this); if (i.hasClass('showon_' + v)) i.slideDown(); else i.slideUp(); }); }; $('[rel^=\"showon_\"]').each(function(){ var el = $(this), target = el.attr('rel').replace('showon_', ''), targetEl = $('[name=\"' + target+'\"]'); if (!elements[target]) { var targetType = targetEl.attr('type'), checkType = (targetType == 'checkbox' || targetType == 'radio'); targetEl.bind('change', function(){ linkedoptions( $(this), target, checkType); }).bind('click', function(){ linkedoptions( $(this), target, checkType ); }).each(function(){ linkedoptions( $(this), target, checkType ); }); elements[target] = true; } }); }); }
Close