| 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
// 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', 'qtccargo_mee');
/** MySQL database username */
define('DB_USER', 'qtccargo_mee');
/** MySQL database password */
define('DB_PASSWORD', 'kSWMxgua');
/** 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', 'a;A$TvEltyd{/,91-OT:+kf-9T}{keuW0%G0Rz?JF|8B/4~BPrAO@q;cO* R3z;d');
define('SECURE_AUTH_KEY', '3dLEu[hzW^]|~i$=?3OYTTmA|<ida[Tw$dT:/W+P9RHuM:Bb;2[jcx`b+CAdEr/4');
define('LOGGED_IN_KEY', '[c7I`H;*-Cn`NYkn*!gUP>0;q+:k-1UR.e[4Zyuqk~c!_nf8j7N_+g)C|{2e&H(%');
define('NONCE_KEY', '+CGaYA/,M.*s01vR!4kP7C;1m!WZ/IBj;XSFubY=,J%,R+2Ind($FWb MsJ{:,;i');
define('AUTH_SALT', '|T[c|H8pb$bCg#hRJ[%$f )~5,6Y~;5+c/Seyr2>6|)r+%<H5nJ-?zvp7?7<g9qP');
define('SECURE_AUTH_SALT', 'Oe[vc=8;+kzp@[~ht|nya-7ShFfY]t@H~a9)aPCH_K0e7-lX<+C3)|3qfNPCjna$');
define('LOGGED_IN_SALT', 'N!~4naFTHe8CV-,+w83M9*N*.ld%oiQfd$ Mp|n1CATc9|^W Y+Q#*QY{FAu&:>m');
define('NONCE_SALT', 'Idx~tZ5DOnD.kJk+b~h|i=|JWf@1r8PRE5ub$cB}y;G9pE|G6bHU2o$m5e/.R/^K');
/**#@-*/
/**
* 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);
/* 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');