| Server IP : 27.254.86.99 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux wp1.hostneverdie.com 4.18.0-553.46.1.lve.el8.x86_64 #1 SMP Wed Apr 2 11:16:45 UTC 2025 x86_64 User : qtccargo ( 1078) PHP Version : 8.2.29 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,pcntl_exec,virtual,suexec,dbmopen,dl,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/qtccargo/domains/meebottle.com/private_html/ |
Upload File : |
<?php
define('WP_CACHE', true); // Added by WP Rocket
/**
* 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://codex.wordpress.org/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('DB_NAME', 'admin_bottletest');
/** MySQL database username */
define('DB_USER', 'admin_bottletest');
/** MySQL database password */
define('DB_PASSWORD', 'XKRAf1LLhK');
/** 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', '');
/**#@+
* 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', '?cDgCLd}ReZHbXe~+)!yzuqaZ~N9W@u#fWPo]V75<%Gx&=8trY1qSsAd-7WR#bfu');
define('SECURE_AUTH_KEY', 'H6Qdg*,oFN!{a+}H<!}oAD~bm3fPe#]_P1|5&bR]&r,Ae|W^?;Tlm5;}#:D|8k=P');
define('LOGGED_IN_KEY', 'aSm!Rz|~k+y-uA+4x^x*i>(UP=X*OmI/e#XB1_tNPJqE7Z@Ab9pN[6]<1xIuN=j=');
define('NONCE_KEY', ',s8+2]@]yKHO9wz)lT_D&~+F]Q3@?qzck.Xq)W!&+8nTEI9e4vX5C(_:oacT>');
define('AUTH_SALT', 'iHv|](l>~K v%gD{~+QDnW6Mb9FF}IJzs!UM1XHBz3vy,nEMvplxFG_ibh:dbm/g');
define('SECURE_AUTH_SALT', 'BTx-iLYBG7~q^i t{kEb,1Q*5]vs[&Iq&MPm5PF7Qpmm{a~O= wYo[Q}A0t><n4N');
define('LOGGED_IN_SALT', 'Z9k:h2_A~c&[mv^-DsJ3ENpyS_kjRZ E!hy{.GPF-SzzT h3IDR&YY^~5l|wrYFf');
define('NONCE_SALT', '_5pU>OYpm +S/BxMyoSGH)p[E`_M+;gkt8-Un?Q5R,`@6lPZRlj|AW?6@Hw12Z}O');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define('WP_CACHE_KEY_SALT', 'sumuppremium.net');
define('FORCE_SSL_ADMIN', true);
$_SERVER['HTTPS']='on';
/* 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');