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 /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
activitylog.php
1.25
KB
-rw-r--r--
2025-12-16 01:59
app.php
8.76
KB
-rw-r--r--
2025-12-16 01:59
auth.php
4.05
KB
-rw-r--r--
2025-12-16 01:59
author.php
755
B
-rw-r--r--
2025-12-16 01:59
backup.php
9.31
KB
-rw-r--r--
2025-12-16 01:59
barcode.php
57
B
-rw-r--r--
2025-12-16 01:59
broadcasting.php
2.04
KB
-rw-r--r--
2025-12-16 01:59
cache.php
3.2
KB
-rw-r--r--
2025-12-16 01:59
charts.php
481
B
-rw-r--r--
2025-12-16 01:59
constants.php
4.44
KB
-rw-r--r--
2025-12-16 01:59
cors.php
846
B
-rw-r--r--
2025-12-16 01:59
database.php
5.36
KB
-rw-r--r--
2025-12-16 01:59
datatables.php
3.43
KB
-rw-r--r--
2025-12-16 01:59
debugbar.php
7.53
KB
-rw-r--r--
2025-12-16 01:59
disposable-email.php
2.45
KB
-rw-r--r--
2025-12-16 01:59
filesystems.php
2.45
KB
-rw-r--r--
2025-12-16 01:59
hashing.php
1.54
KB
-rw-r--r--
2025-12-16 01:59
log-viewer.php
4.81
KB
-rw-r--r--
2025-12-16 01:59
logging.php
3.66
KB
-rw-r--r--
2025-12-16 01:59
mail.php
3.57
KB
-rw-r--r--
2025-12-16 01:59
menus.php
811
B
-rw-r--r--
2025-12-16 01:59
modules.php
10.4
KB
-rw-r--r--
2025-12-16 01:59
myfatoorah.php
1.47
KB
-rw-r--r--
2025-12-16 01:59
openai.php
555
B
-rw-r--r--
2025-12-16 01:59
passport.php
555
B
-rw-r--r--
2025-12-16 01:59
paypal.php
1.48
KB
-rw-r--r--
2025-12-16 01:59
paystack.php
696
B
-rw-r--r--
2025-12-16 01:59
permission.php
4.35
KB
-rw-r--r--
2025-12-16 01:59
pesapal.php
946
B
-rw-r--r--
2025-12-16 01:59
queue.php
2.84
KB
-rw-r--r--
2025-12-16 01:59
scribe.php
17.18
KB
-rw-r--r--
2025-12-16 01:59
services.php
979
B
-rw-r--r--
2025-12-16 01:59
session.php
6.86
KB
-rw-r--r--
2025-12-16 01:59
view.php
1.06
KB
-rw-r--r--
2025-12-16 01:59
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | App Constants |-------------------------------------------------------------------------- |List of all constants for the app */ 'langs' => [ 'en' => ['full_name' => 'English', 'short_name' => 'English'], 'es' => ['full_name' => 'Spanish - Español', 'short_name' => 'Spanish'], 'sq' => ['full_name' => 'Albanian - Shqip', 'short_name' => 'Albanian'], 'hi' => ['full_name' => 'Hindi - हिंदी', 'short_name' => 'Hindi'], 'nl' => ['full_name' => 'Dutch', 'short_name' => 'Dutch'], 'fr' => ['full_name' => 'French - Français', 'short_name' => 'French'], 'de' => ['full_name' => 'German - Deutsch', 'short_name' => 'German'], 'ar' => ['full_name' => 'Arabic - العَرَبِيَّة', 'short_name' => 'Arabic'], 'tr' => ['full_name' => 'Turkish - Türkçe', 'short_name' => 'Turkish'], 'id' => ['full_name' => 'Indonesian', 'short_name' => 'Indonesian'], 'ps' => ['full_name' => 'Pashto', 'short_name' => 'Pashto'], 'pt' => ['full_name' => 'Portuguese', 'short_name' => 'Portuguese'], 'vi' => ['full_name' => 'Vietnamese', 'short_name' => 'Vietnamese'], 'ce' => ['full_name' => 'Chinese', 'short_name' => 'Chinese'], 'ro' => ['full_name' => 'Romanian', 'short_name' => 'Romanian'], 'lo' => ['full_name' => 'Lao', 'short_name' => 'Lao'], ], 'langs_rtl' => ['ar'], 'non_utf8_languages' => ['ar', 'hi', 'ps'], 'document_size_limit' => '5000000', //in Bytes, 'image_size_limit' => '5000000', //in Bytes 'asset_version' => 611, 'disable_purchase_in_other_currency' => true, 'iraqi_selling_price_adjustment' => false, //currency_precision & quantity_precision moved to business settings 'product_img_path' => 'img', 'enable_sell_in_diff_currency' => false, 'currency_exchange_rate' => 1, 'orders_refresh_interval' => 600, //Auto refresh interval on Kitchen and Orders page in seconds, 'pos_recent_transactions_display_limit' => env('POS_RECENT_TRANSACTIONS_DISPLAY_LIMIT', 10), //Controls how many recent transactions are shown in POS recent transactions list default is 10 'default_date_format' => 'm/d/Y', //Default date format to be used if session is not set. All valid formats can be found on https://www.php.net/manual/en/function.date.php 'new_notification_count_interval' => 60, //Interval to check for new notifications in seconds;Default is 60sec 'administrator_usernames' => env('ADMINISTRATOR_USERNAMES'), 'SHOW_REPAIR_STATUS_LOGIN_SCREEN' => env('SHOW_REPAIR_STATUS_LOGIN_SCREEN', true), 'allow_registration' => env('ALLOW_REGISTRATION', true), 'app_title' => env('APP_TITLE'), 'google_recaptcha_key' => env('GOOGLE_RECAPTCHA_KEY'), 'google_recaptcha_secret' => env('GOOGLE_RECAPTCHA_SECRET'), 'enable_recaptcha' => env('ENABLE_RECAPTCHA', false), // Enable disposable email validation (public registration) 'do_not_allow_disposable_email' => env('DO_NOT_ALLOW_DISPOSABLE_EMAIL', false), 'mpdf_temp_path' => storage_path('app/pdf'), //Temporary path used by mpdf 'document_upload_mimes_types' => ['application/pdf' => '.pdf', 'text/csv' => '.csv', 'application/zip' => '.zip', 'application/msword' => '.doc', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => '.docx', 'image/jpeg' => '.jpeg', 'image/jpg' => '.jpg', 'image/png' => '.png', ], //List of MIME type: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types 'show_report_606' => false, 'show_report_607' => false, 'whatsapp_base_url' => 'https://wa.me', 'enable_crm_call_log' => false, 'enable_product_bulk_edit' => false, //Will be depreciated in future 'enable_convert_draft_to_invoice' => false, //Experimental beta feature. 'enable_download_pdf' => false, //Experimental feature 'invoice_scheme_separator' => '-', 'show_payments_recovered_today' => false, //Displays payment recovered today table on dashboard 'enable_b2b_marketplace' => false, 'enable_contact_assign' => true, //Used in add/edit contacts screen 'show_payment_type_on_contact_pay' => false, 'enable_gst_report_india' => env('ENABLE_GST_REPORT_INDIA', false), 'enable_secondary_unit' => false, //Experimental feature, may depreciate ];