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/categories-bkp.php
<?php 
    $letters = array();
    if(!empty($categories_data)){
        foreach($categories_data as $categories_data2){
            $letter_temp = ctype_alpha($categories_data2['category_first_letter'])?$categories_data2['category_first_letter']:'#';
            $letters[$letter_temp] = $letter_temp;        
        }
    }
?>
                
<section class="stores section">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<div class="section-title">
					<h2>Categories</h2>
				</div>
				<!-- First Letter -->
                <?php if(!empty($letters)):foreach($letters as $letter):?>
				<div class="block">
					<!-- Store First Letter -->
					<h5 class="store-letter"><?php echo ctype_alpha($letter)?$letter:'#';?></h5>
					<hr>
					<!-- Store Lists -->
					<div class="row">
						<!-- Store List 01 -->
						<?php $i = 0;?>  
						<?php foreach($categories_data as $category):?>
						<?php 
						    $category_letter = ctype_alpha($category['category_first_letter'])?$category['category_first_letter']:'#';
						    if($letter == $category_letter):
						?>
						<?php if($i == 0):?>
						<div class="col-md-3 col-sm-6">
							<ul class="store-list">
						<?php endif;?>
						        <li><a href="<?php echo base_url('category/').$category['category_slug'];?>"><?php echo $category['category_name'];?></a></li>
						<?php if($i == 3):?>								
							</ul>	
						</div>
						<?php endif;?>						
						<?php if($i == 3){$i = 0;}else{$i++;}?>
						<?php endif;?>
						<?php endforeach;?>
					</div>
				</div>
				<?php endforeach;endif;?>
			</div>
		</div>
	</div>
</section>

Anon7 - 2022
AnonSec Team