| Server IP : 149.50.156.242 / Your IP : 216.73.216.238 Web Server : Apache System : Linux vps-6212575-x.dattaweb.com 4.18.0-553.148.1.el8_10.x86_64 #1 SMP Tue Jul 28 01:08:52 EDT 2026 x86_64 User : c1751829 ( 1001) PHP Version : 8.4.23 Disable Function : system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_get_handler, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/c1751829/public_html/ |
Upload File : |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, 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', 'c1751829_2024' );
/** Database username */
define( 'DB_USER', 'c1751829_2024' );
/** Database password */
define( 'DB_PASSWORD', 'fova39TEte' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'v+LG[ir~s]%tbZreyMynBQ?Yqy/|oK56?/ncf%C,tKFVe[-lL={g&t@u9q1L1+ke');
define('SECURE_AUTH_KEY', '@Hz0B8ys3k.y!BDeUB4R.8X0{L[W:M&OYGq|FSf ^ +LN7q,G]yp6O@z||:5 edn');
define('LOGGED_IN_KEY', ',>w3]aC=$rGlcr8eZ-] O^Ab(~d}%q54*q9;nc?/.eSt[Bk0~YjvPTr8D?$|iwew');
define('NONCE_KEY', '{s{D3F+b/;#r<sH@(gl,7?VpJMj]S KkLWIgY}KKc(~w-A87{n(~H9}[QgFV)7');
define('AUTH_SALT', 'wW$?juHhKBT{;H^Z.~a({: hxR+]sZ[U{kVL0G#uv.|JV.|Rm?u{VRQ^fl,AyO?g');
define('SECURE_AUTH_SALT', 'F)npv3_Vaj>VYVRnEhY|qD2|Aah:00HsxbhsY3Cu?t{}r8cH%|-_/Fhq|O=/,(OM');
define('LOGGED_IN_SALT', ':%YJw&&!k5:&}{jw*EXNr-D_jR%HzW88rBkNOrFBpTyj(o+CXO+#v%ArrUp1RzQ');
define('NONCE_SALT', 'u-qEhPE/k6@teibX/DA-%-+=8J5LZjZO}f^%?|d:DlIDI@Q(~bq3+58M*Eyj<+!');
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
/* Add any custom values between this line and the "stop editing" line. */
define('WP_HOME','https://mjpaudiodesigns.com');
define('WP_SITEURL','https://mjpaudiodesigns.com');
define('WP_MEMORY_LIMIT', '2048M');
define('WP_AUTO_UPDATE_CORE', false);
define('FORCE_SSL_ADMIN', true);
if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && strpos( $_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false ) {
$_SERVER['HTTPS'] = 'on';
}
/* 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';