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


Viewing file:     form.php (4.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if ( ! defined'ABSPATH' ) ) {
    
header'HTTP/1.0 403 Forbidden' );
    die;
}

/**
 * @var Yoast_Product $product
 */
$product $this->product;

$this->show_license_form_heading();

if( 
$api_host_available['availability'] === false ){
    echo 
'<div class="notice notice-error inline yoast-notice-error"><p>' sprintf__'We couldn\'t create a connection to our API to verify your license key(s). Please ask your hosting company to allow outgoing connections from your server to %s.'$product->get_text_domain() ), $api_host_available['url'] ) . '</p></div>';
}

if( 
$api_host_available['curl_version'] !== false && version_compare$api_host_available['curl_version'], '7.20.0''<')){
    echo 
'<div class="notice notice-error inline yoast-notice-error"><p>' sprintf__'Your server has an outdated version of the PHP module cURL (Version: %s). Please ask your hosting company to update this to a recent version of cURL. You can read more about that in our %sKnowledge base%s.'$product->get_text_domain() ), $api_host_available['curl_version'], '<a href="http://kb.yoast.com/article/90-is-my-curl-up-to-date" target="_blank">''</a>' ) . '</p></div>';
}

// Output form tags if we're not embedded in another form
if( ! $embedded ) {
    echo 
'<form method="post" action="">';
}

wp_nonce_field$nonce_name$nonce_name ); ?>
<table class="form-table yoast-license-form">
    <tbody>
        <tr valign="top">
            <th scope="row" valign="top"><?php _e'License status'$product->get_text_domain() ); ?></th>
            <td>
                <?php if ( $this->license_is_valid() ) { ?>
                <span class="yoast-license-status-active"><?php _e'ACTIVE'$product->get_text_domain() ); ?></span> &nbsp; - &nbsp; <?php _e'you are receiving updates.'$product->get_text_domain() ); ?>
                <?php } else { ?>
                <span class="yoast-license-status-inactive"><?php _e'INACTIVE'$product->get_text_domain() ); ?></span> &nbsp; - &nbsp; <?php _e'you are <strong>not</strong> receiving updates.'$product->get_text_domain() ); ?>
                <?php ?>
            </td>
        </tr>
        <tr valign="top">
            <th scope="row" valign="top"><?php _e('Toggle license status'$product->get_text_domain() ); ?></th>
            <td class="yoast-license-toggler">

                <?php if( $this->license_is_valid() ) { ?>
                    <button name="<?php echo esc_attr$action_name ); ?>" type="submit" class="button button-secondary yoast-license-deactivate" value="deactivate"><?php echo esc_html_e'Deactivate License'$product->get_text_domain() ); ?></button> &nbsp;
                    <small><?php _e'(deactivate your license so you can activate it on another WordPress site)'$product->get_text_domain() ); ?></small>
                <?php } else {

                    if( 
$this->get_license_key() !== '') { ?>
                        <button name="<?php echo esc_attr$action_name ); ?>" type="submit" class="button button-secondary yoast-license-activate" value="activate" /><?php echo esc_html_e('Activate License'$product->get_text_domain() ); ?></button> &nbsp;
                    <?php } else {
                        
_e'Please enter a license key in the field below first.'$product->get_text_domain() );
                    }

                } 
?>

            </td>
        </tr>
        <tr valign="top">
            <th scope="row" valign="top"><?php _e'License Key'$product->get_text_domain() ); ?></th>
            <td>
                <input name="<?php echo esc_attr$key_name ); ?>" type="text" class="regular-text textinput yoast-license-key-field <?php if( $obfuscate ) { ?>yoast-license-obfuscate<?php ?>" value="<?php echo esc_attr$visible_license_key ); ?>" placeholder="<?php echo esc_attrsprintf__'Paste your %s license key here...'$product->get_text_domain() ), $product->get_item_name() ) ); ?><?php if( $readonly ) { echo 'readonly="readonly"'; } ?> />
                <?php if( $this->license_constant_is_defined ) { ?>
                <p class="help"><?php printf__"You defined your license key using the %s PHP constant."$product->get_text_domain() ), '<code>' $this->license_constant_name '</code>' ); ?></p>
                <?php ?>
            </td>
        </tr>

    </tbody>
</table>

<?php

if( $this->license_is_valid() ) {

    
$expiry_date strtotime$this->get_license_expiry_date() );

    if( 
$expiry_date !== false ) {
        echo 
'<p>';

        
printf__'Your %s license will expire on %s.'$product->get_text_domain() ), $product->get_item_name(), date('F jS Y'$expiry_date ) );

        if( 
strtotime'+3 months' ) > $expiry_date ) {
            
printf' ' __('%sRenew your license now%s.'$product->get_text_domain() ), '<a href="'$this->product->get_tracking_url'renewal' ) .'">''</a>' );
        }

        echo 
'</p>';
    }
}

// Only show a "Save Changes" button and end form if we're not embedded in another form.
if( ! $embedded ) {

    
// only show "Save Changes" button if license is not activated and not defined with a constant
    
if( $readonly === false && $api_host_available['availability'] === true ) {
        
submit_button();
    }

    echo 
'</form>';
}

$product null;

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