!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.18 GB of 490.84 GB (36.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     page.php (3.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @KingSize 2011 - This is the page.php
 *
 * @KingSize Template by Denoizzed and Our Web Media
 * Developed by: Our Web Media 2011
 * Developer URL: http://themeforest.net/user/OurWebMedia
 * Original design by: Denoizzed 2010
 * Author URL: http://themeforest.net/user/Denoizzed
 **/
$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 --> 
    
            <!--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 ?>

                    <!-- Content here -->
                    <?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 
                        
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 content  -->
                
                    <?php if ( $data['wm_show_comments'] == "1" ) {?>
                        <!-- Begin Post Comments -->
                        <?php comments_template'/comments.php' ); ?>
                        <!-- End Post Comments -->
                    <?php ?>
                    <!-- END blog_post comments_section -->

                <?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 ?>

                </div> <!-- twelve columns/blog  -->
            </div> <!-- end row -->
        <!--Sample Page End-->

<?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.0072 ]--