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


Viewing file:     sidebar.php (2.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @KingSize 2014
 **/
?>
                
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Main Blog Sidebar") ) : ?>         
<!-- This sidebar will be shown if no widgets used -->    

    <!-- Sidebar item -->
   <div id="recent_posts" class="blog_section">     
       <h3>Categories</h3>
        <ul class="side-nav bg-hover">
        <?php 
        $categories_list 
wp_list_categories('echo=0&title_li=&hide_empty=1');
        echo 
str_replace('<li class="','<li class="divider"></li><li class="pencil ',$categories_list);
        
?>
        </ul>
   </div>
<!-- Sidebar item ends here-->
   
   
<!-- Sidebar item -->
   <div id="recent_posts" class="blog_section">
    <h3>Recent Posts</h3>
    <ul class="side-nav bg-hover">
            <?php 
            wp_get_archives
( array(
                
'type'            => 'postbypost',   // or daily, weekly, monthly, yearly
                
'limit'           => 5,   // maximum number shown
                
'format'          => 'custom',   // or select (dropdown), link, or custom (then need to also pass before and after params for custom tags
                
'show_post_count' => false,    // show number of posts per link
                
'before' =>  '<li class="divider"></li><li class="pencil">',
                
'after' =>  '</li>',
                
'echo'            => 1     // display results or return array

            
) ); 
            
?>
        </ul>
    </div>
<!-- Sidebar item ends here-->
   
   
<!-- Sidebar item -->
  <div id="recent_comments" class="blog_section">
    <h3>Archives</h3>
    <ul class="side-nav bg-hover">
        <?php 
        wp_get_archives
( array(
                
'title_li='       => '',
                
'type'            => 'monthly',   // or daily, weekly, monthly, yearly
                
'format'          => 'custom',   // or select (dropdown), link, or custom (then need to also pass before and after params for custom tags
                
'show_post_count' => false,    // show number of posts per link
                
'before' =>  '<li class="divider"></li><li class="pencil">',
                
'after' =>  '</li>',
                
'echo'            => 1     // display results or return array

            
) ); 
        
?>
    </ul>
  </div>
<!-- Sidebar item ends here-->
    
<?php endif; ?>

:: 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.0063 ]--