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


Viewing file:     ba3118ed9bd3af920e5adf5c2a23e9f3.php (21.19 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


<?php $__env->startSection('content'); ?>
<div class="divider-xl"></div>
<!--    START BANNER  -->
  <!-- <div class="d-flex justify-content-center"> -->
  <div class="row">
      <?php $ccc=0;  ?>
     <?php $__currentLoopData $data['banners']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $banner): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
      <?php if($banner->name == 'WebSlider'): ?>
       <!-- <div class="w-70"> -->
       <div class="col-lg-8 col-md-12 col-xl-8 col-xs-12 left-side-banner-index custom-left-side-banner-index">
           <section class="banner py-1 wow fadeInUp ">
               <div <?php if(Session::get('locale') == 'ar'): ?> dir="rtl" <?php endif; ?>>
                   <?php if(count($banner->images) > 0): ?>
                       <section class="banner_js ">
                           <?php $__currentLoopData $banner->images$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                   <div data-url="<?php echo e($value->link); ?>" class="banner-slide bg-img left-banner-section">
                                       <img src="<?php echo e(asset('uploads')); ?>/banner/<?php echo e($value->image); ?>" class="left-banner"
                                            alt=""/>
                                       <div class="banner-overlay">
                                           <div class="banner-wrapper">
                                               <div class="otrixcontainer">
                                                   <div class="banner-contain">
                                                       <?php if($value->title): ?>
                                                           <div class="ban-offer">
                                                               <h2><?php echo e($value->title); ?></h2>
                                                           </div>
                                                       <?php endif; ?>
                                                       <?php if($value->link): ?>
                                                           <a href="<?php echo e($value->link); ?>" class="button-block">Shop Now</a>
                                                       <?php endif; ?>
                                                   </div>
                                               </div>
                                           </div>
                                       </div>
                                   </div>
                           <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                       </section>
                   <?php endif; ?>
               </div>
           </section>
      </div>
      <!-- <div class="w-2"></div> -->
      <?php endif; ?>
      <?php if($banner->name == 'web-homepage-sub-banners'): ?>
        <!-- <div class="w-28 "> -->
        <div class="text-right home-right-banner col-lg-4 col-md-4 col-xl-4 col-xs-12 right-side-banner-home custom-right-side-banner-home">
          <!-- <div class="d-flex flex-column  "> -->
          <div class="row">
            <?php $__empty_1 true$__currentLoopData $banner->images$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?>
              <div class="banner-slide bg-img sub-slider justify-content-center mb-4 col-md-12 col-6">
                  <a  href="<?php echo e(isset($value->link)?$value->link:'#'); ?>">
                    <img src="<?php echo e(asset('uploads')); ?>/banner/<?php echo e($value->image); ?>" alt="" />
                  </a>
                  <div class="ban-offer-right-side">
                      <h4 class="right-side-banner-title"><?php echo e($value->title); ?></h4>
                      <a href="<?php echo e(isset($value->link)?$value->link:'#'); ?>"  class="button-block btn-sm">Shop Now</a>
                  </div>
              </div>
              <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?>
              <?php endif; ?>
          </div>
        </div>
      <?php endif; ?>
      <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
  </div>
<!--==== End BANNER ====-->



