!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.27 GB of 117.98 GB (23.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     75d19196527453c551afb9fb4d83f2a1a205fb8b.php (5.72 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if($flashProduct): ?>
    <?php
        $flash 
miniCollection($component->flash ?? []);
    
?>
    <div class="md:w-322p w-full">
        <div class="relative bg-gray-11 rounded-md pb-0.5">
            <?php if($flash->badge_text): ?>
                <div class="p-4">
                    <p
                        class="text-xs rounded-sm roboto-medium font-medium text-gray-12 text-center px-1.5 py-1 primary-bg-color w-25">
                        <?php echo e($flash->badge_text); ?></p>
                </div>
            <?php endif; ?>
            <div class="flex justify-center">
                <img width="180px" height="160px" src="<?php echo e($flashProduct->getFeaturedImage('medium')); ?>" alt="<?php echo e(__('Image')); ?>">
            </div>

            <div class="text-center bg-white mx-4 mb-4 mt-8 py-4 rounded">
                <p class="text-lg text-gray-12 mt-2 px-5 dm-regular font-normal">
                    <?php echo e(trimWords($flashProduct->name30)); ?></p>

                <div class="item-rating">
                    <div class="self-top">
                        <ul class="flex justify-center mt-2">
                            <?php for($i 1$i <= 5$i++): ?>
                                <?php if($flashProduct->review_average >= $i): ?>
                                    
                                    <li class="mt-1">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 primary-text-color"
                                            viewBox="0 0 20 20" fill="currentColor">
                                            <path
                                                d="M6.23333 0L7.6328 4.30712H12.1616L8.49772 6.96907L9.89719 11.2762L6.23333 8.61425L2.56947 11.2762L3.96894 6.96907L0.305081 4.30712H4.83386L6.23333 0Z"
                                                fill="currentColor" />
                                        </svg>
                                    </li>
                                <?php elseif($flashProduct->review_average $i && $flashProduct->review_average $i 1): ?>
                                    
                                    <li class="mt-1 <?php echo e(languageDirection() == 'ltr' 'pr-2' 'pl-2'); ?>">
                                        <svg class="h-3 w-3" viewBox="0 0 142 142" fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M71 0L86.9405 49.0598H138.525L96.7923 79.3804L112.733 128.44L71 98.1196L29.2672 128.44L45.2077 79.3804L3.47499 49.0598H55.0595L71 0Z"
                                                fill="#C4C4C4" />
                                            <mask id="mask0_2170_1814" class="mask-type-alpha"
                                                maskUnits="userSpaceOnUse" x="3" y="0"
                                                width="136" height="129">
                                                <path
                                                    d="M71 0L86.9405 49.0598H138.525L96.7923 79.3804L112.733 128.44L71 98.1196L29.2672 128.44L45.2077 79.3804L3.47499 49.0598H55.0595L71 0Z"
                                                    fill="#C4C4C4" />
                                            </mask>
                                            <g mask="url(#mask0_2170_1814)">
                                                <rect x="-39" y="-36" width="110" height="201"
                                                    fill="var(--primary-color)" />
                                            </g>
                                        </svg>
                                    </li>
                                <?php else: ?>
                                    
                                    <li class="mt-1">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-300"
                                            viewBox="0 0 20 20" fill="currentColor">
                                            <path
                                                d="M6.23333 0L7.6328 4.30712H12.1616L8.49772 6.96907L9.89719 11.2762L6.23333 8.61425L2.56947 11.2762L3.96894 6.96907L0.305081 4.30712H4.83386L6.23333 0Z"
                                                fill="currentColor" />
                                        </svg>
                                    </li>
                                <?php endif; ?>
                            <?php endfor; ?>
                        </ul>

                        <p class="<?php echo e(languageDirection() == 'ltr' 'ml-1.5' 'mr-1.5'); ?> text-gray-10 text-sm dm-sans mt-1.5">
                            (<?php echo e($flashProduct->review_count); ?>

                            <?php echo e($flashProduct->review_count __('Reviews') : __('Review')); ?>)
                        </p>
                    </div>
                </div>

                <?php if($sp $flashProduct->getFormattedSalePrice()): ?>
                    <p class="text-xl text-gray-12 dm-bold mt-3 pb-4">
                        <?php echo e($sp); ?>

                    </p>
                <?php endif; ?>
                <p
                    class="<?php echo e($sp 'text-12 font-medium line-through text-gray-10 pl-1 mt-0.5' 'text-xl text-gray-12 dm-bold mt-3 pb-4'); ?>">
                    <?php echo e($flashProduct->getFormattedPrice()); ?>

                </p>
            </div>
    </div>
</div>
<?php endif; ?>
<?php 
/**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/partials/flash.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.0049 ]--