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.222.106.93
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-websocket /
vendor /
myclabs /
deep-copy /
Delete
Unzip
Name
Size
Permission
Date
Action
doc
[ DIR ]
drwxr-xr-x
2018-06-11 23:09
fixtures
[ DIR ]
drwxr-xr-x
2018-06-11 23:09
src
[ DIR ]
drwxr-xr-x
2018-06-11 23:09
.gitattributes
136
B
-rwxr-xr-x
2018-06-11 23:09
.gitignore
40
B
-rwxr-xr-x
2018-06-11 23:09
.scrutinizer.yml
86
B
-rw-r--r--
2018-06-11 23:09
.travis.yml
691
B
-rwxr-xr-x
2018-06-11 23:09
LICENSE
1.05
KB
-rw-r--r--
2018-06-11 23:09
README.md
9.6
KB
-rw-r--r--
2018-06-11 23:09
composer.json
844
B
-rw-r--r--
2018-06-11 23:09
Save
Rename
language: php sudo: false env: global: - COMPOSER_ROOT_VERSION=1.8.0 php: - '7.1' - '7.2' - nightly matrix: fast_finish: true include: - php: '7.1' env: COMPOSER_FLAGS="--prefer-lowest" allow_failures: - php: nightly cache: directories: - $HOME/.composer/cache/files install: - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar before_script: - mkdir -p build/logs script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php coveralls.phar -v notifications: email: false