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.147.66.224
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/modules/Layout/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Layout/admin/empty.blade.php
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- CSRF Token -->
    <meta name="csrf-token" content="{{ csrf_token() }}">

    <title>{{ $page_title ?? 'Dashboard'}} - {{setting_item('site_title') ?? 'Booking Core'}}</title>

    @php
        $favicon = setting_item('site_favicon');
    @endphp
    @if($favicon)
        @php
            $file = (new \Modules\Media\Models\MediaFile())->findById($favicon);
        @endphp
        @if(!empty($file))
            <link rel="icon" type="{{$file['file_type']}}" href="{{asset('uploads/'.$file['file_path'])}}" />
        @else:
        <link rel="icon" type="image/png" href="{{url('images/favicon.png')}}" />
        @endif
    @endif

    <meta name="robots" content="noindex, nofollow" />
    <!-- Fonts -->
    <link rel="dns-prefetch" href="//fonts.gstatic.com">

    <!-- Styles -->
    <link href="{{ asset('libs/select2/css/select2.min.css') }}" rel="stylesheet">
    <link href="{{ asset('libs/flags/css/flag-icon.min.css') }}" rel="stylesheet">
    <link rel="stylesheet" href="{{url('libs/daterange/daterangepicker.css')}}"/>
    <link href="{{ asset('dist/admin/css/vendors.css') }}" rel="stylesheet">
    <link href="{{ asset('dist/admin/css/app.css') }}" rel="stylesheet">
    {!! \App\Helpers\Assets::css() !!}
    {!! \App\Helpers\Assets::js() !!}
    <script>
        var bookingCore  = {
            url:'{{url('/')}}',
            map_provider:'{{setting_item('map_provider')}}',
            map_gmap_key:'{{setting_item('map_gmap_key')}}',
            csrf:'{{csrf_token()}}',
            date_format:'{{get_moment_date_format()}}',
            markAsRead:'{{route('core.admin.notification.markAsRead')}}',
            markAllAsRead:'{{route('core.admin.notification.markAllAsRead')}}',
            loadNotify : '{{route('core.admin.notification.loadNotify')}}',
            pusher_api_key : '{{setting_item("pusher_api_key")}}',
            pusher_cluster : '{{setting_item("pusher_cluster")}}',
            isAdmin : {{is_admin() ? 1 : 0}},
            currentUser: {{(int)Auth::id()}},
        };
        var i18n = {
            warning:"{{__("Warning")}}",
            success:"{{__("Success")}}",
            confirm_delete:"{{__("Do you want to delete?")}}",
            confirm_recovery:"{{__("Do you want to restore?")}}",
            confirm:"{{__("Confirm")}}",
            cancel:"{{__("Cancel")}}",
        };
        var daterangepickerLocale = {
            "applyLabel": "{{__('Apply')}}",
            "cancelLabel": "{{__('Cancel')}}",
            "fromLabel": "{{__('From')}}",
            "toLabel": "{{__('To')}}",
            "customRangeLabel": "{{__('Custom')}}",
            "weekLabel": "{{__('W')}}",
            "first_day_of_week": {{ setting_item("site_first_day_of_the_weekin_calendar","1") }},
            "daysOfWeek": [
                "{{__('Su')}}",
                "{{__('Mo')}}",
                "{{__('Tu')}}",
                "{{__('We')}}",
                "{{__('Th')}}",
                "{{__('Fr')}}",
                "{{__('Sa')}}"
            ],
            "monthNames": [
                "{{__('January')}}",
                "{{__('February')}}",
                "{{__('March')}}",
                "{{__('April')}}",
                "{{__('May')}}",
                "{{__('June')}}",
                "{{__('July')}}",
                "{{__('August')}}",
                "{{__('September')}}",
                "{{__('October')}}",
                "{{__('November')}}",
                "{{__('December')}}"
            ],
        };

        var image_editer = {
            language: '{{ app()->getLocale() }}',
            translations: {
            'header.image_editor_title': '{{ __('Image Editor') }}',
            'header.toggle_fullscreen': '{{ __('Toggle fullscreen') }}',
            'header.close': '{{ __('Close') }}',
            'header.close_modal': '{{ __('Close window') }}',
            'toolbar.download': '{{ __('Save Change') }}',
            'toolbar.save': '{{ __('Save') }}',
            'toolbar.apply': '{{ __('Apply') }}',
            'toolbar.saveAsNewImage': '{{ __('Save As New Image') }}',
            'toolbar.cancel': '{{ __('Cancel') }}',
            'toolbar.go_back': '{{ __('Go Back') }}',
            'toolbar.adjust': '{{ __('Adjust') }}',
            'toolbar.effects': '{{ __('Effects') }}',
            'toolbar.filters': '{{ __('Filters') }}',
            'toolbar.orientation': '{{ __('Orientation') }}',
            'toolbar.crop': '{{ __('Crop') }}',
            'toolbar.resize': '{{ __('Resize') }}',
            'toolbar.watermark': '{{ __('Watermark') }}',
            'toolbar.focus_point': '{{ __('Focus point') }}',
            'toolbar.shapes': '{{ __('Shapes') }}',
            'toolbar.image': '{{ __('Image') }}',
            'toolbar.text': '{{ __('Text') }}',
            'adjust.brightness': '{{ __('Brightness') }}',
            'adjust.contrast': '{{ __('Contrast') }}',
            'adjust.exposure': '{{ __('Exposure') }}',
            'adjust.saturation': '{{ __('Saturation') }}',
            'orientation.rotate_l': '{{ __('Rotate Left') }}',
            'orientation.rotate_r': '{{ __('Rotate Right') }}',
            'orientation.flip_h': '{{ __('Flip Horizontally') }}',
            'orientation.flip_v': '{{ __('Flip Vertically') }}',
            'pre_resize.title': '{{ __('Would you like to reduce resolution before editing the image?') }}',
            'pre_resize.keep_original_resolution': '{{ __('Keep original resolution') }}',
            'pre_resize.resize_n_continue': '{{ __('Resize & Continue') }}',
            'footer.reset': '{{ __('Reset') }}',
            'footer.undo': '{{ __('Undo') }}',
            'footer.redo': '{{ __('Redo') }}',
            'spinner.label': '{{ __('Processing...') }}',
            'warning.too_big_resolution': '{{ __('The resolution of the image is too big for the web. It can cause problems with Image Editor performance.') }}',
            'common.x': '{{ __('x') }}',
            'common.y': '{{ __('y') }}',
            'common.width': '{{ __('width') }}',
            'common.height': '{{ __('height') }}',
            'common.custom': '{{ __('custom') }}',
            'common.original': '{{ __('original') }}',
            'common.square': '{{ __('square') }}',
            'common.opacity': '{{ __('Opacity') }}',
            'common.apply_watermark': '{{ __('Apply watermark') }}',
            'common.url': '{{ __('URL') }}',
            'common.upload': '{{ __('Upload') }}',
            'common.gallery': '{{ __('Gallery') }}',
            'common.text': '{{ __('Text') }}',
        }
        };
    </script>
    <script src="{{ asset('libs/tinymce/js/tinymce/tinymce.min.js') }}" ></script>
    @yield('script.head')

