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


Viewing file:     profile.blade.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="card card-profile">
    <div class="row justify-content-center">
        <div class="col-lg-3 order-lg-2">
            <div class="card-profile-image">
                <a href="#">
                    
                    <img src="https://www.gravatar.com/avatar/{{ md5($client->email) }}?d=mp" class="rounded-circle">
                </a>
            </div>
        </div>
    </div>
    <div class="card-header text-center border-0 pt-8 pt-md-4 pb-0 pb-md-4">
        <div class="d-flex justify-content-between">
            <a href="mailto:{{ $client->email }}" class="btn btn-sm btn-success float-right">{{ __('Email')}}</a>
            
        </div>
    </div>
    <div class="card-body pt-0">
        <div class="row">
            
            <div class="col">
                <div class="card-profile-stats d-flex justify-content-center">
                    @if (isset($orderCount))
                        <div>
                            <span class="heading">{{ $orderCount }}</span>
                            <span class="description">{{ __('Orders') }}</span>
                        </div> 
                    @endif
                </div>
            </div>
        </div>
        <div class="text-center">
            <h5 class="h3">
                {{ $client->name}}<span class="font-weight-light"></span>
            </h5>
            <div class="h5 font-weight-300">
                <i class="ni email-83 mr-2"></i>{{$client->email}}
                @isset($client->phone)
                    <br />
                    <i class="ni email-83 mr-2"></i>{{$client->phone}}
                @endisset
                
            </div>
            <div class="h5 mt-4">
                {{  $client->created_at->format(config('settings.datetime_display_format')) }}
            </div>
            
        </div>
    </div>
</div>

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