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.93.141
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
<? if (!empty($arResult)) {?> <div class="row"> <div class="col-12"> <div class="card-wrap peoples-list"> <div class="search-results-wrap"> <? foreach ($arResult as $k=>$result) {?> <a class="peoples-list_link text-reset nav-link p-0 mb-6" href="/<? if ($result["recommender"]) echo "f"; else echo "u";?>/<?=$result["id"]?>"> <div class="card card-active-listener"> <div class="card-body"> <div class="media"> <div class="mr-5 peoples-list_position"> <?=($k+1)?> </div> <div class="avatar mr-5"> <div class="unpip_flag"> <div class="unpip_flag-user_flag"> <? if ($result["flag"]) {?><img src="<?=$result["flag"]?>" alt=""><?}?> </div> <div class="unpip_flag-user_photo"> <? if ($result["foto"]) {?><img src="<?=$result["foto"]?>" alt=""><?}?> </div> </div> </div> <div class="media-body overflow-hidden"> <div class="d-flex align-items-center mb-1"> <h6 class="text-truncate mb-0 mr-auto peoples-list_name"><?=$result["name"]?></h6> </div> <div class="peoples-list_unpip text-truncate"><?=$result["id"]?></div> </div> </div> </div> </div> </a> <?}?> </div> </div> </div> </div> <?}?>