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.22.117.210
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 (\Auth::check()) {?> <div class="layout"> <div class="container d-flex flex-column"> <div class="row align-items-center justify-content-center no-gutters"> <a href="javascript:void(0)" class="login-popup-close"><img src="/img/x.svg" alt=""></a> <div class="col-12"> <!-- Heading --> <h1 class="font-bold text-center">Please confirm</h1> <? if ($can_impact) {?> <? if (!$impacted) {?> <? if (app()->request->get('type')==1) {?><h2 class="font-bold text-center" style="color: rgb(255,73,59)">Reduce Range</h2><?}?> <? if (app()->request->get('type')==2) {?><h2 class="font-bold text-center" style="color: rgb(255,73,59)">Increase Range</h2><?}?> <? if ($error) {?> <!-- Text --> <p class="text-center mb-6" style="color:red;"><?=$error?></p> <?}?> <!-- Form --> <form class="mb-6" action="/impact/change" method="post"> @csrf <input type="hidden" name="type" value="<?=app()->request->get('type')?>" id="impact-type"> <div class="form-group"> <label for="impact_change" class="sr-only">Comment</label> <input type="text" class="form-control form-control-lg" id="impact_change" placeholder="Enter your comment"> </div> <!-- Submit --> <button class="btn btn-lg btn-block btn-primary" id="impact-change" type="button">Impact</button> </form> <?}else{?> <p class="text-center mb-6" style="color:green;">Succsesfully impacted.</p> <?}?> <?}else{?> <p class="text-center mb-6" style="color:red;">Not enough Happy Worlds to impact. Must be minimum of 10.</p> <?}?> </div> </div> <!-- / .row --> </div> </div> <?}?>