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.117.114.211
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
528
B
-rw-r--r--
2022-09-16 21:03
channels.php
706
B
-rw-r--r--
2021-03-23 17:21
console.php
553
B
-rw-r--r--
2021-02-09 19:47
web.php
3.8
KB
-rw-r--r--
2022-09-21 19:14
Save
Rename
<?php /* |-------------------------------------------------------------------------- | Broadcast Channels |-------------------------------------------------------------------------- | | Here you may register all of the event broadcasting channels that your | application supports. The given channel authorization callbacks are | used to check if an authenticated user can listen to the channel. | */ Broadcast::channel('chat', function ($user) { return $user; }); Broadcast::channel('user.{id}', function ($user, $id) { return (int) $user->id === (int) $id; }); Broadcast::channel('chat-conversation.{conversationId}', function ($user) { return ['id' => $user->id, 'name' => $user->name]; });