HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/hosted/austinseminoles_com/wp-config.php
<?php
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, 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('WP_CACHE', true); //Added by WP-Cache Manager
define('DB_NAME', 'FTSCreations');

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

/** MySQL database password */
define('DB_PASSWORD', 'MUuJ=zTAbZ)E');

/** 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',         'k,2+u>D3+o, -?/yh!<Hx12R/lx]o 0*$;{Dx_pjmni)`iC8H203ib;Xpa]S?&4w');
define('SECURE_AUTH_KEY',  ' `N=<1#=|04^}4P{tw*3v5&m0^+rRe+~S?-#C|`H1K-g-9QN%diNo|Y(](*e%Jcc');
define('LOGGED_IN_KEY',    '`Och:KVqh>doI!g]JyDxl[lBj+~Nsu*zK&Cnp_$SAdoz*_7kBO$7CROzk+X:WT-3');
define('NONCE_KEY',        'v_~[oD!|}-_39@  =@L?q+70NowrW1ldm|Vv6;v/7/ f3O>J`llAM#E,jL@8[#I@');
define('AUTH_SALT',        'oO}+#<|(#.>J^3{+e8^b+l &?MD|bPpt-9BCl)my~bBOnsLi.lQR/=0.+L]>w0c9');
define('SECURE_AUTH_SALT', 'G8MYaZw@|q,N3P&,-%u%JiPga4U9R`hs`P_t|s::mj)p~.|f(8&uHx?Y|>v>X4BI');
define('LOGGED_IN_SALT',   '>t|VLG-BA.qU.e80K09GD&W?25|>Xz-&|*.VcHYwxA@~jdlz_bP*wK3vB^6bdnaz');
define('NONCE_SALT',       'B=&-nMo8&(pp]{-!YHEK&^zCgN@t55ePW~CIYOvn8vI|l-tN42Ig/QpYX^jKV$/^');

/**#@-*/

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

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