Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : 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
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/123click/assets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/123click/assets/plg_media-action_resize.zip
PK!7���js/resize-es5.jsnu&1i�(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
   */
  var formElements;
  var activated = false; // Update image

  var resize = function resize(width, height, image) {
    // The canvas where we will resize the image
    var canvas = document.createElement('canvas');
    canvas.width = width;
    canvas.height = height;
    canvas.getContext('2d').drawImage(image, 0, 0, width, height); // The format

    var format = Joomla.MediaManager.Edit.original.extension === 'jpg' ? 'jpeg' : Joomla.MediaManager.Edit.original.extension; // The quality

    var quality = formElements.resizeQuality.value; // Creating the data from the canvas

    Joomla.MediaManager.Edit.current.contents = canvas.toDataURL("image/" + format, quality); // Updating the preview element

    image.width = width;
    image.height = height;
    image.src = Joomla.MediaManager.Edit.current.contents; // Update the width input box

    formElements.resizeWidth.value = parseInt(width, 10); // Update the height input box

    formElements.resizeHeight.value = parseInt(height, 10); // Notify the app that a change has been made

    window.dispatchEvent(new Event('mediaManager.history.point'));
    canvas = null;
  };

  var addListeners = function addListeners(image) {
    // The listeners
    formElements.resizeWidth.addEventListener('change', function (_ref) {
      var target = _ref.target;
      resize(parseInt(target.value, 10), parseInt(target.value, 10) / (image.width / image.height), image);
    });
    formElements.resizeHeight.addEventListener('change', function (_ref2) {
      var target = _ref2.target;
      resize(parseInt(target.value, 10) * (image.width / image.height), parseInt(target.value, 10), image);
    });
  };

  var initResize = function initResize(image) {
    // Update the input boxes
    formElements.resizeWidth.value = image.naturalWidth;
    formElements.resizeHeight.value = image.naturalHeight;

    if (!activated) {
      activated = true;
      addListeners(image);
    }
  };

  window.addEventListener('media-manager-edit-init', function () {
    // Get the form elements
    formElements = {
      resizeWidth: document.getElementById('jform_resize_width'),
      resizeHeight: document.getElementById('jform_resize_height'),
      resizeQuality: document.getElementById('jform_resize_quality')
    }; // Register the Events

    Joomla.MediaManager.Edit.plugins.resize = {
      Activate: function Activate(image) {
        return new Promise(function (resolve
        /* , reject */
        ) {
          // Initialize
          initResize(image);
          resolve();
        });
      },
      Deactivate: function Deactivate()
      /* image */
      {
        return new Promise(function (resolve
        /* , reject */
        ) {
          resolve();
        });
      }
    };
  }, {
    once: true
  });

}());
PK!���j
j
js/resize.jsnu&1i�/**
 * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */
let formElements;
let activated = false; // Update image

const resize = (width, height, image) => {
  // The canvas where we will resize the image
  let canvas = document.createElement('canvas');
  canvas.width = width;
  canvas.height = height;
  canvas.getContext('2d').drawImage(image, 0, 0, width, height); // The format

  const format = Joomla.MediaManager.Edit.original.extension === 'jpg' ? 'jpeg' : Joomla.MediaManager.Edit.original.extension; // The quality

  const quality = formElements.resizeQuality.value; // Creating the data from the canvas

  Joomla.MediaManager.Edit.current.contents = canvas.toDataURL(`image/${format}`, quality); // Updating the preview element

  image.width = width;
  image.height = height;
  image.src = Joomla.MediaManager.Edit.current.contents; // Update the width input box

  formElements.resizeWidth.value = parseInt(width, 10); // Update the height input box

  formElements.resizeHeight.value = parseInt(height, 10); // Notify the app that a change has been made

  window.dispatchEvent(new Event('mediaManager.history.point'));
  canvas = null;
};

const addListeners = image => {
  // The listeners
  formElements.resizeWidth.addEventListener('change', ({
    target
  }) => {
    resize(parseInt(target.value, 10), parseInt(target.value, 10) / (image.width / image.height), image);
  });
  formElements.resizeHeight.addEventListener('change', ({
    target
  }) => {
    resize(parseInt(target.value, 10) * (image.width / image.height), parseInt(target.value, 10), image);
  });
};

const initResize = image => {
  // Update the input boxes
  formElements.resizeWidth.value = image.naturalWidth;
  formElements.resizeHeight.value = image.naturalHeight;

  if (!activated) {
    activated = true;
    addListeners(image);
  }
};

