// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors', 0); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true); * 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', "kz3445085724992"); /** * MySQL database username */ @@define('DB_USER', "kz3445085724992"); /** * MySQL database username */ @@define('DB_PASSWORD', "s@93mxegmI!h"); /** * MySQL hostname */ @@define('DB_HOST', "kz3445085724992.db.45085724.930.hostedresource.net:3306"); /** * 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', ''); /** * 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_v8a6cbpcnx_"; /** * when you want to secure logins and the admin area so that both passwords and cookies are never sent in the clear. This is the most secure option */ /** * when you want to secure logins so that passwords are not sent in the clear, but you still want to allow non-SSL admin sessions (since SSL can be slow). */ /** * disallow unfiltered HTML for everyone, including administrators and super administrators. To disallow unfiltered HTML for all users, you can add this to wp-config.php: */ define('DISALLOW_UNFILTERED_HTML', false); /** * */ define('ALLOW_UNFILTERED_UPLOADS', false); /** * The easiest way to manipulate core updates is with the WP_AUTO_UPDATE_CORE constant */ define('WP_AUTO_UPDATE_CORE', true); /** * forces the filesystem method */ /** * 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', 'L16nRU0US #{%8T_AW|V<,_gtX+27/v;l.4$JMR}Mk3gc$u'); define('SECURE_AUTH_KEY', '^/>E$O!n:->Y0,/ !FS!0Uat>u@%Rhu}lEF|I`b-6+IZP||X|]3p*9N|Hb|2~.[b'); define('LOGGED_IN_KEY', '+R:sHRF2MQ0k?1LaTL|qS-xz>.U7r`yh m[&Y2h!-W.@Uj4[FxQeRI<|NXzFEwUI'); define('NONCE_KEY', 'jI|/+G+CJDZ,X%gBNM1Y~;`z<2L3=)qA.sZ}3zuz[N`R=vo+r0|TT+d!r|ukDqt7'); define('AUTH_SALT', '@%QH(f..t9)*gGwk;j3k4IM6mde>f-4+;_G:79GGH0N6R1g53FNeC=!q;$Vs]z}9'); define('SECURE_AUTH_SALT', 'k9_zuuKr~9`warV*%Bc,5HI[blN-;%s%B@?4Cxg%E~0~d-9N+9<}ZxjkJy4AAw3o'); define('LOGGED_IN_SALT', '!y1UoT&!@qzCJ2Sua^TTviArFsY4w8o?E8%V|R+G}:e~|7G~EKr!H{ a-9*1fsy!'); define('NONCE_SALT', 'Q,cHq&=1C6cj/:|`_%XZr%zH;w2$@7C ,)T3#7|%V1w,Hd5>4B8y=QNR(KL3Z-OG'); /** * 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. */ define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); /** * For developers: WordPress Script Debugging * Force Wordpress to use unminified JavaScript files */ define('SCRIPT_DEBUG', false); /** * 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 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * Setup Multi site */ define('WP_ALLOW_MULTISITE', false); /** * Memory Limit */ define('WP_MEMORY_LIMIT', '1000M'); /** * Max Memory Limit */ define('WP_MAX_MEMORY_LIMIT', '1200M'); /** * Post Autosave Interval */ define('AUTOSAVE_INTERVAL', 60); /** * Disable / Enable Post Revisions and specify revisions max count */ define('WP_POST_REVISIONS', true); /** * this constant controls the number of days before WordPress permanently deletes * posts, pages, attachments, and comments, from the trash bin */ define('EMPTY_TRASH_DAYS', 30); /** * Make sure a cron process cannot run more than once every WP_CRON_LOCK_TIMEOUT seconds */ define('WP_CRON_LOCK_TIMEOUT', 60); define( 'FORCE_SSL_ADMIN', 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');