| 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/public_html/ |
Upload File : |
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'GEJNs3gWTZDOYbja5g08H9SaJp0jjiJRk7J5NF7W0mJvRt4ZmHmtJMPyOfUzwe3R');
//END Really Simple Security key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
define( 'WP_CACHE', true );
/**
* 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( 'DB_NAME', 'qtccargo_db' );
/** MySQL database username */
define( 'DB_USER', 'qtccargo_db' );
/** MySQL database password */
define( 'DB_PASSWORD', 'D0tJIXlke' );
/** 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', '|ys+r>svN5G#T7[T/M)=mb$^>jT9[o%X|C+bVP?=7P#?oGxB)*HK{7;+fx%n^]HP');
define('SECURE_AUTH_KEY', 'gc#%/{j#%6.:)W>-m8qCY]95 PlrY^<*G$9CR1L(3>0cokSvD|u,+$W)^W>hx66O');
define('LOGGED_IN_KEY', 'q7$?9Qd3.P6mRD>c[_=GUU8</Y69oG~uHFME+m03dF}T,D4E@zFM.qGy5A:Th--v');
define('NONCE_KEY', '/NI`WJ8m>Z2@eg-@-e;i5L7+*ii k/ofN/#L#{3G fs)D4)-q6tS=|m{ +mi?<c/');
define('AUTH_SALT', 'wC14$85slgf:@I1La!|-TbgZ_/fhsH[zb8Sq+Hv{5vh{h-M-|FB?TwGZIS!}z_*o');
define('SECURE_AUTH_SALT', ']XA@VJWCjp?JT|-;*9|D`8KSH}v2ROmJ#dB21iuyK:cpKb)Ki$Z3D1H&inJ|Y*@8');
define('LOGGED_IN_SALT', 'a.USjf?Mnobvr+l^mV&%t R9$=B@w*J#qPP)A_hONi,xlLbcAj2&G95=Y!u$qp[|');
define('NONCE_SALT', 'jg})JsCfza*xFnaW5bF:|]2cknResH=Vdo&_SK:-ALzDB6Bp+l!Iq+5NGNrKlPd|');
/**#@-*/
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';