!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/sender.picotech.app/public_html/resources/views/auth/   drwxr-xr-x
Free 29.11 GB of 117.98 GB (24.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     password_reset_form.blade.php (2.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.auth_customer')

@section('title','Forget password')
@section('extra-style')
<style>
    .login-body{
        width: 30rem;
    }
    .login-img-sec {
        max-width: 450px;
        height: 100%;
        margin: 0 auto;
    }
    .login-img{
        width: 100%;
        background-repeat: no-repeat;
        background-color: #fffff;
        background-size: contain;
        height: 100%;
    }
    body{
        overflow: hidden;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    @media (max-width: 768px){
        .login-img-sec{
            display: none;
        }
        .login-alien{
            margin-top: 150px;
        }
    }
    .login-logo a, .register-logo a {
     color: #080808 !important;
    }
    .input-group-append {
        margin-left: -1px;
        border-left: 1px solid #ced4da !important;
    }
    .login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
        border-right: 1px solid #ced4da !important;
    }
</style>
@endsection
@section('content')
    <div class="card-body login-card-body">
        <p class="login-box-msg">@lang('passwords.title')</p>

        <form action="{{route('password.sent')}}" method="post">
            @csrf
            <div class="input-group mb-3">
                <div class="input-group-append">
                    <div class="input-group-text">
                        <span class="fas fa-envelope"></span>
                    </div>
                </div>
                <input name="email" type="email" class="form-control" placeholder="@lang('passwords.email')">
            </div>

            <div class="row justify-content-center">
                <!-- /.col -->
                <div class="col-4">
                    <button type="submit" class="btn btn-primary btn-block">@lang('auth.form.button.reset')</button>
                </div>
                <!-- /.col -->
            </div>
        </form>

        <!-- /.social-auth-links -->
        <div class="row mt-3">
            <div class="col-8">
                <p class="mb-1">
                    <a href="{{route('login')}}">@lang('auth.form.sign_in')</a>
                </p>
            </div>
            @if ($registration_status=='enable')
            <div class="col-4">
                <p class="mb-0">
                    <a href="{{route('signup')}}" class="text-center">@lang('auth.form.registration')</a>
                </p>
            </div>
            @endif
        </div>
    </div>

@endsection

:: 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.0042 ]--