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.129.218.83
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
cboden /
ratchet /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2017-12-12 09:00
tests
[ DIR ]
drwxr-xr-x
2017-12-12 09:00
.gitignore
52
B
-rw-r--r--
2017-12-12 09:00
.travis.yml
354
B
-rw-r--r--
2017-12-12 09:00
CHANGELOG.md
5.09
KB
-rw-r--r--
2017-12-12 09:00
LICENSE
1.04
KB
-rw-r--r--
2017-12-12 09:00
Makefile
1.35
KB
-rw-r--r--
2017-12-12 09:00
README.md
2.83
KB
-rw-r--r--
2017-12-12 09:00
composer.json
1020
B
-rw-r--r--
2017-12-12 09:00
phpunit.xml.dist
703
B
-rw-r--r--
2017-12-12 09:00
Save
Rename
# This file is intended to ease the author's development and testing process # Users do not need to use `make`; Ratchet does not need to be compiled test: phpunit cover: phpunit --coverage-text --coverage-html=reports/coverage abtests: ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent & ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8002 StreamSelect & ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8004 LibEv & wstest -m testeeserver -w ws://localhost:8000 & sleep 1 wstest -m fuzzingclient -s tests/autobahn/fuzzingclient-all.json killall php wstest abtest: ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8000 StreamSelect & sleep 1 wstest -m fuzzingclient -s tests/autobahn/fuzzingclient-quick.json killall php profile: php -d 'xdebug.profiler_enable=1' tests/autobahn/bin/fuzzingserver.php 8000 LibEvent & sleep 1 wstest -m fuzzingclient -s tests/autobahn/fuzzingclient-profile.json killall php apidocs: apigen --title Ratchet -d reports/api \ -s src/ \ -s vendor/ratchet/rfc6455/src \ -s vendor/react/event-loop/src \ -s vendor/react/socket/src \ -s vendor/react/stream/src \ -s vendor/psr/http-message/src \ -s vendor/symfony/http-foundation/Session \ -s vendor/symfony/routing \ -s vendor/evenement/evenement/src/Evenement \ --exclude=vendor/symfony/routing/Tests \