HEX
Server: LiteSpeed
System: Linux srv271.doctorhoster.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: lcipakco (2751)
PHP: 8.3.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, escapeshellcmd, apache_child_terminate, virtual, mb_send_mail, mail, eval, phpinfo
Upload Files
File: /mnt/home/lcipakco/public_html/wp-config.php
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "lcipakco_website_db" );

/** Database username */
define( 'DB_USER', "lcipakco_website_admin" );

/** Database password */
define( 'DB_PASSWORD', "Mff2s6.==0MNAxI" );

/** Database hostname */
define( 'DB_HOST', "localhost" );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         '4SAOf638wLOYIjbIYbuTktGGevqrNcGFwzYbVQ5LnDlCIrqSroWTIO7MUBzTrFis');
define('SECURE_AUTH_KEY',  '0SlISrWs9S6TXeEi4P8ig7xk8tS95HNbaCtutQfJQ7QRcwWnFNT4uovvBQxSdf4Q');
define('LOGGED_IN_KEY',    'd3YbMZe6L6Hm1mhVCRIgMLvaWJvnvqhbF4sOKrH6lkS1HjVRXHoFzGoiuHe4DsfQ');
define('NONCE_KEY',        'WUxbtW1uFirgDWquuWNcZIFrgNeTfD50OVwFVJQ4mNmXxTvOidHMKR0h9tr5LdAV');
define('AUTH_SALT',        'dla40cmkeC3H8M1N3LWx7cFFebNxVDzSNiOY8O38Bckh0P1sTunMewbe2eYUPXwI');
define('SECURE_AUTH_SALT', '15t0NgKejGCQp5HlrgwXaui0K6Q9pcE4sqqGrq4JWgWxv325ybJ1XXpaPeh8eiUw');
define('LOGGED_IN_SALT',   '1MAd8Dg525DkOI6MCQcnNl4ZGEczvMrul0bB34xACkhTTQiPc5Ffxhq05h35iN97');
define('NONCE_SALT',       'Yy8jzXpeYU70C69yqWir51BDALGfCF9uC7nqNXV3m3D5Ew9hQaoQ175eBv3BNGU1');

/**
 * Other customizations.
 */
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');


/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'i9rk_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */

define( 'WP_MEMORY_LIMIT', '300M' );

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';