Code Test

Slyfox696

Excellence of Execution
Code:
<?php
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

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

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

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

/** MySQL 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',         '@,Ag2SPO6mE`3B_ik*|8XAB;9gk<D-&yT=Z5m_,U^#KD,1zOh7jx?a|<C 5T|]%c');
define('SECURE_AUTH_KEY',  'V%qi_=p)dX8qC8k+-[?$r|na>ER|nk}pnnL9*P+0=geEKE_I_EmQ]__Af]>/^#I5');
define('LOGGED_IN_KEY',    '|5=s1z c1Se+-6ns<e9s{F7<uJq>*U|czEGKiw3=4t<n,9.vm1x{s(,gFdK@W+Lt');
define('NONCE_KEY',        'cGj)YxzSk5K>Hx+t5H^+N3L-u0/jH#e7uI-CV[n_z2` lDrBQ%Qo|1-S0o5$6XT*');
define('AUTH_SALT',        'yxhxC-6UN(m)hb); 1+3^{ )dOE*ldA~DUKb}H-j]JYh:o-+RyYc}9{{Vz)>_S0A');
define('SECURE_AUTH_SALT', 'w6w9 <H$_T{%uUhe.[x0(%$+ma$4@L|bl)fo)/b<$(blEE6Q7YG {}Xo@-AwNa-+');
define('LOGGED_IN_SALT',   '|jGETLBau;/9a^{X++Qw_{_z9Xe9Ta8L,w4>19| 5?ndf#Xam`gYG{R,(;1j~n+a');
define('NONCE_SALT',       'd5j*/Md}s<E7@SwP9* _%~wN1|DtmZH{Q0ZlJD@ :5&ca1l<ww<{pcP<0KXXG*Br');

/**#@-*/

/**
 * 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_';

/**
 * WordPress Localized Language, defaults to English.
 *
 * Change this to localize WordPress.  A corresponding MO file for the chosen
 * language must be installed to wp-content/languages. For example, install
 * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
 * language support.
 */
define ('WPLANG', '');

/**
 * 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.
 */
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');
 

Users who are viewing this thread

Members online

No members online now.

Forum statistics

Threads
174,837
Messages
3,300,747
Members
21,726
Latest member
chrisxenforo
Back
Top