!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/packages/Webkul/Admin/src/Config/   drwxrwxrwx
Free 12.98 GB of 57.97 GB (22.39%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     core_config.php (13.81 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

return [
    
/**
     * General.
     */
    
[
        
'key'  => 'general',
        
'name' => 'admin::app.configuration.index.general.title',
        
'info' => 'admin::app.configuration.index.general.info',
        
'sort' => 1,
    ], [
        
'key'  => 'general.general',
        
'name' => 'admin::app.configuration.index.general.general.title',
        
'info' => 'admin::app.configuration.index.general.general.info',
        
'icon' => 'icon-setting',
        
'sort' => 1,
    ], [
        
'key'    => 'general.general.locale_settings',
        
'name'   => 'admin::app.configuration.index.general.general.locale-settings.title',
        
'info'   => 'admin::app.configuration.index.general.general.locale-settings.title-info',
        
'sort'   => 1,
        
'fields' => [
            [
                
'name'    => 'locale',
                
'title'   => 'admin::app.configuration.index.general.general.locale-settings.title',
                
'type'    => 'select',
                
'default' => 'en',
                
'options' => 'Webkul\Core\Core@locales',
            ],
        ],
    ], [
        
'key'    => 'general.general.admin_logo',
        
'name'   => 'admin::app.configuration.index.general.general.admin-logo.title',
        
'info'   => 'admin::app.configuration.index.general.general.admin-logo.title-info',
        
'sort'   => 2,
        
'fields' => [
            [
                
'name'          => 'logo_image',
                
'title'         => 'admin::app.configuration.index.general.general.admin-logo.logo-image',
                
'type'          => 'image',
                
'validation'    => 'mimes:bmp,jpeg,jpg,png,webp,svg',
            ],
        ],
    ], [
        
'key'    => 'general.settings',
        
'name'   => 'admin::app.configuration.index.general.settings.title',
        
'info'   => 'admin::app.configuration.index.general.settings.info',
        
'icon'   => 'icon-configuration',
        
'sort'   => 2,
    ], [
        
'key'    => 'general.settings.footer',
        
'name'   => 'admin::app.configuration.index.general.settings.footer.title',
        
'info'   => 'admin::app.configuration.index.general.settings.footer.info',
        
'sort'   => 1,
        
'fields' => [
            [
                
'name'       => 'label',
                
'title'      => 'admin::app.configuration.index.general.settings.footer.powered-by',
                
'type'       => 'editor',
                
'default'    => 'Powered by <span style="color: rgb(14, 144, 217);"><a href="http://www.krayincrm.com" target="_blank">Krayin</a></span>, an open-source project by <span style="color: rgb(14, 144, 217);"><a href="https://webkul.com" target="_blank">Webkul</a></span>.',
                
'tinymce'    => true,
            ],
        ],
    ], [
        
'key'    => 'general.settings.menu',
        
'name'   => 'admin::app.configuration.index.general.settings.menu.title',
        
'info'   => 'admin::app.configuration.index.general.settings.menu.info',
        
'sort'   => 2,
        
'fields' => [
            [
                
'name'       => 'dashboard',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.dashboard',
                
'type'       => 'text',
                
'default'    => 'Dashboard',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'leads',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.leads',
                
'type'       => 'text',
                
'default'    => 'Leads',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'quotes',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.quotes',
                
'type'       => 'text',
                
'default'    => 'Quotes',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.mail',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.mail',
                
'type'       => 'text',
                
'default'    => 'Mail',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.inbox',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.inbox',
                
'type'       => 'text',
                
'default'    => 'Inbox',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.draft',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.draft',
                
'type'       => 'text',
                
'default'    => 'Draft',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.outbox',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.outbox',
                
'type'       => 'text',
                
'default'    => 'Outbox',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.sent',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.sent',
                
'type'       => 'text',
                
'default'    => 'Sent',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'mail.trash',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.trash',
                
'type'       => 'text',
                
'default'    => 'Trash',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'activities',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.activities',
                
'type'       => 'text',
                
'default'    => 'Activities',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'contacts.contacts',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.contacts',
                
'type'       => 'text',
                
'default'    => 'Contacts',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'contacts.persons',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.persons',
                
'type'       => 'text',
                
'default'    => 'Persons',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'contacts.organizations',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.organizations',
                
'type'       => 'text',
                
'default'    => 'Organizations',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'products',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.products',
                
'type'       => 'text',
                
'default'    => 'Products',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'settings',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.settings',
                
'type'       => 'text',
                
'default'    => 'Settings',
                
'validation' => 'max:20',
            ], [
                
'name'       => 'configuration',
                
'title'      => 'admin::app.configuration.index.general.settings.menu.configuration',
                
'type'       => 'text',
                
'default'    => 'Configuration',
                
'validation' => 'max:20',
            ],
        ],
    ], [
        
'key'    => 'general.settings.menu_color',
        
'name'   => 'admin::app.configuration.index.general.settings.menu-color.title',
        
'info'   => 'admin::app.configuration.index.general.settings.menu-color.info',
        
'sort'   => 3,
        
'fields' => [
            [
                
'name'    => 'brand_color',
                
'title'   => 'admin::app.configuration.index.general.settings.menu-color.brand-color',
                
'type'    => 'color',
                
'default' => '#0E90D9',
            ],
        ],
    ], [
        
'key'  => 'general.magic_ai',
        
'name' => 'admin::app.configuration.index.magic-ai.title',
        
'info' => 'admin::app.configuration.index.magic-ai.info',
        
'icon' => 'icon-setting',
        
'sort' => 3,
    ], [
        
'key'    => 'general.magic_ai.settings',
        
'name'   => 'admin::app.configuration.index.magic-ai.settings.title',
        
'info'   => 'admin::app.configuration.index.magic-ai.settings.info',
        
'sort'   => 1,
        
'fields' => [
            [
                
'name'          => 'enable',
                
'title'         => 'admin::app.configuration.index.magic-ai.settings.enable',
                
'type'          => 'boolean',
                
'channel_based' => true,
            ], [
                
'name'          => 'api_key',
                
'title'         => 'admin::app.configuration.index.magic-ai.settings.api-key',
                
'type'          => 'password',
                
'depends'       => 'enable:1',
                
'validation'    => 'required_if:enable,1',
                
'info'          => 'admin::app.configuration.index.magic-ai.settings.api-key-info',
            ], [
                
'name'          => 'model',
                
'title'         => 'admin::app.configuration.index.magic-ai.settings.models.title',
                
'type'          => 'select',
                
'channel_based' => true,
                
'depends'       => 'enable:1',
                
'options'       => [
                    [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.gpt-4o',
                        
'value' => 'openai/chatgpt-4o-latest',
                    ], [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.gpt-4o-mini',
                        
'value' => 'openai/gpt-4o-mini',
                    ], [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.gemini-2-0-flash-001',
                        
'value' => 'google/gemini-2.0-flash-001',
                    ], [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.deepseek-r1',
                        
'value' => 'deepseek/deepseek-r1-distill-llama-8b',
                    ], [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.llama-3-2-3b-instruct',
                        
'value' => 'meta-llama/llama-3.2-3b-instruct',
                    ], [
                        
'title' => 'admin::app.configuration.index.magic-ai.settings.models.grok-2-1212',
                        
'value' => 'x-ai/grok-2-1212',
                    ],
                ],
            ], [
                
'name'          => 'other_model',
                
'title'         => 'admin::app.configuration.index.magic-ai.settings.other',
                
'type'          => 'text',
                
'info'          => 'admin::app.configuration.index.magic-ai.settings.other-model',
                
'default'       => null,
                
'depends'       => 'enable:1',
            ],
        ],
    ], [
        
'key'    => 'general.magic_ai.doc_generation',
        
'name'   => 'admin::app.configuration.index.magic-ai.settings.doc-generation',
        
'info'   => 'admin::app.configuration.index.magic-ai.settings.doc-generation-info',
        
'sort'   => 2,
        
'fields' => [
            [
                
'name'          => 'enabled',
                
'title'         => 'admin::app.configuration.index.magic-ai.settings.enable',
                
'type'          => 'boolean',
            ],
        ],
    ],

    
/**
     * Email.
     */
    
[
        
'key'  => 'email',
        
'name' => 'admin::app.configuration.index.email.title',
        
'info' => 'admin::app.configuration.index.email.info',
        
'sort' => 2,
    ], [
        
'key'  => 'email.imap',
        
'name' => 'admin::app.configuration.index.email.imap.title',
        
'info' => 'admin::app.configuration.index.email.imap.info',
        
'icon' => 'icon-setting',
        
'sort' => 1,
    ], [
        
'key'    => 'email.imap.account',
        
'name'   => 'admin::app.configuration.index.email.imap.account.title',
        
'info'   => 'admin::app.configuration.index.email.imap.account.title-info',
        
'sort'   => 1,
        
'fields' => [
            [
                
'name'    => 'host',
                
'title'   => 'admin::app.configuration.index.email.imap.account.host',
                
'type'    => 'text',
                
'default' => config('imap.accounts.default.host'),
            ],
            [
                
'name'    => 'port',
                
'title'   => 'admin::app.configuration.index.email.imap.account.port',
                
'type'    => 'text',
                
'default' => config('imap.accounts.default.port'),
            ],
            [
                
'name'    => 'encryption',
                
'title'   => 'admin::app.configuration.index.email.imap.account.encryption',
                
'type'    => 'text',
                
'default' => config('imap.accounts.default.encryption'),
            ],
            [
                
'name'    => 'validate_cert',
                
'title'   => 'admin::app.configuration.index.email.imap.account.validate-cert',
                
'type'    => 'boolean',
                
'default' => config('imap.accounts.default.validate_cert'),
            ],
            [
                
'name'    => 'username',
                
'title'   => 'admin::app.configuration.index.email.imap.account.username',
                
'type'    => 'text',
                
'default' => config('imap.accounts.default.username'),
            ],
            [
                
'name'    => 'password',
                
'title'   => 'admin::app.configuration.index.email.imap.account.password',
                
'type'    => 'password',
                
'default' => config('imap.accounts.default.password'),
            ],
        ],
    ],
];

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0139 ]--