File: //var/www/chaharrah.tv/root/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'b_chaharrah');
/** MySQL database username */
define('DB_USER', 'nimrouzgeneral');
/** MySQL database password */
define('DB_PASSWORD', 'a6unu4u3e');
/** 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', 'dSm<qLbL/%{R9_wx}gX!sz*s-LY`6;I-8`_t_$L|* )h~r)J:JR+Nl{Q]Pi>*jAT');
define('SECURE_AUTH_KEY', 'K}SgO{ LA2<xVxorOgGqYyv+N`Ru&/k+?fo[`tW=S^9? HAQ+kxPnIz^=/D9M=Gq');
define('LOGGED_IN_KEY', 'Vn*Ft[p.Wj`BU4fWFoaoH7z8zchp|M@aI#yx]q-jIe2cgPu9A#-)sd|JXY9roN5f');
define('NONCE_KEY', 'HKbHW_mV&XYFw-.cpHQTPuxeFqPMe_C5(.~-^f9k-PmxJPqcv?ex9-z>-PkB{FB,');
define('AUTH_SALT', 'D]=D*XoY-f?gcx0gF<{g]D<w+[kwY2-dnz+p}Sh:yG;Hu6&!*tke`q5(:+@]fvA5');
define('SECURE_AUTH_SALT', '*]0O^Mc<xY}taqX8((gZka)0~,bFK z#O:;<=(Y=9`K)*W=jE)9Wh-BM/EuPN8Ny');
define('LOGGED_IN_SALT', 'D3{Z(LzD)YHYu1CLp>{l6LM>Z .Y:~@u_C2|C#?+C-|sh5Z}jCQpR228p?<91XG|');
define('NONCE_SALT', 'n3{E1}AE{|<s`mKG5}:xx74UOesx1zfoGM{(Ca&+)fkYv=Td@Io}PzSZC~`8k6$-');
/**#@-*/
/**
* 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_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* fa_IR.mo to wp-content/languages and set WPLANG to 'fa_IR' to enable Persian
* language support.
*/
define('WPLANG', 'fa_IR'); // by http://wp-persian.com Team :)
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', 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');
define('WP_ALLOW_REPAIR', true);
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');