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.133.113.227
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.05
KB
-rw-r--r--
2021-03-18 18:41
auth.php
3.17
KB
-rw-r--r--
2021-02-09 19:47
broadcasting.php
1.67
KB
-rw-r--r--
2021-02-09 19:47
cache.php
2.63
KB
-rw-r--r--
2021-02-09 19:47
database.php
4.29
KB
-rw-r--r--
2021-02-09 19:47
filesystems.php
2.08
KB
-rw-r--r--
2021-02-09 19:47
hashing.php
1.53
KB
-rw-r--r--
2021-02-09 19:47
logging.php
2.5
KB
-rw-r--r--
2021-02-09 19:47
mail.php
4.59
KB
-rw-r--r--
2021-03-12 19:22
queue.php
2.57
KB
-rw-r--r--
2021-02-09 19:47
services.php
1.19
KB
-rw-r--r--
2021-02-09 19:47
session.php
6.79
KB
-rw-r--r--
2021-02-09 19:47
view.php
1.03
KB
-rw-r--r--
2021-02-09 19:47
websockets.php
2.99
KB
-rw-r--r--
2021-02-09 19:47
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, SparkPost and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'), 'region' => env('SES_REGION', 'us-east-1'), ], 'sparkpost' => [ 'secret' => env('SPARKPOST_SECRET'), ], 'stripe' => [ 'model' => App\User::class, 'key' => env('STRIPE_KEY'), 'secret' => env('STRIPE_SECRET'), 'webhook' => [ 'secret' => env('STRIPE_WEBHOOK_SECRET'), 'tolerance' => env('STRIPE_WEBHOOK_TOLERANCE', 300), ], ], ];