Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../var/softacul.../impress
File: config.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* All information in order to connect to database are going through here.
[2] Fix | Delete
*
[3] Fix | Delete
* Be careful if you are changing data's in this file.
[4] Fix | Delete
*
[5] Fix | Delete
* @copyright http://www.xoops.org/ The XOOPS Project
[6] Fix | Delete
* @copyright XOOPS_copyrights.txt
[7] Fix | Delete
* @copyright http://www.impresscms.org/ The ImpressCMS Project
[8] Fix | Delete
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
[9] Fix | Delete
* @package installer
[10] Fix | Delete
* @since 1.0
[11] Fix | Delete
* @author marcan <marcan@impresscms.org>
[12] Fix | Delete
* @author Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>
[13] Fix | Delete
* @version $Id: sdata.dist.php 8570 2009-04-11 13:15:53Z icmsunderdog $
[14] Fix | Delete
*/
[15] Fix | Delete
[16] Fix | Delete
// Database Hostname
[17] Fix | Delete
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
[18] Fix | Delete
define( 'SDATA_DB_HOST', '[[softdbhost]]' );
[19] Fix | Delete
[20] Fix | Delete
// Database Username
[21] Fix | Delete
// Your database user account on the host
[22] Fix | Delete
define( 'SDATA_DB_USER', '[[softdbuser]]' );
[23] Fix | Delete
[24] Fix | Delete
// Database Password
[25] Fix | Delete
// Password for your database user account
[26] Fix | Delete
define( 'SDATA_DB_PASS', '[[softdbpass]]' );
[27] Fix | Delete
[28] Fix | Delete
// Database Name
[29] Fix | Delete
// The name of database on the host. The installer will attempt to create the database if not exist
[30] Fix | Delete
define( 'SDATA_DB_NAME', '[[softdb]]' );
[31] Fix | Delete
[32] Fix | Delete
// Table Prefix
[33] 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 'icms'
[34] Fix | Delete
define( 'SDATA_DB_PREFIX', '[[dbprefix]]' );
[35] Fix | Delete
[36] Fix | Delete
// Password Salt Key $mainSalt
[37] Fix | Delete
// This salt will be appended to passwords in the icms_encryptPass() function.
[38] Fix | Delete
// Do NOT change this once your site is Live, doing so will invalidate everyones Password.
[39] Fix | Delete
define( 'SDATA_DB_SALT', '[[mainSalt]]' );
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function