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.140.248.104
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
musonza /
chat /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
musonza_chat.php
1.37
KB
-rw-r--r--
2021-02-02 18:21
Save
Rename
<?php return [ /* * This will allow you to broadcast an event when a message is sent * Example: * Channel: mc-chat-conversation.2, * Event: Musonza\Chat\Eventing\MessageWasSent */ 'broadcasts' => false, /* * Specify the fields that you want to return each time for the sender. * If not set or empty, all the columns for the sender will be returned * * However, if using multiple Models it's recommended to add getParticipantDetails to each * Model you want to control fields output. */ /* * Specify the fields that you want to return each time for the sender. * If not set or empty, all the columns for the sender will be returned */ 'sender_fields_whitelist' => [], /* * Whether to load the package routes file in your application. */ 'should_load_routes' => true, /* * Routes configuration */ 'routes' => [ 'path_prefix' => 'chat', 'middleware' => ['web'], ], /* * Default values for pagination */ 'pagination' => [ 'page' => 1, 'perPage' => 25, 'sorting' => 'asc', 'columns' => ['*'], 'pageName' => 'page', ], /* * Model Transformers */ 'transformers' => [ 'conversation' => null, 'message' => null, 'participant' => null, ], ];