__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
const maxInt=2147483647,base=36,tMin=1,tMax=26,skew=38,damp=700,initialBias=72,initialN=128,delimiter="-",regexPunycode=/^xn--/,regexNonASCII=/[^\0-\x7F]/,regexSeparators=/[\x2E\u3002\uFF0E\uFF61]/g,errors={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},baseMinusTMin=35,floor=Math.floor,stringFromCharCode=String.fromCharCode;function error(o){throw new RangeError(errors[o])}function map(o,t){const e=[];let s=o.length;for(;s--;)e[s]=t(o[s]);return e}function mapDomain(o,t){const e=o.split("@");let s="";e.length>1&&(s=e[0]+"@",o=e[1]),o=o.replace(regexSeparators,".");const i=o.split("."),a=map(i,t).join(".");return s+a}function ucs2decode(o){const t=[];let e=0;const s=o.length;for(;e<s;){const i=o.charCodeAt(e++);if(i>=55296&&i<=56319&&e<s){const a=o.charCodeAt(e++);(a&64512)==56320?t.push(((i&1023)<<10)+(a&1023)+65536):(t.push(i),e--)}else t.push(i)}return t}const ucs2encode=o=>String.fromCodePoint(...o),basicToDigit=function(t){return t>=48&&t<58?26+(t-48):t>=65&&t<91?t-65:t>=97&&t<123?t-97:36},digitToBasic=function(t,e){return t+22+75*(t<26)-((e!=0)<<5)},adapt=function(t,e,s){let i=0;for(t=s?floor(t/700):t>>1,t+=floor(t/e);t>baseMinusTMin*26>>1;i+=36)t=floor(t/baseMinusTMin);return floor(i+(baseMinusTMin+1)*t/(t+38))},decode=function(t){const e=[],s=t.length;let i=0,a=128,r=72,n=t.lastIndexOf("-");n<0&&(n=0);for(let c=0;c<n;++c)t.charCodeAt(c)>=128&&error("not-basic"),e.push(t.charCodeAt(c));for(let c=n>0?n+1:0;c<s;){const l=i;for(let u=1,d=36;;d+=36){c>=s&&error("invalid-input");const f=basicToDigit(t.charCodeAt(c++));f>=36&&error("invalid-input"),f>floor((2147483647-i)/u)&&error("overflow"),i+=f*u;const b=d<=r?1:d>=r+26?26:d-r;if(f<b)break;const g=36-b;u>floor(2147483647/g)&&error("overflow"),u*=g}const h=e.length+1;r=adapt(i-l,h,l==0),floor(i/h)>2147483647-a&&error("overflow"),a+=floor(i/h),i%=h,e.splice(i++,0,a)}return String.fromCodePoint(...e)},encode=function(t){const e=[];t=ucs2decode(t);const s=t.length;let i=128,a=0,r=72;for(const l of t)l<128&&e.push(stringFromCharCode(l));const n=e.length;let c=n;for(n&&e.push("-");c<s;){let l=2147483647;for(const u of t)u>=i&&u<l&&(l=u);const h=c+1;l-i>floor((2147483647-a)/h)&&error("overflow"),a+=(l-i)*h,i=l;for(const u of t)if(u<i&&++a>2147483647&&error("overflow"),u===i){let d=a;for(let f=36;;f+=36){const b=f<=r?1:f>=r+26?26:f-r;if(d<b)break;const g=d-b,p=36-b;e.push(stringFromCharCode(digitToBasic(b+g%p,0))),d=floor(g/p)}e.push(stringFromCharCode(digitToBasic(d,0))),r=adapt(a,h,c===n),a=0,++c}++a,++i}return e.join("")},toUnicode=function(t){return mapDomain(t,function(e){return regexPunycode.test(e)?decode(e.slice(4).toLowerCase()):e})},toASCII=function(t){return mapDomain(t,function(e){return regexNonASCII.test(e)?"xn--"+encode(e):e})},punycode={version:"2.3.1",ucs2:{decode:ucs2decode,encode:ucs2encode},decode,encode,toASCII,toUnicode};/**
 * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */class JFormValidator{constructor(){this.customValidators={},this.handlers=[],this.handlers={},this.removeMarking=this.removeMarking.bind(this),this.inputEmail=()=>{const t=document.createElement("input");return t.setAttribute("type","email"),t.type!=="text"},this.setHandler("username",t=>!/[<|>|"|'|%|;|(|)|&]/i.test(t)),this.setHandler("password",t=>/^\S[\S ]{2,98}\S$/.test(t)),this.setHandler("numeric",t=>/^(\d|-)?(\d|,)*\.?\d*$/.test(t)),this.setHandler("email",t=>{const e=punycode.toASCII(t);return/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(e)}),document.querySelectorAll("form").forEach(t=>{t.classList.contains("form-validate")&&this.attachToForm(t)})}get custom(){return this.customValidators}set custom(t){this.customValidators=t}setHandler(t,e,s){const i=s===""?!0:s;this.handlers[t]={enabled:i,exec:e}}markValid(t){const e=t.form.querySelector(`label[for="${t.id}"]`);let s;(t.classList.contains("required")||t.getAttribute("required"))&&e&&(s=e.querySelector("span.form-control-feedback")),t.classList.remove("form-control-danger","invalid"),t.classList.add("form-control-success"),t.parentNode.classList.remove("has-danger"),t.parentNode.classList.add("has-success"),t.setAttribute("aria-invalid","false"),s&&s.parentNode.removeChild(s),e&&e.classList.remove("invalid")}markInvalid(t,e){const s=t.form.querySelector(`label[for="${t.id}"]`);t.classList.remove("form-control-success","valid"),t.classList.add("form-control-danger","invalid"),t.parentNode.classList.remove("has-success"),t.parentNode.classList.add("has-danger"),t.setAttribute("aria-invalid","true");let i;const a=t.getAttribute("data-validation-text");if(s&&(i=s.querySelector("span.form-control-feedback")),!i){const r=document.createElement("span");r.classList.add("form-control-feedback"),e&&e==="checkbox"?r.innerHTML=a!==null?Joomla.sanitizeHtml(a):Joomla.sanitizeHtml(Joomla.Text._("JLIB_FORM_FIELD_REQUIRED_CHECK")):e&&e==="value"?r.innerHTML=a!==null?Joomla.sanitizeHtml(a):Joomla.sanitizeHtml(Joomla.Text._("JLIB_FORM_FIELD_REQUIRED_VALUE")):r.innerHTML=a!==null?Joomla.sanitizeHtml(a):Joomla.sanitizeHtml(Joomla.Text._("JLIB_FORM_FIELD_INVALID_VALUE")),s&&s.appendChild(r)}s&&s.classList.add("invalid")}removeMarking(t){let e;const s=t.form.querySelector(`label[for="${t.id}"]`);s&&(e=s.querySelector("span.form-control-feedback")),t.classList.remove("form-control-danger","form-control-success","remove"),t.classList.add("valid"),t.parentNode.classList.remove("has-danger","has-success"),e&&s&&s.removeChild(e),s&&s.classList.remove("invalid")}handleResponse(t,e,s){const i=e.tagName.toLowerCase();(i!=="button"&&e.value!==void 0||i==="fieldset")&&(t===!1?this.markInvalid(e,s):this.markValid(e))}validate(t){let e;if(t.getAttribute("disabled")==="disabled"||t.getAttribute("display")==="none")return this.handleResponse(!0,t),!0;if(t.getAttribute("required")||t.classList.contains("required"))if(e=t.tagName.toLowerCase(),e==="fieldset"&&(t.classList.contains("radio")||t.classList.contains("checkboxes"))){if(t.querySelector("input:checked")===null)return this.handleResponse(!1,t,"checkbox"),!1}else{if(t.getAttribute("type")==="checkbox"&&t.checked!==!0||e==="select"&&!t.value.length)return this.handleResponse(!1,t,"checkbox"),!1;if(!t.value||t.classList.contains("placeholder"))return this.handleResponse(!1,t,"value"),!1}const s=t.getAttribute("class")&&t.getAttribute("class").match(/validate-([a-zA-Z0-9_-]+)/)?t.getAttribute("class").match(/validate-([a-zA-Z0-9_-]+)/)[1]:"";if(t.getAttribute("pattern")&&t.getAttribute("pattern")!==""){if(t.value.length){const i=new RegExp(`^${t.getAttribute("pattern")}$`).test(t.value);return this.handleResponse(i,t,"empty"),i}return t.hasAttribute("required")||t.classList.contains("required")?(this.handleResponse(!1,t,"empty"),!1):(this.handleResponse(!0,t),!0)}return s===""?(this.handleResponse(!0,t),!0):s&&s!=="none"&&this.handlers[s]&&t.value&&this.handlers[s].exec(t.value,t)!==!0?(this.handleResponse(!1,t,"invalid_value"),!1):(this.handleResponse(!0,t),!0)}isValid(t){let e=!0,s,i,a;const r=[];return t.nodeName==="FORM"?a=[].slice.call(t.elements):a=t.querySelectorAll("input, textarea, select, button, fieldset"),a.forEach(n=>{this.validate(n)===!1&&(e=!1,r.push(n))}),Object.keys(this.customValidators).length&&Object.keys(this.customValidators).forEach(n=>{this.customValidators[n].exec()!==!0&&(e=!1)}),!e&&r.length>0&&(t.getAttribute("data-validation-text")?s=t.getAttribute("data-validation-text"):s=Joomla.Text._("JLIB_FORM_CONTAINS_INVALID_FIELDS"),i={error:[s]},Joomla.renderMessages(i)),e}attachToForm(t){let e;t.nodeName==="FORM"?e=[].slice.call(t.elements):e=t.querySelectorAll("input, textarea, select, button, fieldset"),e.forEach(s=>{const i=s.tagName.toLowerCase();["input","textarea","select","fieldset"].indexOf(i)>-1&&s.classList.contains("required")&&s.setAttribute("required",""),(i==="input"||i==="button")&&(s.getAttribute("type")==="submit"||s.getAttribute("type")==="image")?s.classList.contains("validate")&&s.addEventListener("click",()=>this.isValid(t)):i!=="button"&&!(i==="input"&&s.getAttribute("type")==="button")&&i!=="fieldset"&&(s.addEventListener("blur",({target:a})=>this.validate(a)),s.addEventListener("focus",({target:a})=>this.removeMarking(a)),s.classList.contains("validate-email")&&this.inputEmail&&s.setAttribute("type","email"))})}}document.formvalidator=new JFormValidator,window.JFormValidator=JFormValidator,window.punycode=punycode;

Filemanager

Name Type Size Permission Actions
calendar-locales Folder 0775
calendar.js File 41.2 KB 0664
calendar.min.js File 24.52 KB 0664
calendar.min.js.gz File 6.77 KB 0664
color-field-adv-init.js File 1.09 KB 0664
color-field-adv-init.min.js File 788 B 0664
color-field-adv-init.min.js.gz File 430 B 0664
joomla-field-color-slider.js File 17.61 KB 0664
joomla-field-color-slider.min.js File 7.71 KB 0664
joomla-field-color-slider.min.js.gz File 2.64 KB 0664
joomla-field-fancy-select.js File 12.64 KB 0664
joomla-field-fancy-select.min.js File 6.06 KB 0664
joomla-field-fancy-select.min.js.gz File 2 KB 0664
joomla-field-media.js File 12.52 KB 0664
joomla-field-media.min.js File 8.14 KB 0664
joomla-field-media.min.js.gz File 2.41 KB 0664
joomla-field-module-order.js File 3.98 KB 0664
joomla-field-module-order.min.js File 2.4 KB 0664
joomla-field-module-order.min.js.gz File 1.04 KB 0664
joomla-field-permissions.js File 5.32 KB 0664
joomla-field-permissions.min.js File 3.43 KB 0664
joomla-field-permissions.min.js.gz File 1.29 KB 0664
joomla-field-send-test-mail.js File 2.49 KB 0664
joomla-field-send-test-mail.min.js File 1.49 KB 0664
joomla-field-send-test-mail.min.js.gz File 688 B 0664
joomla-field-simple-color.js File 12.69 KB 0664
joomla-field-simple-color.min.js File 7.44 KB 0664
joomla-field-simple-color.min.js.gz File 2.88 KB 0664
joomla-field-subform.js File 18.37 KB 0664
joomla-field-subform.min.js File 7.89 KB 0664
joomla-field-subform.min.js.gz File 2.44 KB 0664
joomla-field-user.js File 4.29 KB 0664
joomla-field-user.min.js File 2.84 KB 0664
joomla-field-user.min.js.gz File 1001 B 0664
joomla-media-select.js File 20.53 KB 0664
joomla-media-select.min.js File 14.54 KB 0664
joomla-media-select.min.js.gz File 3.42 KB 0664
modal-content-select-field.js File 5.67 KB 0664
modal-content-select-field.min.js File 2.57 KB 0664
modal-content-select-field.min.js.gz File 1.16 KB 0664
modal-fields.js File 6.91 KB 0664
modal-fields.min.js File 2.75 KB 0664
modal-fields.min.js.gz File 909 B 0664
passwordstrength.js File 6.39 KB 0664
passwordstrength.min.js File 2.73 KB 0664
passwordstrength.min.js.gz File 1.13 KB 0664
passwordview.js File 2.76 KB 0664
passwordview.min.js File 1.21 KB 0664
passwordview.min.js.gz File 600 B 0664
select-colour.js File 1.33 KB 0664
select-colour.min.js File 783 B 0664
select-colour.min.js.gz File 401 B 0664
tag.js File 2.09 KB 0664
tag.min.js File 1.05 KB 0664
tag.min.js.gz File 528 B 0664
validate.js File 22.93 KB 0664
validate.min.js File 8.37 KB 0664
validate.min.js.gz File 3.11 KB 0664
Filemanager