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 use Arcanedev\LogViewer\Contracts\Utilities\Filesystem; return [ /* ----------------------------------------------------------------- | Log files storage path | ----------------------------------------------------------------- */ 'storage-path' => storage_path('logs'), /* ----------------------------------------------------------------- | Log files pattern | ----------------------------------------------------------------- */ 'pattern' => [ 'prefix' => Filesystem::PATTERN_PREFIX, // 'laravel-' 'date' => Filesystem::PATTERN_DATE, // '[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]' 'extension' => Filesystem::PATTERN_EXTENSION, // '.log' ], /* ----------------------------------------------------------------- | Locale | ----------------------------------------------------------------- | Supported locales : | 'auto', 'ar', 'bg', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'id', 'it', 'ja', 'ko', 'nl', | 'pl', 'pt-BR', 'ro', 'ru', 'sv', 'th', 'tr', 'zh-TW', 'zh' */ 'locale' => 'auto', /* ----------------------------------------------------------------- | Theme | ----------------------------------------------------------------- | Supported themes : | 'bootstrap-3', 'bootstrap-4' | Make your own theme by adding a folder to the views directory and specifying it here. */ 'theme' => 'bootstrap-4', /* ----------------------------------------------------------------- | Route settings | ----------------------------------------------------------------- */ 'route' => [ 'enabled' => true, 'attributes' => [ 'prefix' => 'log-viewer', 'middleware' => env('ARCANEDEV_LOGVIEWER_MIDDLEWARE') ? explode(',', env('ARCANEDEV_LOGVIEWER_MIDDLEWARE')) : ['web','auth'], ], ], /* ----------------------------------------------------------------- | Log entries per page | ----------------------------------------------------------------- | This defines how many logs & entries are displayed per page. */ 'per-page' => 30, /* ----------------------------------------------------------------- | Download settings | ----------------------------------------------------------------- */ 'download' => [ 'prefix' => 'laravel-', 'extension' => 'log', ], /* ----------------------------------------------------------------- | Menu settings | ----------------------------------------------------------------- */ 'menu' => [ 'filter-route' => 'log-viewer::logs.filter', 'icons-enabled' => true, ], /* ----------------------------------------------------------------- | Icons | ----------------------------------------------------------------- */ 'icons' => [ /** * Font awesome >= 4.3 * http://fontawesome.io/icons/ */ 'all' => 'fa fa-fw fa-list', // http://fontawesome.io/icon/list/ 'emergency' => 'fa fa-fw fa-bug', // http://fontawesome.io/icon/bug/ 'alert' => 'fa fa-fw fa-bullhorn', // http://fontawesome.io/icon/bullhorn/ 'critical' => 'fa fa-fw fa-heartbeat', // http://fontawesome.io/icon/heartbeat/ 'error' => 'fa fa-fw fa-times-circle', // http://fontawesome.io/icon/times-circle/ 'warning' => 'fa fa-fw fa-exclamation-triangle', // http://fontawesome.io/icon/exclamation-triangle/ 'notice' => 'fa fa-fw fa-exclamation-circle', // http://fontawesome.io/icon/exclamation-circle/ 'info' => 'fa fa-fw fa-info-circle', // http://fontawesome.io/icon/info-circle/ 'debug' => 'fa fa-fw fa-life-ring', // http://fontawesome.io/icon/life-ring/ ], /* ----------------------------------------------------------------- | Colors | ----------------------------------------------------------------- */ 'colors' => [ 'levels' => [ 'empty' => '#D1D1D1', 'all' => '#8A8A8A', 'emergency' => '#B71C1C', 'alert' => '#D32F2F', 'critical' => '#F44336', 'error' => '#FF5722', 'warning' => '#FF9100', 'notice' => '#4CAF50', 'info' => '#1976D2', 'debug' => '#90CAF9', ], ], /* ----------------------------------------------------------------- | Strings to highlight in stack trace | ----------------------------------------------------------------- */ 'highlight' => [ '^#\d+', '^Stack trace:', ], ];