HEX
Server: Apache
System: Linux hostingsrv52.dondominio.com 6.12.57+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1 (2025-11-05) x86_64
User: (139135)
PHP: 8.4.18
Disabled: system,passthru,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,exec,ini_alter,show_source,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,eval
Upload Files
File: /hosting/www/crismanzano.com/public/wp-config.php
<?php

//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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

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

/** MySQL database username */
define('DB_USER', 'ddb100629');

/** MySQL database password */
define('DB_PASSWORD', 'dcIlTN0QW5JF');

/** MySQL hostname */
define('DB_HOST', 'bbdd.crismanzano.com');

/** 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',         'f91mo1pkdatw4mvonjwpg40vna1rycpqpnzpbbvyczcbkqlrppjr3oc0pucet20o');
define('SECURE_AUTH_KEY',  'b4hr3qvlii1ilkya1pncomapscwof996j8smnyvkbcdhu8bej1rn7ep4kdi8umlv');
define('LOGGED_IN_KEY',    'inwepqdvymc0817dtemehgzs160otbwf2ftvpfle1atpm3mgozbywyyqmeudkxm8');
define('NONCE_KEY',        'iuhq01hwfa3r8u1xbktevnogdmqirnrsvbvnrubnfy8hieojiyhkmjgkk3k2fclj');
define('AUTH_SALT',        'e0ggiyo9nyuvjplufxgu5wy2ntzy7tvxxffavcgowyxheftaxt9shsjskub1sgiu');
define('SECURE_AUTH_SALT', 'yljvhdizcqo3xgnkte9qxbymgcebntp5pfasnn6vuplqs1khmlgypoabuphfpu3s');
define('LOGGED_IN_SALT',   'w1car2kaebdugiuzwr1ejzgbmzfpjy5anmfs6jnqszody5zvbv8iiiualk5fysqw');
define('NONCE_SALT',       'a6vnawu6ty2vh3ajkvxojxyp19zckkq82aajisaqflysrnarjxwd31u9epqgvb0w');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

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

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

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