</head>
<body class="{{($enable_multi_lang ?? '') ? 'enable_multi_lang' : '' }} @if(setting_item('site_enable_multi_lang')) site_enable_multi_lang @endif">
    @yield('content')

@include('Media::browser')

<!-- Scripts -->
{!! \App\Helpers\Assets::css(true) !!}
<script src="{{ asset('libs/pusher.min.js') }}"></script>
<script src="{{ asset('dist/admin/js/manifest.js?_ver='.config('app.asset_version')) }}" ></script>
<script src="{{ asset('dist/admin/js/vendor.js?_ver='.config('app.asset_version')) }}" ></script>
<script src="{{ asset('libs/filerobot-image-editor/filerobot-image-editor.min.js?_ver='.config('app.asset_version')) }}"></script>

<script src="{{ asset('dist/admin/js/app.js?_ver='.config('app.asset_version')) }}" ></script>
<script src="{{ asset('libs/vue/vue'.(!env('APP_DEBUG') ? '.min':'').'.js') }}"></script>

<script src="{{ asset('libs/select2/js/select2.min.js') }}" ></script>
<script src="{{ asset('libs/bootbox/bootbox.min.js') }}"></script>

<script src="{{url('libs/daterange/moment.min.js')}}"></script>
<script src="{{url('libs/daterange/daterangepicker.min.js?_ver='.config('app.asset_version'))}}"></script>

{!! \App\Helpers\Assets::js(true) !!}

@yield('script.body')

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit