!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.24 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:     single.php (6.9 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
  *
  * @KingSize 2011 - 2014
  * WordPress Developed by: O.W.M Consulting
  * http://www.ourwebmedia.com
  *
  **/
 
$tpl_body_id 'blog_overview';
global 
$data,$postParentPageID;
get_header(); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php $postParentPageID 
$post->ID//Page POSTID for shortcodes 
$comment_status $post->comment_status;
?>
                    
<!--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 the_title(); ?></h2>
    </div>
</div>
<?php } else { ?>
<div class="row header">
    <div class="eight columns">
        <h2 class="title-page"></h2>
    </div>
</div>
<?php ?>                    
<!-- Ends Page title --> 

<!--Blog Main Start-->                    
<div class="row">

    <?php if(get_post_meta($post->ID'post_sidebar_hide'true)) { ?>
    <div class="twelve columns">
    <?php } else { ?>
    <?php if ( $data['wm_sidebar_enabled'] == "1" ) {?>
    <div class="blog">
    <!-- Begin Left Content -->
     <div class="blog_block_left">    
    <?php } else { ?>
    <div class="twelve columns">
    <?php ?>
    <?php ?>
        
            <div class="blog_post">
                <!-- Begin Post Title -->     
                <h3><a href="<?php echo get_permalink$post->ID );?>"><?php the_title(); ?></a></h3>
                <!-- End Post Title -->
                
                <!-- Begin Post Date -->
                <?php 
                
if( $data['wm_date_enabled'] == '1' ) { //data is enabled
                
?>
                <div class="blog_date">                        
                    <ul class="icon-list">
                        <li><img src="<?php echo get_template_directory_uri();?>/images/calendar.png" alt="date" /></li>
                        <li> <?php the_time(get_option('date_format')); ?></li>
                    </ul>                                              
                </div>
                <?php
                 
}
                
?>    
                <!-- End Post Date -->
            </div>


                <!-- Begin Post Thumbnail -->    
                <?php
                 
if ( $data['wm_show_featured_image'] == "0" || get_post_meta($post->ID'kingsize_post_featured_img_inside'true ) == 1) {

                    
################################################
                    //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(get_post_meta($post->ID'post_sidebar_hide'true)) 
                            
$post_featured_img_width 680;
                        else{
                            if ( 
$data['wm_sidebar_enabled'] == "1" 
                                
$post_featured_img_width 680;
                            else
                                
$post_featured_img_width 680;//showing full width
                        
}
                    
################################################
                                
                        
if(has_post_thumbnail()): // POST has thumbnail
                            
echo '<div class="blog_post">';
                            echo 
'<div class="blog_text marginT10">';


                            
$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); 


                            
                            if(
$show_image_lightbox=='enable')
                                echo 
'<a href="'.$org_img_url.'" class="image lightbox_blog" title="'.get_the_title().'" rel="gallery"><img src="'.$url_post_img.'" title="'.get_the_title().'" class="blog_thumbnail"  width="'.$image[1].'" height="'.$image[2].'"/></a>';
                            else 
                                echo 
'<a href="'.get_permalink$post->ID ).'" class="image" title="'.get_the_title().'"><img src="'.$url_post_img.'" title="'.get_the_title().'" class="blog_thumbnail"  width="'.$image[1].'" height="'.$image[2].'"/></a>';

                            echo 
'</div>';    
                            echo 
'</div>';    
                        endif;

                 }
                
?>
                <!-- End Post thubmnail -->
            

            <div class="blog_post">
                <!-- Begin Post Content -->
                <?php 
                
///Enable the gallery with next previous of images
                
if ( $data['wm_img_gallery_nxt_prev'] == "1" ) {                                
                    
$post_content get_the_content($more_link_text$stripteaser$more_file);
                    
$post_content apply_filters('the_content'$post_content);
                    
$post_content str_replace(']]>'']]&gt;'$post_content);

                    
//Gallery Shortcode is being used 
                    //$pattern = get_shortcode_regex(); 
                    //preg_match('/'.$pattern.'/s', $post->post_content, $matches);
                    //if (is_array($matches) && $matches[2] == 'img_gallery') { 

                    
global $tpl_body_id;
                    if(
$tpl_body_id == "colorbox" ||  $tpl_body_id == "fancybox") {

                        
//$post_content = str_replace("<a ","<a rel='gallery' ",$post_content);
                        
echo $post_content;
                    }     
                    else {
                        
//$post_content = str_replace("<a ","<a rel='prettyPhoto[gallery]' ",$post_content);
                        
echo $post_content;
                    }
                }
                else {
                    
the_content();
                }
                
?>
                <!-- End Post Content -->
                </div>

                <!-- Begin Post Tags -->
                <?php
                $tags 
get_the_tags();
                
                if(
$tags) :
                
?>
                <div class="blog_post">
                    <div class="blog_date">                        
                        <ul class="icon-list tags">                                                   
                        <li><?php echo __('Tags: ''kslang');?>:</li>
                        <?php
                            $cnt 
0
                            foreach ( 
$tags as $tag ) {
                            
$cnt++;

                                
$tag_link get_tag_link$tag->term_id );
                                
$html .= "<li><a href='{$tag_link}' title='{$tag->name} Tag' class='underline {$tag->slug}'>";
                                if(
count($tags) == $cnt
                                    
$html .= "{$tag->name}</a></li>";
                                else
                                    
$html .= "{$tag->name},</a></li>";
                            
                            }
                            echo 
$html;
                        
?>
                        </ul>
                    </div>
                </div>
                <?php endif; ?>
                <!-- End Post Tags -->
                
    
            
            <?php if ( $data['wm_show_comments'] == "1" ) {?>
                <!-- Begin Post Comments -->
                <?php comments_template'/comments.php' ); ?>
                <!-- End Post Comments -->
            <?php ?>
            <!-- END blog_post comments_section -->

        
        <!-- Begin Sidebar -->
        <?php if(get_post_meta($post->ID'post_sidebar_hide'true)) { ?>
        <!-- NO SIDEBAR SELECTED -->
        <?php } else { ?>
        <?php if ( $data['wm_sidebar_enabled'] == "1"  || $comment_status == "open") {?>
        </div><!-- End Left Content -->

        <div id="sidebar" class="blog_block_right">                    
            <?php //get_sidebar(); ?>
            <?php if ( !function_exists('generated_dynamic_sidebar') || !generated_dynamic_sidebar("Main Blog Sidebar") ) : ?><?php endif; ?>
        </div> 
        <?php ?>
        <?php ?>
        <!-- End Sidebar --> 
        
    </div><!-- END blog -->
</div>    <!-- END row  -->

<?php endwhile; endif; ?>
<?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.0252 ]--