| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/toppersdrinks.co.uk/wwwroot - Copy (2)/ |
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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'toppersdrinks' );
/** Database username */
define( 'DB_USER', 'smartuserdrinks' );
/** Database password */
define( 'DB_PASSWORD', 'moGetKore2024' );
/** Database 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', 'p3?MLIZc>!um0M[G?~mx7{tB :k*!N2ePOOG`8==GT.0TmbEy6JdC^6j2qD?F`k)' );
define( 'SECURE_AUTH_KEY', '6+D23CXD5$JIbOEvlx0^REmtW9u*).k8ndn-sT7;TA9eWLqpi,pko]ovkWq%wM?/' );
define( 'LOGGED_IN_KEY', 'bsT,`Mb{9i6N0%Nw!7pf*fO4|<lo;H<fohMshWFYwO) 2G2?$q?>&x Yh,<-B:99' );
define( 'NONCE_KEY', 'GtDIHU^|E}+GH)C?o@5<ZcHN%NWj6hlp!Zl3WXoH<~}w)NQ9C,Bz~>4Ll{OEXo8S' );
define( 'AUTH_SALT', 'T3RK&pt:A7Q`%4?@#ahX2Vn4]+%ObEu<a.c4^$Xl7zZ[V)J!;lg?<N#C4khNDfUG' );
define( 'SECURE_AUTH_SALT', 'TiS2wI(i+<(hXEiU3<O:t1&*$S+|(oXC!*!p2UN}_*vt}q 6TqE(3W7y[@-w24,^' );
define( 'LOGGED_IN_SALT', 'bmLP&HPAKNB+&u;zzo(WOr(7$~)uL7sFl|yi(qwuGfn 5[y;&u~.Ckq hhq-7E9U' );
define( 'NONCE_SALT', 'A4}9>mXSN/~(S)B00`<v[n/>5@]{oGt~ 9.|M77AaNp_.x(B5{Ko4ewx}dUC~ckp' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_tops_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('FS_METHOD', 'direct');
/* 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';