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


Viewing file:     e42c0ad163f9eabcf723f4d0ad576e6c11439f96.php (2.33 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $cType 
$component->category_type;
    
$categories $homeService->categories($cType, [], $component->max$component->categories);
    
$totalCols $homeService->getColumnCount($component$component->max);
?>
<section class="<?php echo e($component->full == 'px-4' 'mx-4 lg:mx-4 xl:mx-32 2xl:mx-64 3xl:mx-92'); ?> my-10 md:my-12"
    style="margin-top:<?php echo e($component->mt); ?>;margin-bottom:<?php echo e($component->mb); ?>;">
    <?php if($component->title): ?>
        <p class="text-center font-bold text-sm md:text-22 text-gray-12 mb-2.5 md:mb-5 uppercase dm-bold">
            <?php echo $component->title?></p>
    <?php endif; ?>
    <div
        class="grid lg:grid-cols-<?php echo e($totalCols); ?> lg:gap-7 grid-flow-col lg:grid-flow-row gap-4 auto-cols-max overflow-auto">
        <?php $__currentLoopData $categories ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
            <a href="<?php echo e(route('site.productSearch', ['categories' => $category->slug])); ?>">
                <div
                    class="border primary-bg-hover mb-4 md:mb-0 rounded-md relative t-img trans-effect w-130p lg:w-auto">
                    <div class="flex justify-center items-center h-130p">
                        <img class="md:h-16 md:w-16 w-66p h-66p object-contain trans-effect neg-transition-scale"
                            src="<?php echo e($category->fileUrl()); ?>" alt="<?php echo e(__('Image')); ?>">
                    </div>
                    <div
                        class="opacity-0 hover:opacity-100 duration-300 absolute inset-0 z-10 flex justify-center items-center text-xs md:text-base mx-3 text-white font-semibold">
                        <p class="text-gray-12 dm-bold absolute inset-x-0 bottom-1 md:bottom-3 text-center leading-5 line-clamp-single">
                            <?php echo e(trimWords($category->name15)); ?>

                        </p>
                    </div>
                </div>
            </a>
        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
    </div>
</section>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/templates/blocks/category-template-v1.blade.php ENDPATH**/ ?>

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