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.147.205.114
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/single-meto_service.php
<?php get_header();
    $data    = \METO\Includes\Classes\Common::instance()->data('single-meto_service')->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';
    $options = meto_WSH()->option();

    do_action('meto_banner', $data);
    $allowed_tags = wp_kses_allowed_html('post');
?>

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

            <!-- sidebar area -->
            <?php
            if ($data->get('layout') == 'left') {
                do_action('meto_sidebar', $data);
            } ?>

            <?php while (have_posts()) : the_post();
                $service_image = get_post_meta(get_the_id(), 'service_image', true);
            ?>
            <!-- Content Side -->
            <div class="content-side <?php echo esc_attr($class); ?>">
                <div class="services-detail">
                    <div class="inner-box">

                        <div class="image">
                            <img src="<?php echo esc_url($service_image['url']);?>" alt="<?php esc_attr_e('Awesome Image', 'meto'); ?>" />
                        </div>

                        <div class="lower-content">
                            <h2><?php the_title(); ?></h2>
                            <div class="text">
                                <?php the_content(); ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <?php endwhile; ?>

            <!-- sidebar area -->
            <?php
            if ($data->get('layout') == 'right') {
                do_action('meto_sidebar', $data);
            } ?>

        </div>
    </div>
</div>


<!-- Clients Section -->
<section class="clients-section">
    <div class="auto-container">
        
        <div class="sponsors-outer">
            <!--Sponsors Carousel-->
            <ul class="sponsors-carousel owl-carousel owl-theme">
                <?php $client_images = (get_post_meta(get_the_id(), 'clients_imgs', true));
					$client_images = explode(',', $client_images);
					if ($client_images) :
					foreach ($client_images as $client) :
				?>
				<li class="slide-item">
                	<figure class="image-box">
						<?php echo wp_get_attachment_image($client, 'meto_245x170');  ?>
					</figure>
                </li><!-- /.item -->
				<?php endforeach; endif; ?>
            </ul>
        </div>
        
    </div>
</section>
<!-- End Clients Section -->


<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit