AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.94
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/lyon/media/plg_system_stats/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/lyon/media/plg_system_stats/js/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'
          });
        }
      });

      // 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);

})();

Anon7 - 2022
AnonSec Team