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.245.163
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 /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
bootstrap
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
config
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
database
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
public
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
resources
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
routes
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
storage
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
tests
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
vendor
[ DIR ]
drwxr-xr-x
2021-02-04 20:38
.editorconfig
213
B
-rw-r--r--
2021-02-02 18:24
.env.example
617
B
-rw-r--r--
2021-02-02 18:24
.gitattributes
111
B
-rw-r--r--
2021-02-02 18:24
.gitignore
158
B
-rw-r--r--
2021-02-02 18:24
README.md
751
B
-rw-r--r--
2021-02-02 18:24
artisan
1.65
KB
-rw-r--r--
2021-02-02 18:24
chat-screen1.png
130.25
KB
-rw-r--r--
2021-02-02 18:24
composer.json
1.41
KB
-rw-r--r--
2021-02-02 18:24
composer.lock
227.24
KB
-rw-r--r--
2021-02-04 20:37
package-lock.json
472.66
KB
-rw-r--r--
2021-02-02 18:24
package.json
1.01
KB
-rw-r--r--
2021-02-02 18:24
phpunit.xml
1.11
KB
-rw-r--r--
2021-02-02 18:24
server.php
563
B
-rw-r--r--
2021-02-02 18:24
webpack.mix.js
537
B
-rw-r--r--
2021-02-02 18:24
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./app</directory> </whitelist> </filter> <php> <env name="APP_ENV" value="testing"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_DRIVER" value="array"/> <env name="MAIL_DRIVER" value="array"/> <env name="QUEUE_CONNECTION" value="sync"/> <env name="SESSION_DRIVER" value="array"/> </php> </phpunit>