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


Viewing file:     advanced.php (1.55 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();
}

$active_tab filter_inputINPUT_GET'tab' );

$tabs = new WPSEO_Option_Tabs'advanced''breadcrumbs' );
$tabs->add_tab(
    new 
WPSEO_Option_Tab(
        
'breadcrumbs',
        
__'Breadcrumbs''wordpress-seo' ),
        array(
            
'video_url' => 'https://yoa.st/screencast-breadcrumbs',
            
'opt_group' => 'wpseo_internallinks',
        )
    )
);
$tabs->add_tab(
    new 
WPSEO_Option_Tab(
        
'permalinks',
        
__'Permalinks''wordpress-seo' ),
        array(
            
'video_url' => 'https://yoa.st/screencast-permalinks',
            
'opt_group' => 'wpseo_permalinks',
        )
    )
);
$tabs->add_tab(
    new 
WPSEO_Option_Tab(
        
'rss',
        
__'RSS''wordpress-seo' ),
        array(
            
'video_url' => 'https://yoa.st/screencast-rss',
            
'opt_group' => 'wpseo_rss',
        )
    )
);

$active_tab $tabs->get_active_tab();
Yoast_Form::get_instance()->admin_headertrue$active_tab->get_opt_group() );

echo 
'<h2 class="nav-tab-wrapper">';
foreach ( 
$tabs->get_tabs() as $tab ) {
    
$active = ( $tabs->is_active_tab$tab ) ) ? ' nav-tab-active' '';
    echo 
'<a class="nav-tab' $active '" id="' $tab->get_name() . '-tab" href="' admin_url'admin.php?page=wpseo_advanced&tab=' $tab->get_name() ) . '">' $tab->get_label() . '</a>';
}
echo 
'</h2>';

$help_center = new WPSEO_Help_Center'advanced'$active_tab );
$help_center->output_help_center();

require_once 
WPSEO_PATH 'admin/views/tabs/advanced/' $active_tab->get_name() . '.php';

Yoast_Form::get_instance()->admin_footer();

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