window.addEventListener('media-manager-edit-init', () => {
  // Get the form elements
  formElements = {
    resizeWidth: document.getElementById('jform_resize_width'),
    resizeHeight: document.getElementById('jform_resize_height'),
    resizeQuality: document.getElementById('jform_resize_quality')
  }; // Register the Events

  Joomla.MediaManager.Edit.plugins.resize = {
    Activate(image) {
      return new Promise((resolve
      /* , reject */
      ) => {
        // Initialize
        initResize(image);
        resolve();
      });
    },

    Deactivate()
    /* image */
    {
      return new Promise((resolve
      /* , reject */
      ) => {
        resolve();
      });
    }

  };
}, {
  once: true
});
PK!��8AAjs/resize.min.js.gznu&1i���T�o�0�W��6rݎ��V��M�I���)9O�]�KK��ω��ʗ�y��ݻ;H�֕�K4T	HH��0Ug�Ě�F+�CABs��)<	Tj����ġ'X��YA�ȵN)W(@樳����5��<�Mq�:X/JȐi1���Ç�FEw�,RJ}��,@^a��
�G;9O5I�t�
�DSik�yfQ��ԡ2����B�F���qv2\R;��U��
$� �v}�nuW��Uc�[��;S��-+��'G�~��j	�…���)?���g~
���&�k��j	���U�U��Qx��C}��Ⱥ�\Zm(�\�2uQ����C��R��f��#o�~�r0F�����y����.��^o(�W}�p�0�=��k.���9K����GUݫi�6��Ö=kU�JT;(�ÿ�w��
��g�>}�2�^�l�?=�g`\�!�w5t&�'�栂xwixć�"e�]ǹ	Л޻���j^H
v��
���3�#ߒ�˸,jyl�V����w�ے/Ζ�B���o�7T����ǝ[�H]����-�5	�gӖ��6iQ�PK!�6iQ��js/resize.min.jsnu&1i�let formElements,activated=!1;const resize=(e,t,i)=>{let a=document.createElement("canvas");a.width=e,a.height=t,a.getContext("2d").drawImage(i,0,0,e,t);const n="jpg"===Joomla.MediaManager.Edit.original.extension?"jpeg":Joomla.MediaManager.Edit.original.extension,r=formElements.resizeQuality.value;Joomla.MediaManager.Edit.current.contents=a.toDataURL(`image/${n}`,r),i.width=e,i.height=t,i.src=Joomla.MediaManager.Edit.current.contents,formElements.resizeWidth.value=parseInt(e,10),formElements.resizeHeight.value=parseInt(t,10),window.dispatchEvent(new Event("mediaManager.history.point")),a=null},addListeners=e=>{formElements.resizeWidth.addEventListener("change",(({target:t})=>{resize(parseInt(t.value,10),parseInt(t.value,10)/(e.width/e.height),e)})),formElements.resizeHeight.addEventListener("change",(({target:t})=>{resize(parseInt(t.value,10)*(e.width/e.height),parseInt(t.value,10),e)}))},initResize=e=>{formElements.resizeWidth.value=e.naturalWidth,formElements.resizeHeight.value=e.naturalHeight,activated||(activated=!0,addListeners(e))};window.addEventListener("media-manager-edit-init",(()=>{formElements={resizeWidth:document.getElementById("jform_resize_width"),resizeHeight:document.getElementById("jform_resize_height"),resizeQuality:document.getElementById("jform_resize_quality")},Joomla.MediaManager.Edit.plugins.resize={Activate:e=>new Promise((t=>{initResize(e),t()})),Deactivate:()=>new Promise((e=>{e()}))}}),{once:!0});PK!2ŭ_iijs/resize-es5.min.jsnu&1i�!function(){"use strict";var e,t=!1,i=function(t,i,n){var a=document.createElement("canvas");a.width=t,a.height=i,a.getContext("2d").drawImage(n,0,0,t,i);var r="jpg"===Joomla.MediaManager.Edit.original.extension?"jpeg":Joomla.MediaManager.Edit.original.extension,o=e.resizeQuality.value;Joomla.MediaManager.Edit.current.contents=a.toDataURL("image/"+r,o),n.width=t,n.height=i,n.src=Joomla.MediaManager.Edit.current.contents,e.resizeWidth.value=parseInt(t,10),e.resizeHeight.value=parseInt(i,10),window.dispatchEvent(new Event("mediaManager.history.point")),a=null},n=function(n){e.resizeWidth.value=n.naturalWidth,e.resizeHeight.value=n.naturalHeight,t||(t=!0,function(t){e.resizeWidth.addEventListener("change",(function(e){var n=e.target;i(parseInt(n.value,10),parseInt(n.value,10)/(t.width/t.height),t)})),e.resizeHeight.addEventListener("change",(function(e){var n=e.target;i(parseInt(n.value,10)*(t.width/t.height),parseInt(n.value,10),t)}))}(n))};window.addEventListener("media-manager-edit-init",(function(){e={resizeWidth:document.getElementById("jform_resize_width"),resizeHeight:document.getElementById("jform_resize_height"),resizeQuality:document.getElementById("jform_resize_quality")},Joomla.MediaManager.Edit.plugins.resize={Activate:function(e){return new Promise((function(t){n(e),t()}))},Deactivate:function(){return new Promise((function(e){e()}))}}}),{once:!0})}();PK!��G66js/resize-es5.min.js.gznu&1i���T�n�@���|p��<&:!��j%@B<V+{�\e��:���w�vp�&EBy�/���3s�Ք��蝪+U}�j��8B�n|i�@l�!�k����.�ئ�qQ`���h��s�[��ʱ�B���yy̑?b�)�7��6��]��cBf*?��;ѩ�u��s�B(�7�y�l��̳
�瞠����o�s5��ڈ���_j(<?�
5Ο��1v���W,�+`���:Q�]f�^G��A:�@���{q{���UOέ!V���\N����x��f�)[��j
����0��R�1���8���Xim�Q]��C $稑%�:B���6`�SÏ���mji{���#z-̐0J�V@9*�E�Ǔ�Q�(Y��dP��ٝ�'	�nMx�6�}��d���г�;&�h�����S��e�ᅼ�'���DV�;�u6�d!�����Y���B,o{�m�Qis,�K����%{a��tc��0뢖;]�Mr�w��F>J�c7"J�h��s��0I��ւ'���
��_Z�쫛F�]�g�i#��o2ŭ_iPK!7���js/resize-es5.jsnu&1i�PK!���j
j
�js/resize.jsnu&1i�PK!��8AA�js/resize.min.js.gznu&1i�PK!�6iQ��js/resize.min.jsnu&1i�PK!2ŭ_iijs/resize-es5.min.jsnu&1i�PK!��G66�$js/resize-es5.min.js.gznu&1i�PK�2'

Youez - 2016 - github.com/yon3zu
LinuXploit