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 /
plg_system_stats /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
stats-es5.js
1.38
KB
-rw----r--
stats-es5.min.js
568
B
-rw----r--
stats-es5.min.js.gz
295
B
-rw----r--
stats-message-es5.js
3.29
KB
-rw----r--
stats-message-es5.min.js
1.55
KB
-rw----r--
stats-message-es5.min.js.gz
692
B
-rw----r--
stats-message.js
2.86
KB
-rw----r--
stats-message.min.js
1.43
KB
-rw----r--
stats-message.min.js.gz
656
B
-rw----r--
stats.js
1.24
KB
-rw----r--
stats.min.js
519
B
-rw----r--
stats.min.js.gz
275
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stats-message-es5.js
(function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 3.5.0 */ Joomla = window.Joomla || {}; (function (Joomla, document) { var allowed = { input: ['type', 'name', 'value'], 'joomla-alert': ['type', 'dismiss', 'role'], button: ['type'], table: [], tbody: [], thead: [], caption: [], th: ['scope'], tr: [], td: [] }; var initStatsEvents = function initStatsEvents(callback) { var messageContainer = document.getElementById('system-message-container'); var joomlaAlert = messageContainer.querySelector('.js-pstats-alert'); var detailsContainer = messageContainer.querySelector('#js-pstats-data-details'); // Show details about the information being sent document.addEventListener('click', function (event) { if (event.target.classList.contains('js-pstats-btn-details')) { event.preventDefault(); detailsContainer.classList.toggle('d-none'); } }); // Always allow document.addEventListener('click', function (event) { if (event.target.classList.contains('js-pstats-btn-allow-always')) { event.preventDefault(); // Remove message joomlaAlert.close(); callback({ plugin: 'sendAlways' }); } }); // Allow once document.addEventListener('click', function (event) { if (event.target.classList.contains('js-pstats-btn-allow-once')) { event.preventDefault(); // Remove message joomlaAlert.close(); callback({ plugin: 'sendOnce' }); } }); // Never allow document.addEventListener('click', function (event) { if (event.target.classList.contains('js-pstats-btn-allow-never')) { event.preventDefault(); // Remove message joomlaAlert.close(); callback({ plugin: 'sendNever' }); } }); }; var getJson = function getJson(_temp) { var _ref = _temp === void 0 ? {} : _temp, _ref$plugin = _ref.plugin, plugin = _ref$plugin === void 0 ? 'sendStats' : _ref$plugin; var url = "index.php?option=com_ajax&group=system&plugin=" + plugin + "&format=raw"; var messageContainer = document.getElementById('system-message-container'); Joomla.request({ url: url, headers: { 'Content-Type': 'application/json' }, onSuccess: function onSuccess(response) { try { var json = JSON.parse(response); if (json && json.html) { messageContainer.insertAdjacentHTML('beforeend', Joomla.sanitizeHtml(json.html, allowed)); messageContainer.querySelector('.js-pstats-alert').classList.remove('hidden'); initStatsEvents(getJson); } } catch (e) { throw new Error(e); } }, onError: function onError(xhr) { Joomla.renderMessages({ error: [xhr.response] }); } }); }; document.addEventListener('DOMContentLoaded', function () { getJson(); }); })(Joomla, document); }());
Close