Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.222.227.24
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
storage /
framework /
views /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
14
B
-rw-r--r--
2021-02-02 18:24
31126a4efc2b690ff6db541e7b2f0ac39880a2fe.php
4.06
KB
-rw-r--r--
2021-02-04 22:03
46dfed6e3344db3b2a8e95c718c8f30a2b3c4ecf.php
400
B
-rw-r--r--
2021-03-19 13:11
5efaabd7e59fdb1bcf881fd78f2fd4b8a02170d6.php
1.71
KB
-rw-r--r--
2021-02-10 07:16
6731701c8ea87397a6a15dd9296f6d006a2e53a6.php
3.77
KB
-rw-r--r--
2021-02-10 12:07
7f72037340182e6c3074175839f38b6b55b71bb2.php
372
B
-rw-r--r--
2021-02-10 07:16
9341ffc809a77b3b47ff3c00c9dfd8dcb6b4f564.php
4.05
KB
-rw-r--r--
2021-02-10 07:15
e011444658e3912e712a258df9b3ea0093c8c4d1.php
1.9
KB
-rw-r--r--
2021-02-10 07:15
f8b963b173360569bc9434f92df45e7a67aaa970.php
378
B
-rw-r--r--
2021-02-05 11:18
Save
Rename
<?php $__env->startSection('content'); ?> <?php $conversationId = Request::query('conversation_id'); ?> <div class="container"> <div class="row justify-content-center"> <div class="mb-2 col-md-3"> <chat-conversations></chat-conversations> </div> <div class="mb-2 col-md-6"> <div class="card card-default"> <div class="card-header">Conversations</div> <div class="card-body"> <h4>Conversation #<?php echo e($conversationId); ?></h4> <hr/> <div class="container chats"> <div class="row"> <div class="col-md-12"> <?php if($conversationId): ?> <div class="w-100 py-2"> <chat-messages :conversation="<?php echo e($conversationId); ?>"></chat-messages> </div> <div class="w-100"> <chat-form :conversation="<?php echo e($conversationId); ?>" :user="<?php echo e(auth()->user()); ?>" ></chat-form> </div> <?php endif; ?> </div> </div> </div> </div> </div> </div> <div class="mb-2 col-md-3"> <?php if($conversationId): ?> <conversation-participants :conversation="<?php echo e($conversationId); ?>"></conversation-participants> <?php endif; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/www/unp/resources/views/home.blade.php ENDPATH**/ ?>