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.181.181
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/User/frontend/wishList/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/User/frontend/wishList/loop-list.blade.php
<?php
$service = $row->service;
?>
@if(!empty($service))
    <div class="item-list">
        @if($service->discount_percent)
            <div class="sale_info">{{$service->discount_percent}}</div>
        @endif
        <div class="row">
            <div class="col-md-3">
                @if($service->is_featured == "1")
                    <div class="featured">
                        {{__("Featured")}}
                    </div>
                @endif
                <div class="thumb-image">
                    <a href="{{$service->getDetailUrl()}}" target="_blank">
                        @if($service->image_url)
                            <img src="{{$service->image_url}}" class="img-responsive" alt="">
                        @endif
                    </a>
                </div>
            </div>
            <div class="col-md-9">
                <div class="item-title">
                    <a href="{{$service->getDetailUrl()}}" target="_blank">
                        {{$service->title}}
                    </a>
                </div>
                <div class="location">
                    <i class="icofont-license"></i>
                    {{__("Service Type")}}: <span class="badge badge-info">{{$service->getModelName() ?? ''}}</span>
                </div>
                <div class="location">
                    @if(!empty($service->location->name))
                        <i class="icofont-paper-plane"></i>
                        {{__("Location")}}: {{$service->location->name ?? ''}}
                    @endif
                </div>
                <div class="location">
                    <i class="icofont-money"></i>
                    {{__("Price")}}: <span class="sale-price">{{ $service->display_sale_price }}</span> <span class="price">{{ $service->display_price }}</span>
                </div>
                @if($service->getReviewEnable())
                    <div class="rate">
                        <i class="icofont-badge"></i>
                        <?php
                        $reviewData = $service->getScoreReview();
                        $score_total = $reviewData['score_total'];
                        ?>
                        <div class="service-review tour-review-{{$score_total}}">
                    <span class="review">
                        @if($reviewData['total_review'] > 1)
                            {{ __(":number Reviews",["number"=>$reviewData['total_review'] ]) }}
                        @else
                            {{ __(":number Review",["number"=>$reviewData['total_review'] ]) }}
                        @endif
                    </span>
                            <div class="list-star">
                                <ul class="booking-item-rating-stars">
                                    <li><i class="fa fa-star-o"></i></li>
                                    <li><i class="fa fa-star-o"></i></li>
                                    <li><i class="fa fa-star-o"></i></li>
                                    <li><i class="fa fa-star-o"></i></li>
                                    <li><i class="fa fa-star-o"></i></li>
                                </ul>
                                <div class="booking-item-rating-stars-active" style="width: {{  $score_total * 2 * 10 ?? 0  }}%">
                                    <ul class="booking-item-rating-stars">
                                        <li><i class="fa fa-star"></i></li>
                                        <li><i class="fa fa-star"></i></li>
                                        <li><i class="fa fa-star"></i></li>
                                        <li><i class="fa fa-star"></i></li>
                                        <li><i class="fa fa-star"></i></li>
                                    </ul>
                                </div>
                            </div>

                        </div>
                    </div>
                @endif
                <div class="control-action">
                    <a href="{{$service->getDetailUrl()}}" target="_blank" class="btn btn-info">{{__("View")}}</a>
                    <a href="{{ route('user.wishList.remove',['id'=>$service->id , 'type' => $service->type]) }}" class="btn btn-warning">{{__("Remove")}}</a>
                </div>
            </div>
        </div>
    </div>
@endif

Youez - 2016 - github.com/yon3zu
LinuXploit