| Server IP : 185.216.8.13 / Your IP : 216.73.217.32 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/homeschoolstarterguidebook.com/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'kids_homeschoolstarterguidebookcom');
/** Database username */
define('DB_USER', 'kids_homeschoolstarterguidebookcom');
/** Database password */
define('DB_PASSWORD', 'xwAXVvhfPrgN62TADmDx2U9lZTAv05Yr');
/** 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', 'Za:WpEwegDNhD8%I1<d,AG<{YSr]+r_iA~T%|8>*<9~?:Rp<JamA!W`qS1 |mwDp');
define('SECURE_AUTH_KEY', 'oa2U=7:x6H#/H@RL9N9$<KuI:qQ7wA}3&pt9NFs|`]vlXFB`qyIxEaFH}vz/XYo');
define('LOGGED_IN_KEY', 'lr(nSF1iNSpi>l~beyZ5(Ap@~Sd@ H3pConaZuy8X^~0?bt.PF#G :^_`y }@Stl');
define('NONCE_KEY', 'D,:Tu=QTTl~oAZTW3DvnbH!c6n520GP(sFN:H,,n/9v>Jdk=ZnCJ*@:xS:sB W(N');
define('AUTH_SALT', 'Eu;`%?Y#vdg8!cKgMe0ll^Vt3J?7tE5va:Ctj+uv@?dC,WyD*6ez].kYm1X_$:Fk');
define('SECURE_AUTH_SALT', 'U(G?piTgK)R*<Nbs)zMwm]4(OSm4@9bXpwddwv#KtZ~c9rBXgEwB=GX8$$$mR}.B');
define('LOGGED_IN_SALT', '/UY&oE9kQ7{2[6vUEiW^.>yZ?Y*G *yt_7}DxR:<t(Sb3Gj1+5(Y`G]z2bXE>0^}');
define('NONCE_SALT', '!xdp6Q(E(HE@ghY<zbV^~Y)--e@&c$G&bEx[9pp$L.3=Jf#6UbmjDyk4YN9Tinc7');
define('WP_CACHE_KEY_SALT', ',J(Vz[J$&]Uctp+H@WX:lyh$}_9]Tcv;W}JC4 {UZj w4RE&_*=`k$G*@%`]~*t]');
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
// defer updates to CP
define('WP_AUTO_UPDATE_CORE', false);
define('FTP_USER', 'kidsartan@kidsartandcoloringbookshub.com');
define('FTP_HOST', 'localhost');
define('FTP_SSL', false);
define('FS_METHOD', 'direct');
define('WP_POST_REVISIONS', 5);
/**
* 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/support/article/debugging-in-wordpress/
*/
if (!defined('WP_DEBUG')) {
define('WP_DEBUG', false);
}
/* 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';