| Server IP : 66.85.128.68 / Your IP : 216.73.217.122 Web Server : Apache System : Linux isis.cmaginet.com 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 22 07:12:43 EST 2026 x86_64 User : zonaacti ( 1105) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/zonaacti/public_html/ |
Upload File : |
<?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 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', 'zonaacti_wp307');
/** MySQL database username */
define('DB_USER', 'zonaacti_wp307');
/** MySQL database password */
define('DB_PASSWORD', '-j{NtX3^ws3C~xc4');
/** MySQL 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', 'ewwb9pz9dtpj0bjgtyzskjtsn0xvjjowqukzxosdo9qe3qxrue2hx6gdi6geg7fn');
define('SECURE_AUTH_KEY', 'muwhqxb0fjqskb9lruhdtp0spqcgdxyqfvonpkakq6zqf8oroctvqampdjcp3c7s');
define('LOGGED_IN_KEY', 'wiggax109pphbdqupnr9d7zbvaixe99qqt45vj10qz1pay6hcjfgtq5vuyesberf');
define('NONCE_KEY', 'kvokfhei0rrb8qsa5ubhqj9tfcovrrrn0wflta0s8ryph0ahdg4bhl9o93wsbxgy');
define('AUTH_SALT', 'ucir2e4qmxxsrxpcphncvscgyqgk83oemoflsvvrnmwh8ve2f0or3hmh637nosrm');
define('SECURE_AUTH_SALT', 'z7isj7gnnkqr2qei6l94hm2vudzmng4snsponld6s8jll1hh0ekly8mixaxssj9u');
define('LOGGED_IN_SALT', 'oahohzdmaqqxoe0fi7q8g23zrrdndx3wbepjpalyrxfu9fzuwp5eeg4l8arsbaug');
define('NONCE_SALT', 'y7une9ud8qsbe03vkzzpn4ipysxfocgogvexiafqklshjj9tylhwa7n3xrmhtur2');
/**#@-*/
/**
* 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 = 'wpdd_';
/**
* 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);
define('DISABLE_WP_CRON', true);
/* 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');