Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../abante
File: config.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
AbanteCart, Ideal OpenSource Ecommerce Solution
[2] Fix | Delete
https://www.AbanteCart.com
[3] Fix | Delete
Copyright © 2011-2024 Belavier Commerce LLC
[4] Fix | Delete
[5] Fix | Delete
Released under the Open Software License (OSL 3.0)
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
const SERVER_NAME = '[[domhost]]';
[9] Fix | Delete
// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
[10] Fix | Delete
const ADMIN_PATH = '[[admin_realname]]';
[11] Fix | Delete
[12] Fix | Delete
// Database Configuration
[13] Fix | Delete
const DB_DRIVER = 'amysqli';
[14] Fix | Delete
const DB_HOSTNAME = '[[softdbhost]]';
[15] Fix | Delete
const DB_USERNAME = '[[softdbuser]]';
[16] Fix | Delete
const DB_PASSWORD = '[[softdbpass]]';
[17] Fix | Delete
const DB_DATABASE = '[[softdb]]';
[18] Fix | Delete
const DB_PREFIX = '[[dbprefix]]';
[19] Fix | Delete
[20] Fix | Delete
const CACHE_DRIVER = 'file';
[21] Fix | Delete
// Unique AbanteCart store ID
[22] Fix | Delete
const UNIQUE_ID = '[[UNIQUE_ID]]';
[23] Fix | Delete
// Encryption key for protecting sensitive information. NOTE: Change of this key will cause a loss of all existing encrypted information!
[24] Fix | Delete
const ENCRYPTION_KEY = '[[ENCRYPTION_KEY]]';
[25] Fix | Delete
[26] Fix | Delete
// details about allowed DSN settings https://symfony.com/doc/6.0/mailer.html#transport-setup
[27] Fix | Delete
/*
[28] Fix | Delete
const MAILER = [
[29] Fix | Delete
//'dsn' => null,
[30] Fix | Delete
// OR
[31] Fix | Delete
'protocol' => 'smtp', // or ses+smtp, gmail+smtp, mandrill+smtp, mailgun+smtp, mailjet+smtp, postmark+smtp, sendgrid+smtp, sendinblue+smtp, ohmysmtp+smtp
[32] Fix | Delete
//we use "username" also as ID, KEY, API_TOKEN, ACCESS_KEY
[33] Fix | Delete
'username' => 'merchant@yourdomain.com',
[34] Fix | Delete
'password' => '****super-secret-password****',
[35] Fix | Delete
'host' => 'your-hostname',
[36] Fix | Delete
'port' => 465 //or 587 etc
[37] Fix | Delete
];
[38] Fix | Delete
*/
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function