HEX
Server: Apache
System: Linux vps.teamads.com 4.18.0-553.126.1.el8_10.x86_64 #1 SMP Thu May 28 06:44:09 EDT 2026 x86_64
User: teamadsc (1024)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/teamadsc/www/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', '2WzhjUVR7rZC9R3euqAVyRLGBivmS1jhW8j5WTgyLes1lDEv13A4TaOdZ0rNfCRk');
//END Really Simple Security key
define( 'WP_CACHE', true );


//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


/**

 * 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', "teamadsc_teamadsnew");


/** MySQL database username */

define('DB_USER', "teamadsc_teamadsnew");


/** MySQL database password */

define('DB_PASSWORD', "TeamAds^%\$#@!");


/** 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',         'L9*tdq&R3ne0/D5J7_iRo]$t:`gS1T.BV;uf-GcZ@nM[69[mP.,&EPm]3<|?ET/.');

define('SECURE_AUTH_KEY',  'agzx4$WgD/#:$Nal9ZD8M20LAy4Gj`*us`&ctpwmy-+KvI[4XHoCrhS(@i<mI#^D');

define('LOGGED_IN_KEY',    ')kt(i6Z 7q0N1vT4szD80)VWpd;R|/~&4|WtuCCz g[P*,9./]CG_5=#<2y1d8Sk');

define('NONCE_KEY',        'Yv)&gI(OitzP!s3?l$i`9p=m0?^EOpY0($>j^j,eu|2Y,s(xDZ?7HDbzc C{u-lG');

define('AUTH_SALT',        'K4)KTE&FME6!}43B?o14.ACHyL>(+wn]GZ)UU!w-zAB2lq:FXt3>F!LpWx|}y /)');

define('SECURE_AUTH_SALT', 'c@<<80b/YL|Fa6:v@!6+}Iv~D-r.{Pr*=]~i1LXTNg[r+tfk1yDt>(KdjoPKy*j6');

define('LOGGED_IN_SALT',   '@Fg~y:z9yb!JU.R2t%*eXn2wP6c1AL{OCR#1%yTh9|4FLAsj2Jn_reU2( cgW8Xn');

define('NONCE_SALT',       ']_JI6iWhN}0A0:`H?MEh*o)KGFzf5toZ>3-8 #OLA<}(L!L6]Ez5{k3QLZ9q4fv]');


/**#@-*/


/**

 * 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_MEMORY_LIMIT','500M');
define('ALLOW_UNFILTERED_UPLOADS', true);
/* 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');