!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_ecom1/Modules/Upgrader/Resources/views/   drwxr-xr-x
Free 26.68 GB of 117.98 GB (22.61%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     eligible.blade.php (2.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('admin.layouts.app')
@section('page_title', __('System Information'))

@section('content')
    <!-- Main content -->
    <div>
        <div class="card min-h-100">
            <div class="card-header">
                <div class="d-flex justify-content-between">
                    <h5>{{ __('Update your system') }}</h5>
                </div>
            </div>
            <div class="card-body row">
                <div class="col-sm-2"></div>
                <div class="col-sm-8">
                    <div class="row align-items-center justify-content-center alert alert-{{ $upgrader['status'] ? 'secondary' : 'danger' }} mt-3">
                        <div class="col">
                            <h5 class="m-0">{{ $upgrader['message'] }}</h5>
                        </div>
                        @if ($upgrader['status'])
                            <div class="col-auto">
                                <a href="{{ route('systemUpdate.upgrade', ['waiting' => true]) }}" class="btn custom-btn-submit" id="update_now">{{ __('Update Now') }}</a>
                            </div>
                        @endif
                    </div>
                    @if ($upgrader['status'])
                    <div class="row alert alert-warning">
                        {!! $upgrader['json']['description'] !!}
                    </div>
                    @elseif (isset($upgrader['needPermission']) && $upgrader['needPermission'])
                        <table>
                            <tr>
                                <th>{{ __('Directory Name') }}</th>
                                <th>{{ __('Need Permission') }}</th>
                            </tr>
                            @foreach ($upgrader['permissionRequire'] as $directory)
                                <tr>
                                    <td>{{ $directory }}</td>
                                    <td class="text-center">777</td>
                                </tr>
                            @endforeach
                        </table>
                    @endif
                </div>
                <div class="col-sm-2"></div>
            </div>
        </div>
    </div>
@endsection
@section('js')
    <script src="{{ asset('public/dist/js/custom/validation.min.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.0043 ]--