<!--==== START Special Offers ====-->
<?php echo $__env->make('frontend.partials.specialoffer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== END Special Offers ====-->


<section class="flash-sale-banner">
    <div class="container mt-3">
        <div class="row">
            <div class="col-md-6 col-12">
                <div class="banner-img-sections">
                    <?php if(isset($popular_banner->picture_one) && $popular_banner->picture_one): ?>
                        <img src="<?php echo e(asset('uploads/'.$popular_banner->picture_one)); ?>" alt="">
                    <?php else: ?>
                        <img src="<?php echo e(asset('uploads/banner-fl-1.png')); ?>" alt="">
                    <?php endif; ?>
                    
                    <div class="banner-texts">
                        <h4 class="text-white"><?php echo e(isset($popular_banner->title_one)?$popular_banner->title_one:''); ?></h4>

                        <a href="<?php echo e(isset($popular_banner->link_one)?$popular_banner->link_one:'#'); ?>" class="button-block btn-sm cs-btn-block">
                            Shop Now
                        </a>
                    </div>
                </div>
            </div>

            <div class="col-md-6 col-12">
                <div class="banner-img-sections banner-img-sections-two">
                    <?php if(isset($popular_banner->picture_two) && $popular_banner->picture_two): ?>
                        <img src="<?php echo e(asset('uploads/'.$popular_banner->picture_two)); ?>" alt="">
                    <?php else: ?>
                        <img src="<?php echo e(asset('uploads/banner-fl-2.png')); ?>" alt="">
                    <?php endif; ?>
                    <div class="banner-texts">
                        <h4 class="text-white"><?php echo e(isset($popular_banner->title_two)?$popular_banner->title_two:''); ?></h4>

                        <a href="<?php echo e(isset($popular_banner->link_two)?$popular_banner->link_two:'#'); ?>" class="button-block btn-sm cs-btn-block">
                            Shop Now
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>


<!--==== Category Wise Products ====-->
<?php echo $__env->make('frontend.partials.categoryWiseProducts'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Category Wise Products ====-->


<!--====Start Homepage banner 3 column ====-->
<?php if(isset($data['homepagethreecolumnbanners']) && isset($data['homepagethreecolumnbanners']->images[1])): ?>
    <?php echo $__env->make('frontend.partials.homepageBanners',['column' => 3,'data' => $data['homepagethreecolumnbanners']->images], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<?php 
endif; ?>
<!--====End Homepage banner 3 column  ====-->



<!--==== Trending product ====-->
<?php echo $__env->make('frontend.partials.homeproduct',['isSlider' => false,'type' => 'trending','title' => "Trending Products"'content' => "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.",'productsArr' => $data['trendingProducts'],'new' => false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Trending product ====-->

<section class="banner-large">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="section-image home-sec-category-img">
                    <?php
                        $category_sec 
json_decode($category_banner);
                    
?>
                    <?php if(isset($category_sec) && $category_sec->category_image): ?>
                    <img src="<?php echo e(asset('uploads/'.$category_sec->category_image)); ?>" >
                    <?php else: ?>
                    <img src="<?php echo e(asset('uploads/banner-lg.jpg')); ?>" >
                    <?php endif; ?>
                    <div class="category-home-sec">
                        <h4 class="text-white"><?php echo e(isset($category_sec->category_title)?$category_sec->category_title:''); ?></h4>

                        <a href="<?php echo e(isset($category_sec->category_link)?$category_sec->category_link:'#'); ?>" class="btn btn-sm btn-success mt-3">
                            Shop Now
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!--==== START Top Categories ====-->
<?php echo $__env->make('frontend.partials.topcategories'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Top Categories ====-->

<!--==== Start Featured product ====-->
<?php echo $__env->make('frontend.partials.homeproduct',['isSlider' => false,'type' => 'featured','title' => "Featured"'content' => "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.",'productsArr' => $data['featuredproducts'],'new' => false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Featured product ====-->


<section class="flash-sale-banner">
    <div class="container mt-3">
        <div class="row">

            <div class="col-md-6 col-12">
                <div class="banner-img-sections">
                    <?php if(isset($new_product_banner->picture_one) && $new_product_banner->picture_one): ?>
                    <img src="<?php echo e(asset('uploads/'.$new_product_banner->picture_one)); ?>" alt="">
                    <?php else: ?>
                    <img src="<?php echo e(asset('uploads/banner-fl-4.png')); ?>" alt="">
                    <?php endif; ?>

                    <div class="banner-texts">
                        <h4 class="text-white"><?php echo e(isset($new_product_banner->title_one)?$new_product_banner->title_one:''); ?></h4>

                        <a href="<?php echo e(isset($new_product_banner->link_one)?$new_product_banner->link_one:''); ?>" class="button-block btn-sm cs-btn-block">
                            Shop Now
                        </a>
                    </div>
                </div>
            </div>

            <div class="col-md-6 col-12">
                <div class="banner-img-sections banner-img-sections-two">
                    <?php if(isset($new_product_banner->picture_one) && $new_product_banner->picture_two): ?>
                        <img src="<?php echo e(asset('uploads/'.$new_product_banner->picture_two)); ?>" alt="">
                    <?php else: ?>
                        <img src="<?php echo e(asset('uploads/banner-fl-3.png')); ?>" alt="">
                    <?php endif; ?>

                    <div class="banner-texts">
                        <h4 class="text-white"><?php echo e(isset($new_product_banner->title_two)?$new_product_banner->title_two:''); ?></h4>

                        <a href="<?php echo e(isset($new_product_banner->link_two)?$new_product_banner->link_two:''); ?>" class="button-block btn-sm cs-btn-block">
                            Shop Now
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>



<!--==== Start New product ====-->
<?php echo $__env->make('frontend.partials.homeproduct',['isSlider' => true,'type' => 'new','title' => "Flash Sale For You!"'content' => "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.",'productsArr' => $data['newProducts'],'new' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End New product ====-->



<!--====Start Homepage banner 2 column ====-->
<?php if(isset($data['homepagetwocolumnbanners']) && isset($data['homepagetwocolumnbanners']->images[1])): ?>
  <?php echo $__env->make('frontend.partials.homepageBanners',['column' => 2,'data' => $data['homepagetwocolumnbanners']->images], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<?php 
endif; ?>
<!--====End Homepage banner 2 column  ====-->


<!--==== Brands  ====-->
<?php echo $__env->make('frontend.partials.brands'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Brands ====-->

<!--==== Blog Section  ====-->
<?php echo $__env->make('frontend.partials.blog'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
<!--==== End Blog Section  ====-->



<section class="mt-4">
    <div class="container">
        <div class="row">

            <div class="col-md-3 col-lg-3 col-12">
                <div class="website-features-section text-center">
                    <div class="about-icon-section">
                        <i class="fas fa-plane"></i>
                    </div>
                    <h5 class="mt-3">
                        Free Delivery
                    </h5>
                </div>
            </div>


            <div class="col-md-3 col-lg-3 col-12">
                <div class="website-features-section text-center w-f-responsive">
                    <div class="about-icon-section">
                        <i class="far fa-money-bill-alt"></i>
                    </div>
                    <h5 class="mt-3">
                        Money Back Guarantee
                    </h5>
                </div>
            </div>


            <div class="col-md-3 col-lg-3 col-12">
                <div class="website-features-section text-center w-f-responsive">
                    <div class="about-icon-section">
                        <i class="fas fa-phone-volume"></i>
                    </div>
                    <h5 class="mt-3">
                        24/7 Customer Support
                    </h5>
                </div>
            </div>


            <div class="col-md-3 col-lg-3 col-12">
                <div class="text-center website-features-section w-f-responsive">
                    <div class="about-icon-section">
                        <i class="fab fa-speakap"></i>
                    </div>
                    <h5 class="mt-3">
                        Secure Online Payment
                    </h5>
                </div>
            </div>

        </div>
    </div>
</section>



<!-- Modal -->
<div class="modal fade " id="subscriptionModal" data-bs-backdrop="static" tabindex="-1" role="dialog"
     aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered modal-dialog-zoom modal-md mx-4 mx-md-auto" role="document">
        <div class="modal-content p-0">
            <div class="modal-header p-0">
                <button type="button" class="close modal_close_btn" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body p-1">
                <div class="row">
                    <div class="col-md-12">
                        <div class="banner-image-section">
                            <img src="<?php echo e(asset('uploads/subscription-modal.png')); ?>" alt="">
                        </div>
                    </div>
                    <div class="col-md-12 pt-2 p-5 text-center">
                        <h3>Subscribe to Our Newsletter</h3>
                        <h6>
                            <smal>Subscribe to our Newsletter to receive early discount offers, latest news, sales and
                                promo information.
                            </smal>
                        </h6>

                        <form action="<?php echo e(route('submit.newslatter')); ?>" method="post" class="subscirbe_news">
                            <?php echo csrf_field(); ?>
                            <div class="form-group">
                                <input type="email" name="email" class="form-control"
                                       placeholder="<?php echo e(__('common')['email_address']); ?>"/>
                            </div>
                            <div class="form-group">
                                <input type="submit" value="<?php echo e(__('common')['subscribe']); ?>" class="btn-subscribe submit_set_popup_data"/>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>


<?php $__env->startPush('js'); ?>

<script type="text/javascript">

 <?php foreach($data['dodProducts'] as $key=>$value) {
   
$endDatee str_replace("/","-",$value->special->end_date);
   
$endDatee date('M d, Y',strtotime($endDatee));
   
$endDatee .= ' 23:59:59'
   
?>

  var deadline = new Date("<?php echo e($endDatee); ?>").getTime();

  var x = setInterval(function() {

  var now = new Date().getTime();
  var t = new Date("<?php echo e($endDatee); ?>").getTime() - now;
  var days = Math.floor(t / (1000 * 60 * 60 * 24));
  var hours = Math.floor((t%(1000 * 60 * 60 * 24))/(1000 * 60 * 60));
  var minutes = Math.floor((t % (1000 * 60 * 60)) / (1000 * 60));
  var seconds = Math.floor((t % (1000 * 60)) / 1000);
  $(".days"+"<?php echo e($value->id); ?>").html(days) ;
  $(".hours"+"<?php echo e($value->id); ?>").html(hours);
  $(".minutes"+"<?php echo e($value->id); ?>").html(minutes);
  $(".seconds"+"<?php echo e($value->id); ?>").html(seconds);
  if (t < 0) {
        clearInterval(x);
        $(".day"+"<?php echo e($value->id); ?>").innerHTML ='0';
        $(".hour"+"<?php echo e($value->id); ?>").innerHTML ='0';
        $(".minute"+"<?php echo e($value->id); ?>").innerHTML ='0' ;
        $(".second"+"<?php echo e($value->id); ?>").innerHTML = '0'; }
  }, 1000);
  <?php ?>

  //render tab products
  var activeTab = $("ul.nav-tabs li a.active");
   getProductsByCat(activeTab.data('cat'));

   function activeTabGetData(data,category){

      //find active
      var activeTab = $("ul.nav-tabs li a.active");

      activeTab.removeClass('active');
      $(data).addClass('active');

      //find acitve tab content
      var activeTabContent = $("div.tab-content .active");
      activeTabContent.removeClass('active');
      $('#Tab-'+category).addClass('active');
      $('#cat-ul-'+category).html(`<div class="" style="margin: 0 auto"><img src="<?php echo e(asset('frontend')); ?>/images/loading.gif" alt="loader "  /></div>`);
      getProductsByCat(category)
   }

  function getProductsByCat(category) {
    var url = '<?php echo e(route("category.productsajax"":id")); ?>';
    url = url.replace(':id', category);
    $.ajax({
        url: url,
        type: 'get',
        dataType: 'html',
        success: function(response) {
            $('#cat-ul-'+category).empty();
            $('#cat-ul-'+category).html(response);
            $("img.lazy").lazyload({
              effect:'fadein',
              placeholder_data_img:"<?php echo e(config('constant.image_loader')); ?>"
            });
        }
    });
  }


 $(function () {
     $('[data-toggle="tooltip"]').tooltip()
 });

   $(document).ready(function(){
       const date = new Date();

       let day = date.getDate();
       let month = date.getMonth() + 1;
       let year = date.getFullYear();
       let currentDate = `${day}-${month}-${year}`;

      const pre_date= localStorage.getItem("news_latter_popup");

      if(pre_date != currentDate) {
          $('#subscriptionModal').modal('show');
      }

   });

   $(document).on('click', '.modal_close_btn', function(){

       $('#subscriptionModal').modal('hide');

       const date = new Date();

       let day = date.getDate();
       let month = date.getMonth() + 1;
       let year = date.getFullYear();
       let currentDate = `${day}-${month}-${year}`;

       localStorage.setItem("news_latter_popup", currentDate);
   });

   $(document).on('click', '.submit_set_popup_data', function(){
       const date = new Date();
       let day = date.getDate();
       let month = date.getMonth() + 1;
       let year = date.getFullYear();
       let currentDate = `${day}-${month}-${year}`;
       localStorage.setItem("news_latter_popup", currentDate);
   });


</script>
<?php $__env->stopPush(); ?>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('frontend.layouts.app', ['class' => 'bg-white'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/frontend/home/index.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.0046 ]--