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 : 18.191.26.149
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/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/storage/framework/views/3a3b7a050861758d0ca1a561be2236c95341d9c6.php
<?php
if(!setting_item('inbox_enable')) return;
?>
<div id="bc-chat-box" class="bc-chat-box" v-cloak="" v-show="ready" @click-outside="isWindowFocus = false" @click="isWindowFocus = true">
    <div v-if="!maximum" class="chat-minimize" @click="setChatWindow(true)">
        <i class="icon ion-ios-chatboxes"></i> <?php echo e(__('Messages')); ?>

        <span v-show="unread_count" class="unread-count">{{unread_count}}</span>
    </div>
    <div v-else class="chat-maximum">
        <div class="chat-header">
            <span>
                <i class="icon ion-ios-chatboxes"></i>
                <span v-if="currentConversation.id"><?php echo e(__('Chat with: ')); ?> {{currentConversation.display_name}}</span>
            </span>
            <div class="header-actions">
                <span class="btn-minimize" title="<?php echo e(__('Minimum window')); ?>" @click="setChatWindow(false)"><i class="icon ion-ios-remove"></i></span>
            </div>
        </div>
        <div class="chat-content">
            <div class="chat-navs" v-if="conversations.length && conversations.length >1">
                <div class="chat-conversation-nav" v-for="chat in conversationsOrdered" @click="openConversation(chat)" :class="{'active':currentConversation.id == chat.id }">
                    <div class="media">
                        <div class="media-left">
                            <img v-if="chat.avatar_url" :src="chat.avatar_url">
                            <span v-else class="avatar-text">{{chat.display_name ? chat.display_name[0] : ''}}</span>
                        </div>
                        <div class="media-body">
                            <h4 class="media-heading"><a class="author-link">{{chat.display_name}}</a></h4>
                            <p v-if="chat.last_message.id">
                                <span v-if="chat.last_message.me"><?php echo e(__('You: ')); ?></span>
                                {{chat.last_message.content}}</p>
                            <span class="unread_count" v-if="chat.unread_count">{{chat.unread_count }}</span>
                        </div>
                    </div>
                </div>
            </div>
            <div class="chat-box-content" v-show="currentConversation.id">
                <bravo-messages-box :key="currentConversation.id" @click-load-more="doLoadMore" :messages="currentConversation.messages" :current="currentConversation" ref="messageDisplay"></bravo-messages-box>

                <div class="chat-add-new">
                    
                        
                            
                        
                    
                    <div class="chat-input">
                        <textarea ref="inputMessage" v-on:keyup.enter="sendMessage($event)" :style="inputMessageStyle" rows="1" v-model="content" class="form-control"></textarea>
                    </div>
                    <div class="chat-actions-right">
                        <div @click="sendMessage" class="chat-form-action chat-sends" ><i class="icon ion-md-send"></i></div>
                    </div>
                </div>
                <div class="hidden">
                    <textarea rows="1" ref="inputMessageHidden" v-model="content" class="form-control" style="visibility: hidden;opacity: 0"></textarea>
                </div>

            </div>
        </div>
    </div>
</div>
<script type="text/x-template" id="bravo-messages-box">
    <div class="chat-messages" ref="messageDisplay">
        <div class="load-more-text text-center" style="cursor: pointer" v-if="messages.length < current.total" @click="$emit('click-load-more')"  >
            <a><?php echo e(__('Load more')); ?></a>
        </div>
        <div v-for="m in messagesOrdered" :class="{'m-me':m.me}" class="message-item">
            <div class="m-content"  v-html="m.content">
            </div>
            <span class="m-date"><i>{{m.last_updated_text}}</i></span>
        </div>
    </div>
</script>
<script>
    var bravo_chat_config  = {
        enable:true,
    	routes:{
    		send:'<?php echo e(route('inbox.send')); ?>',
			notifications:'<?php echo e(route('inbox.notifications')); ?>',
			init:'<?php echo e(route('inbox.init')); ?>',
            reload:'<?php echo e(route('inbox.reload')); ?>',
            read:'<?php echo e(route('inbox.read')); ?>',
        }
    };
</script>
<?php /**PATH /home/wavevlvu/book24.ng/modules/Layout/parts/chat.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit