View file File name : wp-config.php Content :<?php /** * 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 ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'renewcan_6bb' ); /** MySQL database username */ define( 'DB_USER', 'renewcan_6bb' ); /** MySQL database password */ define( 'DB_PASSWORD', '0B7FDACbo4v8i51r3s6x9' ); /** 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', '?`Hl$#Rl?m-L<t~hk-<SY!JwUb&Ygp~7b OFotp#o$Zt^O)B~(6EEvk+V[U]LdUk'); define('SECURE_AUTH_KEY', '79Q+BGoHH(Q;6eV5SD^af=wwTmM$+|nGV$&ymXkz7xL/Ke=;iQe$`eq,kK?lP}a`'); define('LOGGED_IN_KEY', 'NqPDNcKh*.Ps[mtST$0[;e9mW[MH,i/p*Slad;6YOnu^sG-Huen<{$&nHV-5V+SU'); define('NONCE_KEY', '8kXhW,QMRwe7~H*Ht?lX@`oC]}}k>m5sRGBvQ:xoH>_`AgAX<z+T$_MT|eK>_uHE'); define('AUTH_SALT', 'XUOY!5R!]x6Y|]vbk4Q5*_G}0@+|Wnk&hG+MnkG~)FA~ 2_,g!_tI(V{W 5Q|-Zz'); define('SECURE_AUTH_SALT', '.KQs7H>P@+t%5NW3b:Ux@l2$a*8&l]hS-.P${~q>y_VC)`_>R+.G$XlH[$]y$D5l'); define('LOGGED_IN_SALT', 'azf7m+c$[AU6gyPG?m~E+BTE%+_`B<.1W}]2W%ctGbDbnD^JkE[,C8POB? tgj7H'); define('NONCE_SALT', '1fawd&{59*cAnsQ|raLjqNg~4aXoVF?3g>L!Xo;G|@wO :+S5DXTS3,q -nk<>07'); /** * 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 = '6bb_'; define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', true ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* 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';