| Server IP : 31.220.101.246 / Your IP : 216.73.217.24 Web Server : LiteSpeed System : Linux server12.tanzaniaservers.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : cajamcot ( 1252) PHP Version : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/cajamcot/domains/cajam.co.tz/private_html/ |
Upload File : |
<?php
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 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', "cajamcot_wp542" );
/** Database username */
define( 'DB_USER', "cajamcot_wp542" );
/** Database password */
define( 'DB_PASSWORD', "(EpS3t6c5[" );
/** 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', '' );
/** Allows the current user to edit or install files. */
define('FS_METHOD', 'direct');
/**#@+
* 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', '=h|/lzATO-q>B_V#90Sk_AnHCg<@|_LR&%hDNq(MA{C9982j7i`Q,6sU:MGw)MuM' );
define( 'SECURE_AUTH_KEY', '{GnaV!%S/MY8L+d36~.rL~|D$`lcRQseY%o4M$K(sr;`ABSpyw<lK?x[1uvtxbTv' );
define( 'LOGGED_IN_KEY', '4df+&sATQ-lMn8qjcHzmab#qy.=nMfwfcehPV8r5C,TC-KUoB>e3oOg %x; -:)-' );
define( 'NONCE_KEY', 'y/:^&G8*smJ1xC7CfNTd*fQYwM~.oO[U-;;J2~Z)5vf$)&yT5i`].;e*GGEWV9 a' );
define( 'AUTH_SALT', 'L*[{ivcPRb4).@rf&iunxXK1EK$-Jq[E6:UXKr78[;Uz.zAC^%~,(KZdgn/N+v=1' );
define( 'SECURE_AUTH_SALT', 'L-n4:IcO]c|zFhzig$61*qClZ~%dOi(jPWgC0U(nwZA)D3W)/d{=R{4AJ]aawCq+' );
define( 'LOGGED_IN_SALT', '}k[E]TvlwK>,*B?Ns6!PDP8WLLrxXDQl<`f-`0+M3duQF*.22KGgnOCQ9qPR/_LD' );
define( 'NONCE_SALT', 'vzaTQM{a1zq l+gs2e3SZ^n3G670qL_@lOG+vEb{<.dO!p|q<0B$m,8;:zm@p@.p' );
/**#@-*/
/**
* 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_';
/**
* 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('WP_MEMORY_LIMIT', '512M');
define( 'DUPLICATOR_AUTH_KEY', 'w0:`zNE:uB` ni+I}S{Y)Ic}l$) Rj+%r?Z,:(0al R^mB-[ygvT)fg3PA{c.]v|' );
/* 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';