| Server IP : 209.205.66.10 / Your IP : 216.73.216.173 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ammon 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : ( 1006) PHP Version : 8.5.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/radcad/public_html/wordpress/ |
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://wordpress.org/support/article/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( 'WP_CACHE', true );
define( 'WPCACHEHOME', '/home/radcad/public_html/wordpress/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'radcad' );
/** MySQL database username */
define( 'DB_USER', 'radcadadmin' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Sh1pp1ng2020' );
/** 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', '' );
define('FS_METHOD', 'direct');
/**#@+
* 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', '=$<@`Aby55$^qAOB7qj$Z;0yCc_/}=4x.5}g V[4:P5XypPRVMHa%gk)akm`s$(*' );
define( 'SECURE_AUTH_KEY', 'S& =v0sYSAm+hK!j@4@6Z_jHt5OST.i: WPTh+7DoavK/}8Q3 Jn,T2=|]qW*uh`' );
define( 'LOGGED_IN_KEY', 'O>m|#N]qd9]T{<=01Dc+E@!cAXva^xXf.Hz,8!A[u:!.TuSWc{WQzeOo22Rz`BaK' );
define( 'NONCE_KEY', 'dbc~*~VQ&xNrGgMeraD.w|GS~v{NA<w0P4+;U&_Ms}>@7$dz8FtWdh~4{Kt/dL<x' );
define( 'AUTH_SALT', 'nVww#|AXayjBz|aZ==N#~MQ$[)*c?Yb$^w{iIT@0KSY`^K6t:JanP(b$:,v;DwH2' );
define( 'SECURE_AUTH_SALT', '];>3k,B$<en|Y/[WIYW#Zy{OJB#+D-Ud+w@!CvFGtZ{!no%Sg2|=akIT3Re)MO~$' );
define( 'LOGGED_IN_SALT', ',}K#SmL9tU #ltXK|+<5:z&s@|Q7tOqju`nS_/YR%01de:>5bMeY1ggTp8` Uu1h' );
define( 'NONCE_SALT', 'F$T8g09`he+nyVzl=xJ <CWkFA)d*SwX8(Qx@iwg{N^{m#;BLYJ$hA)cPV&5Z?aN' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
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';