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 : 216.73.216.148
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
cboden /
ratchet /
tests /
helpers /
Ratchet /
Delete
Unzip
Name
Size
Permission
Date
Action
Mock
[ DIR ]
drwxr-xr-x
2017-12-12 09:00
Wamp
[ DIR ]
drwxr-xr-x
2017-12-12 09:00
WebSocket
[ DIR ]
drwxr-xr-x
2017-12-12 09:00
AbstractMessageComponentTestCase.php
1.73
KB
-rw-r--r--
2017-12-12 09:00
NullComponent.php
966
B
-rw-r--r--
2017-12-12 09:00
Save
Rename
<?php namespace Ratchet; use Ratchet\ConnectionInterface; use Ratchet\MessageComponentInterface; use Ratchet\WebSocket\WsServerInterface; use Ratchet\Wamp\WampServerInterface; class NullComponent implements MessageComponentInterface, WsServerInterface, WampServerInterface { public function onOpen(ConnectionInterface $conn) {} public function onMessage(ConnectionInterface $conn, $msg) {} public function onClose(ConnectionInterface $conn) {} public function onError(ConnectionInterface $conn, \Exception $e) {} public function onCall(ConnectionInterface $conn, $id, $topic, array $params) {} public function onSubscribe(ConnectionInterface $conn, $topic) {} public function onUnSubscribe(ConnectionInterface $conn, $topic) {} public function onPublish(ConnectionInterface $conn, $topic, $event, array $exclude = array(), array $eligible = array()) {} public function getSubProtocols() { return array(); } }