Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div class="debug support-section"> <h3><?php _e( 'Diagnostic Info', 'amazon-s3-and-cloud..
Decoded Output download
<div class="debug support-section">
<h3><?php _e( 'Diagnostic Info', 'amazon-s3-and-cloudfront' ); ?></h3>
<textarea class="debug-log-textarea" autocomplete="off" readonly></textarea>
<?php
$args = array(
'nonce' => wp_create_nonce( 'as3cf-download-log' ),
'as3cf-download-log' => '1',
'hash' => 'support',
);
$url = $this->get_plugin_page_url( $args, 'network', false );
?>
<a href="<?php echo esc_url( $url ); ?>" class="button"><?php _ex( 'Download', 'Download to your computer', 'amazon-s3-and-cloudfront' ); ?></a>
</div>
Did this file decode correctly?
Original Code
<div class="debug support-section">
<h3><?php _e( 'Diagnostic Info', 'amazon-s3-and-cloudfront' ); ?></h3>
<textarea class="debug-log-textarea" autocomplete="off" readonly></textarea>
<?php
$args = array(
'nonce' => wp_create_nonce( 'as3cf-download-log' ),
'as3cf-download-log' => '1',
'hash' => 'support',
);
$url = $this->get_plugin_page_url( $args, 'network', false );
?>
<a href="<?php echo esc_url( $url ); ?>" class="button"><?php _ex( 'Download', 'Download to your computer', 'amazon-s3-and-cloudfront' ); ?></a>
</div>
Function Calls
_e | 1 |
Stats
MD5 | 46cf49aa01b0a4abbb4854721f5496fe |
Eval Count | 0 |
Decode Time | 95 ms |