!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/public/dist/js/custom/site/   drwxr-xr-x
Free 26.21 GB of 117.98 GB (22.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     password-validation.min.js (5.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"use strict";$(".password_confirmation, .password").on('keyup',function(){let a=$(this).closest(".password-match").find(".password").val(),b=$(this).closest(".password-match").find(".password_confirmation").val();0<a.length&&0<b.length&&(a==b?($(this).closest(".password-match").find(".password-validation-error").text(jsLang("")),$(this).closest(".password-match").find(".password-matching").show()):($(this).closest(".password-match").find(".password-validation-error").addClass("text-red-500"),$(this).closest(".password-match").find(".password-validation-error").text(jsLang("Passwords does not match!")),$(this).closest(".password-match").find(".password-matching").hide()))}),$(document).on("submit","#password-validate-submit",function(a){a.preventDefault();var b=$(this).find("input[name=\"email\"]").val(),c=b.substring(0,3),d=b.split("@")[1],e=!0,f=!0,g=!0,h=!0,i="",j="",k="",l=[];0==$(".registration-name").val().length?(e=f=!1,i=jsLang("The name field is required.")):3>$(".registration-name").val().length&&(e=f=!1,i=jsLang("The Name must be 3 character or long.")),0==$(".registration-email").val().length&&(e=g=!1,j=jsLang("The email field is required.")),uppercase&&0>$(".password-validation").val().search(/[A-Z]/)&&(l.push(jsLang("uppercase")),e=h=!1),lowercase&&0>$(".password-validation").val().search(/[a-z]/)&&(l.push(jsLang("lowercase")),e=h=!1),number&&0>$(".password-validation").val().search(/[0-9]/)&&(l.push(jsLang("numbers")),e=h=!1),symbol&&0>$(".password-validation").val().search(/[#?!@$%^&*-]/)&&(l.push(jsLang("symbols")),e=h=!1),0<l.length&&(k=jsLang("Password must contain :x"),k=k.replace(":x",l.join(", "))),length&&$(".password-validation").val().length<length&&(0<k.length?(k=jsLang("Password must contain :x and :y characters long."),k=k.replace(":x",l.join(", ")),k=k.replace(":y",length)):(k=jsLang("Password must be at least :x characters."),k=k.replace(":x",length)),e=h=!1),!1==e?(!h&&$(".password-validation-error").removeClass("text-green-500").addClass("text-red-500").text(k),!f&&$(".name-validation-error").removeClass("text-green-500").addClass("text-red-500").text(i),!h&&$(".email-validation-error").removeClass("text-green-500").addClass("text-red-500").text(j)):($("#registration-user").find(".create-account-text").hide(),$("#registration-user").addClass("auth-active-btn"),$(".registration-modal-loader").css("display","inline"),$.ajax({type:"post",url:SITE_URL+"/sign-up-store",data:new FormData(this),dataType:"JSON",contentType:!1,cache:!1,processData:!1,success:function(a){1==a.status?($(".register-active").removeClass("is-active"),$(".login-active").addClass("is-active"),$(".login-message").removeClass("border border-reds-3"),$(".login-message").addClass("bg-green-2 p-2 md:p-2.5 mb-6 rounded border border-green-1").html(`
                        <h1 class="roboto-medium font-medium text-11 md:text-15 ml-11 md:ml-52p text-green-1 whitespace-nowrap">${jsLang("Registration successful. Please verify your email.")}</h1>
                        <span class="absolute top-7p left-2.5 md:top-1.5 border-r h-5 md:h-8 border-green-1 pl-0.5 md:pl-1.5 pr-3">
                            <svg class="mt-2 h-2 md:h-15p" xmlns="http://www.w3.org/2000/svg" width="19" height="15" viewBox="0 0 19 15" fill="none">
                            <path fill-rule="evenodd" clip-rule="evenodd" d="M18.3163 0.462473C17.5102 -0.242925 16.3121 -0.128557 15.6403 0.717921L8.80424 9.33189C8.14548 10.162 7.77515 10.6215 7.47948 10.9039C7.47564 10.9076 7.47188 10.9112 7.46818 10.9147C7.46419 10.9115 7.46013 10.9083 7.456 10.9051C7.13719 10.6519 6.72875 10.2295 6.00113 9.4654L3.2435 6.56972C2.5015 5.79059 1.29849 5.79059 0.556498 6.56972C-0.185497 7.34886 -0.185497 8.61209 0.556498 9.39123L3.31413 12.2869C3.34002 12.3141 3.36587 12.3412 3.39168 12.3684C4.01203 13.02 4.60881 13.6469 5.16407 14.0878C5.78606 14.5817 6.60062 15.0461 7.6445 14.9963C8.68838 14.9466 9.45955 14.4067 10.0364 13.8557C10.5514 13.3639 11.0916 12.6828 11.6532 11.9749C11.6766 11.9454 11.7 11.9159 11.7235 11.8864L18.5596 3.27239C19.2313 2.42592 19.1224 1.16787 18.3163 0.462473Z" fill="#009651"/>
                            </svg>
                        </span>

                    `),$(".login-active-border").addClass("active-border"),$(".register-active-border").removeClass("active-border"),otpActive&&(resendCode($(".resend-verification-code")),$(".user-verification-form-container").show().find("span.verification-email").attr("data-email",b).text(c+"...@"+d),$(".signin-form-container, .send-email-form-container, .reset-otp-form-container, .c-tabs-nav, .confirm-password-form-container").hide())):typeof(a.error!=null)?(a.error.name!=null&&a.error.name.forEach(function(a){$(".name-validation-error").html("<li style=\"list-style:none\">"+a+"</li>")}),a.error.email!=null&&a.error.email.forEach(function(a){$(".email-validation-error").html("<li style=\"list-style:none\">"+a+"</li>")}),a.error.gCaptcha!=null&&a.error.gCaptcha.forEach(function(a){$(".recaptcha-validation-error").html("<li style=\"list-style:none\">"+a+"</li>")}),a.error.password!=null&&a.error.password.forEach(function(a){$(".password-validation-error").removeClass("text-green-500").addClass("text-red-500").html("<li style=\"list-style:none\">"+a+"</li>")})):$(".password-validation-error").addClass("text-red-500").text(jsLang("Something went wrong, please try again.")),$("#registration-user").find(".create-account-text").show(),$("#registration-user").removeClass("auth-active-btn"),$(".registration-modal-loader").css("display","none")}}))});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--