Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../xoops
File: secure.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* XOOPS secure file
[2] Fix | Delete
*
[3] Fix | Delete
* You may not change or alter any portion of this comment or credits
[4] Fix | Delete
* of supporting developers from this source code or any supporting source code
[5] Fix | Delete
* which is considered copyrighted (c) material of the original comment or credit authors.
[6] Fix | Delete
* This program is distributed in the hope that it will be useful,
[7] Fix | Delete
* but WITHOUT ANY WARRANTY; without even the implied warranty of
[8] Fix | Delete
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[9] Fix | Delete
*
[10] Fix | Delete
* @copyright (c) 2000-2016 XOOPS Project (www.xoops.org)
[11] Fix | Delete
* @license GNU GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
[12] Fix | Delete
*/
[13] Fix | Delete
[14] Fix | Delete
// Database
[15] Fix | Delete
// Choose the database to be used
[16] Fix | Delete
define('XOOPS_DB_TYPE', 'mysql');
[17] Fix | Delete
[18] Fix | Delete
// Set the database charset if applicable
[19] Fix | Delete
if (defined('XOOPS_DB_CHARSET')) {
[20] Fix | Delete
die('Restricted Access');
[21] Fix | Delete
}
[22] Fix | Delete
define('XOOPS_DB_CHARSET', 'utf8');
[23] Fix | Delete
[24] Fix | Delete
// Table Prefix
[25] Fix | Delete
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default "xoops".
[26] Fix | Delete
define('XOOPS_DB_PREFIX', '[[dbprefix]]');
[27] Fix | Delete
[28] Fix | Delete
// Database Hostname
[29] Fix | Delete
// Hostname of the database server. If you are unsure, "localhost" works in most cases.
[30] Fix | Delete
define('XOOPS_DB_HOST', '[[softdbhost]]');
[31] Fix | Delete
[32] Fix | Delete
// Database Username
[33] Fix | Delete
// Your database user account on the host
[34] Fix | Delete
define('XOOPS_DB_USER', '[[softdbuser]]');
[35] Fix | Delete
[36] Fix | Delete
// Database Password
[37] Fix | Delete
// Password for your database user account
[38] Fix | Delete
define('XOOPS_DB_PASS', '[[softdbpass]]');
[39] Fix | Delete
[40] Fix | Delete
// Database Name
[41] Fix | Delete
// The name of database on the host. The installer will attempt to create the database if not exist
[42] Fix | Delete
define('XOOPS_DB_NAME', '[[softdb]]');
[43] Fix | Delete
[44] Fix | Delete
// Use persistent connection? (Yes=1 No=0)
[45] Fix | Delete
// Default is "Yes". Choose "Yes" if you are unsure.
[46] Fix | Delete
define('XOOPS_DB_PCONNECT', 0);
[47] Fix | Delete
[48] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function