!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/   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:     partial-alerts-template.php (1.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package WPSEO\Admin
 */

if ( ! function_exists'_yoast_display_alerts' ) ) {
    
/**
     * Create the alert HTML with restore/dismiss button
     *
     * @param array  $list   List of alerts.
     * @param string $status Status of the alerts (active/dismissed).
     */
    
function _yoast_display_alerts$list$status ) {
        foreach ( 
$list as $notification ) {

            switch ( 
$status ) {
                case 
'active':
                    
$button sprintf'<button type="button" class="button dismiss"><span class="screen-reader-text">%1$s</span><span class="dashicons dashicons-no-alt"></span></button>'__'Dismiss this item.''wordpress-seo' ) );
                    break;

                case 
'dismissed':
                    
$button sprintf'<button type="button" class="button restore"><span class="screen-reader-text">%1$s</span><span class="dashicons dashicons-hidden"></span></button>'__'Restore this item.''wordpress-seo' ) );
                    break;
            }

            
printf'<div class="yoast-alert-holder" id="%1$s" data-nonce="%2$s" data-json="%3$s">%4$s%5$s</div>'$notification->get_id(), $notification->get_nonce(), $notification->get_json(), $notification$button );
        }
    }
}

if ( ! 
$active ) {
    
$dashicon 'yes';
}

?>
<h3><span class="dashicons dashicons-<?php echo $dashicon?>"></span> <?php echo $i18n_title ?> (<?php echo $active_total ?>)</h3>

<div id="yoast-<?php echo $type ?>">

    <?php if ( $total ) : ?>
        <p><?php echo ( ! $active ) ? $i18n_no_issues $i18n_issues?></p>

        <div class="container" id="yoast-<?php echo $type ?>-active">
            <?php _yoast_display_alerts$active'active' ); ?>
        </div>

        <?php if ( $dismissed ) : ?>
            <div class="separator"></div>
        <?php endif; ?>

        <div class="container" id="yoast-<?php echo $type ?>-dismissed">
            <?php _yoast_display_alerts$dismissed'dismissed' ); ?>
        </div>

    <?php else : ?>

        <p><?php echo $i18n_no_issues?></p>

    <?php endif; ?>
</div>

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