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


Viewing file:     knowledge-graph.php (1.71 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();
}

echo 
'<h2>' esc_html__'Website name''wordpress-seo' ) . '</h2>';
?>
<p>
    <?php
    _e
'Google shows your website\'s name in the search results, we will default to your site name but you can adapt it here. You can also provide an alternate website name you want Google to consider.''wordpress-seo' );
    
?>
</p>
<?php
$yform
->textinput'website_name'__'Website name''wordpress-seo' ), array( 'placeholder' => get_bloginfo'name' ) ) );
$yform->textinput'alternate_website_name'__'Alternate name''wordpress-seo' ) );

echo 
'<h2>' esc_html__'Company or person''wordpress-seo' ) . '</h2>';
?>
<p>
    <?php
    
// @todo add KB link - JdV.
    
_e'This data is shown as metadata in your site. It is intended to appear in Google\'s Knowledge Graph. You can be either a company, or a person, choose either:''wordpress-seo' );
    
?>
</p>
<?php
$yform
->select'company_or_person'__'Company or person''wordpress-seo' ), array(
    
''        => __'Choose whether you\'re a company or person''wordpress-seo' ),
    
'company' => __'Company''wordpress-seo' ),
    
'person'  => __'Person''wordpress-seo' ),
) );
?>

<div id="knowledge-graph-company">
    <h3><?php esc_html_e'Company''wordpress-seo' ); ?></h3>
    <?php
    $yform
->textinput'company_name'__'Company name''wordpress-seo' ) );
    
$yform->media_input'company_logo'__'Company logo''wordpress-seo' ) );
    
?>
</div>

<div id="knowledge-graph-person">
    <h3><?php esc_html_e'Person''wordpress-seo' ); ?></h3>
    <?php $yform->textinput'person_name'__'Your name''wordpress-seo' ) ); ?>
</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.0081 ]--