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.218.96.239
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
chat-demo-master /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
528
B
-rw-r--r--
2021-02-02 18:24
channels.php
656
B
-rw-r--r--
2021-02-02 18:24
console.php
553
B
-rw-r--r--
2021-02-02 18:24
web.php
600
B
-rw-r--r--
2021-02-02 18:24
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('App.User.{id}', function ($user, $id) { return (int) $user->id === (int) $id; }); Broadcast::channel('presence-mc-chat-conversation.{conversationId}', function ($user) { return ['id' => $user->id, 'name' => $user->name]; });