Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.224.199.201
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
theprintave /
wp-includes /
blocks /
column /
Delete
Unzip
Name
Size
Permission
Date
Action
SMTP.php
48
KB
-rw-r--r--
2025-04-15 17:44
autoloader.php
3.92
KB
-rw-r--r--
2024-11-13 12:36
block.json
1.6
KB
-rw-r--r--
2024-11-13 12:36
class-json.php
42.66
KB
-rw-r--r--
2023-02-03 13:35
class-oembed-20250514174122.php
401
B
-rw-r--r--
2022-06-17 11:20
class-oembed.php
401
B
-rw-r--r--
2022-06-17 11:20
class-wp-dependencies.php
14.78
KB
-rw-r--r--
2024-11-13 12:36
class-wp-hook-20250514174015.php
15.63
KB
-rw-r--r--
2023-09-18 12:41
class-wp-hook.php
15.63
KB
-rw-r--r--
2023-09-18 12:41
class-wp-locale-20250514174118.php
16.49
KB
-rw-r--r--
2025-04-15 17:44
class-wp-locale.php
16.49
KB
-rw-r--r--
2025-04-15 17:44
class-wp-phpmailer-20250514174127.php
3.71
KB
-rw-r--r--
2025-04-15 17:44
class-wp-phpmailer.php
3.71
KB
-rw-r--r--
2025-04-15 17:44
class-wp-taxonomy-20250514174235.php
18.12
KB
-rw-r--r--
2025-04-15 17:44
class-wp-taxonomy.php
18.12
KB
-rw-r--r--
2025-04-15 17:44
clipboard.min.js
8.8
KB
-rw-r--r--
2022-10-04 15:55
comments-pagination-20250514173904.php
1.17
KB
-rw-r--r--
2024-07-16 17:55
comments-pagination.php
1.17
KB
-rw-r--r--
2024-07-16 17:55
data.min.js
25
KB
-rw-r--r--
2025-04-15 17:44
edit-post.js
120.43
KB
-rw-r--r--
2025-04-30 17:44
editor-rtl.css
41
B
-rw-r--r--
2023-03-09 00:05
element.min.js
11.69
KB
-rw-r--r--
2025-04-15 17:44
feed-rss.php
1.16
KB
-rw-r--r--
2020-01-29 00:45
home-link.php
5.31
KB
-rw-r--r--
2025-04-15 17:44
https-migration.php
4.63
KB
-rw-r--r--
2023-07-10 22:38
latest-comments.php
4.92
KB
-rw-r--r--
2024-07-16 17:55
latest-posts.php
8.34
KB
-rw-r--r--
2024-11-13 12:36
layout.php
38.5
KB
-rw-r--r--
2025-04-15 17:44
legacy-widget-20250514173619.php
3.9
KB
-rw-r--r--
2024-07-16 17:55
legacy-widget.php
3.9
KB
-rw-r--r--
2024-07-16 17:55
media-views.js
266.92
KB
-rw-r--r--
2025-04-15 17:44
patterns.min-20250514002548.js
20.95
KB
-rw-r--r--
2025-04-15 17:44
pluggable-deprecated-20250514174334.php
6.18
KB
-rw-r--r--
2025-04-15 17:44
pluggable-deprecated.php
6.18
KB
-rw-r--r--
2025-04-15 17:44
plugin-20250514174430.php
34.74
KB
-rw-r--r--
2024-07-16 17:55
post-terms-20250514173508.php
3.55
KB
-rw-r--r--
2025-04-15 17:44
post-terms.php
3.55
KB
-rw-r--r--
2025-04-15 17:44
registration-functions-20250514173523.php
200
B
-rw-r--r--
2020-11-12 11:17
registration-functions.php
200
B
-rw-r--r--
2020-11-12 11:17
shortcode.min-20250513213234.js
2.58
KB
-rw-r--r--
2022-09-23 19:55
shortcodes.php
23.49
KB
-rw-r--r--
2024-07-16 17:55
site-title-20250514174014.php
1.81
KB
-rw-r--r--
2025-04-15 17:44
site-title.php
1.81
KB
-rw-r--r--
2025-04-15 17:44
template-part-20250514210101.php
9.92
KB
-rw-r--r--
2025-04-15 17:44
tw-sack.min.js
3.21
KB
-rw-r--r--
2022-04-08 20:07
view.js
8.32
KB
-rw-r--r--
2025-04-15 17:44
wp-backbone.min.js
2.97
KB
-rw-r--r--
2022-04-08 20:07
zxcvbn.min.js
802.97
KB
-rw-r--r--
2019-10-26 00:17
Save
Rename
<?php /** * Server-side rendering of the `core/legacy-widget` block. * * @package WordPress */ /** * Renders the 'core/legacy-widget' block. * * @since 5.8.0 * * @global int $wp_widget_factory. * * @param array $attributes The block attributes. * * @return string Rendered block. */ function render_block_core_legacy_widget( $attributes ) { global $wp_widget_factory; if ( isset( $attributes['id'] ) ) { $sidebar_id = wp_find_widgets_sidebar( $attributes['id'] ); return wp_render_widget( $attributes['id'], $sidebar_id ); } if ( ! isset( $attributes['idBase'] ) ) { return ''; } $id_base = $attributes['idBase']; $widget_key = $wp_widget_factory->get_widget_key( $id_base ); $widget_object = $wp_widget_factory->get_widget_object( $id_base ); if ( ! $widget_key || ! $widget_object ) { return ''; } if ( isset( $attributes['instance']['encoded'], $attributes['instance']['hash'] ) ) { $serialized_instance = base64_decode( $attributes['instance']['encoded'] ); if ( ! hash_equals( wp_hash( $serialized_instance ), (string) $attributes['instance']['hash'] ) ) { return ''; } $instance = unserialize( $serialized_instance ); } else { $instance = array(); } $args = array( 'widget_id' => $widget_object->id, 'widget_name' => $widget_object->name, ); ob_start(); the_widget( $widget_key, $instance, $args ); return ob_get_clean(); } /** * Registers the 'core/legacy-widget' block. * * @since 5.8.0 */ function register_block_core_legacy_widget() { register_block_type_from_metadata( __DIR__ . '/legacy-widget', array( 'render_callback' => 'render_block_core_legacy_widget', ) ); } add_action( 'init', 'register_block_core_legacy_widget' ); /** * Intercepts any request with legacy-widget-preview in the query param and, if * set, renders a page containing a preview of the requested Legacy Widget * block. * * @since 5.8.0 */ function handle_legacy_widget_preview_iframe() { if ( empty( $_GET['legacy-widget-preview'] ) ) { return; } if ( ! current_user_can( 'edit_theme_options' ) ) { return; } define( 'IFRAME_REQUEST', true ); ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> <style> /* Reset theme styles */ html, body, #page, #content { padding: 0 !important; margin: 0 !important; } /* Hide root level text nodes */ body { font-size: 0 !important; } /* Hide non-widget elements */ body *:not(#page):not(#content):not(.widget):not(.widget *) { display: none !important; font-size: 0 !important; height: 0 !important; left: -9999px !important; max-height: 0 !important; max-width: 0 !important; opacity: 0 !important; pointer-events: none !important; position: absolute !important; top: -9999px !important; transform: translate(-9999px, -9999px) !important; visibility: hidden !important; z-index: -999 !important; } /* Restore widget font-size */ .widget { font-size: var(--global--font-size-base); } </style> </head> <body <?php body_class(); ?>> <div id="page" class="site"> <div id="content" class="site-content"> <?php $registry = WP_Block_Type_Registry::get_instance(); $block = $registry->get_registered( 'core/legacy-widget' ); echo $block->render( $_GET['legacy-widget-preview'] ); ?> </div><!-- #content --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html> <?php exit; } // Use admin_init instead of init to ensure get_current_screen function is already available. // This isn't strictly required, but enables better compatibility with existing plugins. // See: https://github.com/WordPress/gutenberg/issues/32624. add_action( 'admin_init', 'handle_legacy_widget_preview_iframe', 20 );