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.138.105.128
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/templates/blog/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/blog/blog.php
<?php

/**
 * Blog Content Template
 *
 * @package    WordPress
 * @subpackage METO
 * @author     Theme Kalia
 * @version    1.0
 */

if (class_exists('Meto_Resizer')) {
    $img_obj = new Meto_Resizer();
} else {
    $img_obj = array();
}
$allowed_tags = wp_kses_allowed_html('post');
?>

<!-- News Block -->
<div <?php post_class(); ?>>
    <div class="news-block-two style-two">
        <div class="inner-box">
            <?php if (has_post_thumbnail()):?>
            <div class="image">
                <a href="<?php echo esc_url(the_permalink(get_the_id()));?>"><?php the_post_thumbnail('meto_1170x400'); ?></a>
            </div>
            <?php endif;?>
            <div class="lower-content">
                <?php if(has_category()):?>
                <div class="category"><?php the_category(' '); ?></div>
                <?php endif; ?>
                <h4><a href="<?php echo esc_url(the_permalink(get_the_id()));?>"><?php the_title(); ?></a></h4>
                <div class="text"><?php the_excerpt(); ?> </div>
                <div class="lower-box">
                    <div class="clearfix">
                        <div class="pull-left">
                            <!-- Author Box -->
                            <div class="author-box">
                                <div class="box-inner">
                                    <div class="author-image">
                                        <?php if ($avatar = get_avatar(get_the_author_meta('ID')) !== false): ?>
    									<?php echo get_avatar(get_the_author_meta('ID'), 40); ?>
                                        <?php endif; ?>
                                    </div>
                                    <?php the_author(); ?> <span><?php echo get_the_date(); ?></span><span><?php comments_number( wp_kses(__('0 Comments' , 'meto'), $allowed_tags), wp_kses(__('1 Comment' , 'meto'), $allowed_tags), wp_kses(__('% Comments' , 'meto'), $allowed_tags)); ?></span>
                                </div>
                            </div>
                        </div>
                        <div class="pull-right">
                            <a href="<?php echo esc_url( the_permalink( get_the_id() ) );?>" class="share"><span class="fa fa-link"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit