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 : 3.137.210.169
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 /
more /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
636
B
-rw-r--r--
2024-07-16 17:55
cache-compat.php
5.83
KB
-rw-r--r--
2022-10-10 18:22
class-http.php
367
B
-rw-r--r--
2022-06-17 11:20
class-wp-hook.php
15.63
KB
-rw-r--r--
2023-09-18 12:41
class-wp-locale.php
16.49
KB
-rw-r--r--
2025-04-15 17:44
class-wp-oembed.php
30.91
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.php
18.12
KB
-rw-r--r--
2025-04-15 17:44
class.wp-styles.php
338
B
-rw-r--r--
2022-09-20 14:17
comments-pagination-numbers.php
1.59
KB
-rw-r--r--
2024-07-16 17:55
editor-rtl.css
836
B
-rw-r-----
2023-03-09 00:05
editor-rtl.min.css
731
B
-rw-r-----
2023-03-09 00:05
editor.css
836
B
-rw-r-----
2023-03-09 00:05
editor.min.css
731
B
-rw-r-----
2023-03-09 00:05
element.min.js
11.69
KB
-rw-r--r--
2025-04-15 17:44
home-link.php
5.31
KB
-rw-r--r--
2025-04-15 17:44
latest-comments.php
4.92
KB
-rw-r--r--
2024-07-16 17:55
ms-files.php
2.68
KB
-rw-r--r--
2025-04-30 17:44
post-comments-form.php
2.74
KB
-rw-r--r--
2024-07-16 17:55
registration-functions.php
200
B
-rw-r--r--
2020-11-12 11:17
robots-template.php
5.06
KB
-rw-r--r--
2022-04-06 15:33
shortcode.min-20250513213234.js
2.58
KB
-rw-r--r--
2022-09-23 19:55
speculative-loading.php
8.36
KB
-rw-r--r--
2025-04-15 17:44
spl-autoload-compat.php
441
B
-rw-r--r--
2020-11-12 11:17
template-canvas.php
544
B
-rw-r--r--
2023-10-01 00:22
tw-sack.min.js
3.21
KB
-rw-r--r--
2022-04-08 20:07
widgets.php
69.06
KB
-rw-r--r--
2025-05-09 07:39
wp-backbone.min.js
2.97
KB
-rw-r--r--
2022-04-08 20:07
Save
Rename
<?php /** * Template canvas file to render the current 'wp_template'. * * @package WordPress */ /* * Get the template HTML. * This needs to run before <head> so that blocks can add scripts and styles in wp_head(). */ $template_html = get_the_block_template_html(); ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php echo $template_html; ?> <?php wp_footer(); ?> </body> </html>