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 : 3.129.12.100
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
resources /
views /
Delete
Unzip
Name
Size
Permission
Date
Action
auth
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
chat
[ DIR ]
drwxrwxr-x
2021-02-22 07:46
layouts
[ DIR ]
drwxr-xr-x
2022-08-09 15:10
ajax-impact-update-range.blade.php
1.37
KB
-rw-r--r--
2021-05-01 11:04
ajax-impact-update.blade.php
1.19
KB
-rw-r--r--
2021-05-01 15:29
ajax-impact.blade.php
2.35
KB
-rw-rw-r--
2022-02-03 20:03
ajax-withdraw-update.blade.php
1.55
KB
-rw-r--r--
2021-05-01 15:34
ajax-withdraw.blade.php
803
B
-rw-r--r--
2021-04-30 09:49
balance.blade.php
223
B
-rw-r--r--
2022-09-21 19:18
candy.blade.php
4.56
KB
-rw-r--r--
2023-05-03 16:57
chat-bonuses-my.blade.php
9.52
KB
-rw-r--r--
2022-02-18 10:50
chat-bonuses.blade.php
6.3
KB
-rw-r--r--
2022-02-18 10:50
chat-home.blade.php
9.06
KB
-rw-r--r--
2021-06-02 11:09
chat-peoples-list.blade.php
1.32
KB
-rw-r--r--
2021-05-10 12:21
chat-unpip-my.blade.php
11.73
KB
-rw-r--r--
2021-06-27 04:17
chat-unpip.blade.php
10.15
KB
-rw-r--r--
2022-03-18 15:29
chat.blade.php
17.37
KB
-rw-r--r--
2022-03-27 16:53
countries.blade.php
2.16
KB
-rw-r--r--
2021-06-01 07:36
home.blade.php
64
B
-rw-r--r--
2021-02-23 11:53
login.blade.php
2.71
KB
-rw-r--r--
2022-02-18 08:29
profile-cookie.blade.php
1.4
KB
-rw-r--r--
2021-05-10 05:05
profile-data-agreement.blade.php
1.41
KB
-rw-r--r--
2021-05-10 05:05
profile-eula.blade.php
1.39
KB
-rw-r--r--
2021-05-10 05:05
profile-help.blade.php
21.38
KB
-rw-r--r--
2022-03-18 15:46
profile-index.blade.php
1.98
KB
-rw-r--r--
2021-05-28 12:47
profile-privacy.blade.php
1.44
KB
-rw-r--r--
2021-05-10 05:06
profile-terms.blade.php
1.44
KB
-rw-r--r--
2021-05-10 05:07
profile-user.blade.php
5.11
KB
-rw-r--r--
2021-05-06 15:23
profile.blade.php
6.1
KB
-rw-r--r--
2022-02-18 08:39
register.blade.php
3.51
KB
-rw-r--r--
2022-02-18 08:29
reset-password.blade.php
1.7
KB
-rw-r--r--
2021-03-17 09:16
search-results.blade.php
1.98
KB
-rw-r--r--
2021-05-30 10:44
unpip.blade.php
4.59
KB
-rw-r--r--
2021-06-07 06:50
Save
Rename
<div class="layout-container-wrap"> <div class="layout"> <div class="container d-flex flex-column"> <?/*<a href="javascript:void(0)" class="login-popup-close"><img src="/img/x.svg" alt=""></a>*/?> <!-- Main Content --> <div class="main main-visible" data-mobile-height=""> <!-- Chat --> <div id="chat-1" class="chat"> <!-- Chat: body --> <div class="chat-body"> <div class=" py-6 chat-back"> <div class="chat-header border-bottom "> <div class="row align-items-center"> <!-- Close chat(mobile) --> <div class="col-4 col-xl-5"> <div class="chat-back-button"> <ul class="list-inline mb-0"> <li class="list-inline-item"> <a class="text-muted px-0 chat-home user_authed" href="javascript:void(0)"> <img src="/img/leftBlue.svg" alt=""> Chats </a> </li> </ul> </div> </div> <!-- Chat photo --> <div class="col-3 col-xl-2"> <div class="media text-center text-xl-left"> <div class="avatar mr-5"> <img class="avatar-img" src="/img/BonusesChatIcon.svg" alt="Bonuses"> </div> <div class="media-body align-self-center text-truncate"> <h6 class="mb-0">Bonuses (+<?=$bonus?>%)</h6> <small class="text-muted"><?=$followers?> followers</small> </div> </div> </div> </div><!-- .row --> </div> <!-- Chat: Content--> <div class="chat-content " style="margin-top: 2vw; height:100%;"> <? if (!empty($recommender)) {?> <div class="card mb-6"> <div class="card-body"> <div class="media"> <div class="avatar mr-5 recommender-share"> <img class="avatar-img" src="<?=$recommender["foto"]?>" alt="<?=$recommender["name"]?>"> <div class="photo-recommender-wrap"></div> </div> <div class="media-body align-self-center"> <h6 class="mb-0"><?=$recommender["name"]?></h6> <small class="text-muted"><?=$recommender["unpip"]?></small> </div> </div> <!-- Link --> </div> </div> <?}?> <? if (!empty($arFollowers)) {?> <? foreach ($arFollowers as $follow) {?> <div class="card mb-6"> <div class="card-body"> <div class="media"> <div class="avatar mr-5"> <img class="avatar-img" src="<?=$follow["foto"]?>" alt="<?=$follow["name"]?>"> </div> <div class="media-body align-self-center"> <h6 class="mb-0"><?=$follow["name"]?></h6> <small class="text-muted"><?=$follow["unpip"]?></small> </div> <? if ($recommender["id"]==\Auth::user()->id) {?> <div class="align-self-center ml-5"> <div class="dropdown z-index-max"> <a href="javascript:void(0)" class="btn btn-sm btn-ico btn-link text-muted w-auto unpip-delete-chat" data-id="<?=$follow["id"]?>"> <img src="/img/trash-2.svg" alt=""> </a> </div> </div> <?}?> </div> </div> </div> <?}}?> </div> </div> </div> </div> </div> </div> </div> </div> <? /* <!-- Main Content --> <div class="main" data-mobile-height=""> <!-- Default Page --> <div class="chat flex-column justify-content-center text-center"> <div class="container-xxl"> <div class="avatar avatar-lg mb-5"> <img class="avatar-img" src="/assets/images/avatars/12.jpg" alt=""> </div> <h6>Hey, Matthew!</h6> <p>Please select a chat to start messaging.</p> </div> </div> <!-- Default Page --> </div> <!-- Main Content --> */?>