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


Viewing file:     dashboard-menu.blade.php (4.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="responsive-menu lg:hidden p-6 z-[9999] fixed top-0 ltr:left-0 rtl:right-0 w-full min-w-[300px] max-w-[300px] h-full overflow-y-auto bg-white transition-all duration-300 rtl:translate-x-full ltr:-translate-x-full invisible"
    :class="dashboardMenu ? 'active' : ''">
    <div class="flex flex-col gap-3">
        <div class="flex justify-end items-center">

            <button @click="dashboardMenu = false">
                <x-svg.cross-icon />
            </button>
        </div>
        @if (auth('user')->check())
            <h3 class="heading-07 text-gray-900">{{ __('dashboard') }}</h3>
            <ul class="flex flex-col gap-3">
                <li>
                    <a href="{{ route('frontend.dashboard') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('overview') }}</span>
                    </a>
                </li>

                <li>
                    <a href="{{ route('frontend.seller.profile', authUser()->username) }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('public_profile') }}</span>
                    </a>
                </li>

                <li>
                    <a href="{{ route('frontend.post') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('post_listing') }}</span>
                    </a>
                </li>

                <li>
                    <a href="{{ route('frontend.my.listing') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('my_ads') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.resubmission.list') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('resubmission_request') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.favorite.list') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('favorite_ads') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.message') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('message') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.plans-billing') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('plans_billing') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.verify.account') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('verify_account') }}</span>
                    </a>
                </li>
                <li>
                    <a href="{{ route('frontend.account-setting') }}"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('account_setting') }}</span>
                    </a>
                </li>
                <li>
                    <a href="javascript:void(0"
                        onclick="event.preventDefault();document.getElementById('menubar-logout-form').submit();"
                        class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">
                        <span>{{ __('logout') }}</span>
                    </a>
                </li>
                <form id="menubar-logout-form" action="{{ route('frontend.logout') }}" method="POST"
                    class="hidden invisible">
                    @csrf
                </form>
            </ul>
        @endif
    </div>
</div>
<div @click="dashboardMenu = false"
    class="mobile-overlay fixed top-0 left-0 h-full w-full bg-black/50 z-[999] transition-all duration-300 invisible lg:hidden"
    :class="dashboardMenu ? 'active' : ''"></div>

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