· 6 years ago · Aug 04, 2019, 06:14 PM
1
2<?php
3/**
4 * The base configuration for WordPress
5 *
6 * The wp-config.php creation script uses this file during the
7 * installation. You don't have to use the web site, you can
8 * copy this file to "wp-config.php" and fill in the values.
9 *
10 * This file contains the following configurations:
11 *
12 * * MySQL settings
13 * * Secret keys
14 * * Database table prefix
15 * * ABSPATH
16 *
17 * @link https://codex.wordpress.org/Editing_wp-config.php
18 *
19 * @package WordPress
20 */
21
22// ** MySQL settings - You can get this info from your web host ** //
23/** The name of the database for WordPress */
24define('WP_CACHE', true); //Added by WP-Cache Manager
25define( 'WPCACHEHOME', '/home/ceebros/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
26define('DB_NAME', 'ceebros_wp');
27
28/** MySQL database username */
29define('DB_USER', 'ceebros_wp');
30
31/** MySQL database password */
32define('DB_PASSWORD', 'c[SZ^),)RPFO');
33
34/** MySQL hostname */
35define('DB_HOST', 'localhost');
36
37/** Database Charset to use in creating database tables. */
38define('DB_CHARSET', 'utf8');
39
40/** The Database Collate type. Don't change this if in doubt. */
41define('DB_COLLATE', '');
42
43/**#@+
44 * Authentication Unique Keys and Salts.
45 *
46 * Change these to different unique phrases!
47 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
48 * 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.
49 *
50 * @since 2.6.0
51 */
52define('AUTH_KEY', '@N|/3*xv[&h/nl.d,_l.$d15d&^phX~+r3_ t`wmK-ZiJzI~J !joD:_dGCYx>,#');
53define('SECURE_AUTH_KEY', '}#`+]& C+@-Cf>-F`;L0+[#R*|d*6el$8j&Q SE@-+~_TKo0{DT]C=huBQPv;x48');
54define('LOGGED_IN_KEY', ')2p)+eL>cc}V-}vo-54U|tOR]Nj:@QVCgl.Aof9=Hf*Q$$NC2a-%%kh-74o]/6BD');
55define('NONCE_KEY', '`nI`=@~7DO_a!H@MaJLAkP[h!QUKZ0cIe%I+1]`@+XpDb(M+5qj3|!k(Dp?)2;[b');
56define('AUTH_SALT', 'uV+3JAJ:r1TD3-+!.]|!|t%qUz([29Ly+eDTC}+:[*4YyV%p+W]Y1yK^KUoAX]S<');
57define('SECURE_AUTH_SALT', 'HQ(lL-v}P+3.p+_?!G9j]w>8C!2O}!8iEWo b|Drep/IZ-&1 knhwJul8?aai=nB');
58define('LOGGED_IN_SALT', 'yde#HM<;EBlDD05c>{BX:~b~UwM-|o9t9#STKzM?XMl!a.L,S:J,~l4c>-#w]gGP');
59define('NONCE_SALT', '-x3+bP88tH)D0sz1u}a{s+a296KLk;Ol3>=acKdt+WN7cR3_gR/KRD}1K59@P/u+');
60
61/**#@-*/
62
63/**
64 * WordPress Database Table prefix.
65 *
66 * You can have multiple installations in one database if you give each
67 * a unique prefix. Only numbers, letters, and underscores please!
68 */
69$table_prefix = 'wp_';
70
71/**
72 * For developers: WordPress debugging mode.
73 *
74 * Change this to true to enable the display of notices during development.
75 * It is strongly recommended that plugin and theme developers use WP_DEBUG
76 * in their development environments.
77 *
78 * For information on other constants that can be used for debugging,
79 * visit the Codex.
80 *
81 * @link https://codex.wordpress.org/Debugging_in_WordPress
82 */
83define('WP_DEBUG', false);
84
85/* That's all, stop editing! Happy blogging. */
86
87/** Absolute path to the WordPress directory. */
88if ( !defined('ABSPATH') )
89 define('ABSPATH', dirname(__FILE__) . '/');
90
91/** Sets up WordPress vars and included files. */
92require_once(ABSPATH . 'wp-settings.php');
93
94---------------------------------------------------
95
96<?php
97define('DB_NAME', 'eucarein_livedb');
98define('DB_USER', 'eucarein_FP6bLGz');
99define('DB_PASSWORD', 'MXyRyO7frjOCh4Yg');
100
101define('DB_HOST', 'localhost');
102define('DB_CHARSET', 'utf8');
103define('DB_COLLATE', '');
104
105define('AUTH_KEY', 'uQDsFI2F6JhYW2WlA8OHWs4pkeq9lYqGYXkVRSLi');
106define('SECURE_AUTH_KEY', 'gda2JP0yUYadSZL3xZOkNYYJEIzr5GefjN4HG1Sb');
107define('LOGGED_IN_KEY', 'Vgqf8JKhHApSMvn8w3I3aup6bQ0zxa86BwFDsiTu');
108define('NONCE_KEY', 'Kq7zHTctK26zqhqXoeo9KFOskQzJEdDbMD5ttpJx');
109define('AUTH_SALT', 'kQO4SPUEkZf5Ch6vGfyXiW5Z988kpldBf7Wxd0Q8');
110define('SECURE_AUTH_SALT', 'QHNh8k9mEby679Fih5rRTJyhKkCMdLTOioPP4jN4');
111define('LOGGED_IN_SALT', 'ijALtL8x2HrZhg34Ui55LXopC5FrmcZEQRUDTcsX');
112define('NONCE_SALT', 'Fi3X6rC49lhK06G1t81P5zUX7RAuwDz5uYY3Oi1P');
113
114$table_prefix = 'wp_345f0430f0_';
115
116define('SP_REQUEST_URL', ($_SERVER['HTTPS'] ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']);
117
118define('WP_SITEURL', SP_REQUEST_URL);
119define('WP_HOME', SP_REQUEST_URL);
120
121/* Change WP_MEMORY_LIMIT to increase the memory limit for public pages. */
122define('WP_MEMORY_LIMIT', '256M');
123
124/* Uncomment and change WP_MAX_MEMORY_LIMIT to increase the memory limit for admin pages. */
125//define('WP_MAX_MEMORY_LIMIT', '256M');
126
127/* That's all, stop editing! Happy blogging. */
128
129if ( !defined('ABSPATH') )
130 define('ABSPATH', dirname(__FILE__) . '/');
131
132require_once(ABSPATH . 'wp-settings.php');
133
134
135--------------------------------------------------------
136
137<?php
138/**
139 * The base configuration for WordPress
140 *
141 * The wp-config.php creation script uses this file during the
142 * installation. You don't have to use the web site, you can
143 * copy this file to "wp-config.php" and fill in the values.
144 *
145 * This file contains the following configurations:
146 *
147 * * MySQL settings
148 * * Secret keys
149 * * Database table prefix
150 * * ABSPATH
151 *
152 * @link https://codex.wordpress.org/Editing_wp-config.php
153 *
154 * @package WordPress
155 */
156
157// ** MySQL settings - You can get this info from your web host ** //
158/** The name of the database for WordPress */
159define('DB_NAME', 'kavivend_wp_121');
160
161/** MySQL database username */
162define('DB_USER', 'kavivend_kvu');
163
164/** MySQL database password */
165define('DB_PASSWORD', 'HRv6&]%,$hfk');
166
167/** MySQL hostname */
168define('DB_HOST', 'localhost');
169
170/** Database Charset to use in creating database tables. */
171define('DB_CHARSET', 'utf8mb4');
172
173/** The Database Collate type. Don't change this if in doubt. */
174define('DB_COLLATE', '');
175
176/**#@+
177 * Authentication Unique Keys and Salts.
178 *
179 * Change these to different unique phrases!
180 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
181 * 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.
182 *
183 * @since 2.6.0
184 */
185define('AUTH_KEY', 'hullesyyikns6o7zqx9sy2h9rl0t75ekdtjlaqew9we9rtrnxfyqnkazq4alfuvd');
186define('SECURE_AUTH_KEY', 'sj5poptqvtce40xcrtk5i6qn3i6qobngmbt6wktqfhghwhtfjwod7ydhllgzav1v');
187define('LOGGED_IN_KEY', 'zw1a6t6upwdm7lfajq4nh6v7a42pua2l9gmdqs85bogfh21ystisxtnelxog5xdc');
188define('NONCE_KEY', 'e0hjenny37i2ytsximucaq0ubhl8dnxbpdurqbrboqmhunujeutfoxxz5xtri5du');
189define('AUTH_SALT', 'mmta77n0ilotxabltwlul5ibbkom4ztm6tyzp1meyidwfpg6gu0jytuowz94miv3');
190define('SECURE_AUTH_SALT', 'l6tkqbstjoct2tvfhgj2a5caerfkm5734fyojuzhyk7oacmgrsjh69so7jhewrwk');
191define('LOGGED_IN_SALT', 'ejvu18hwaojnfch8sfoge2rp4y2lzvsbfkcjxx3dyggnq7z2k4nuwhtzvmgxvczg');
192define('NONCE_SALT', 'qsf2j8hp9wpw5ubcqnv4n85m9rk5oe2ncwuafzorl4rt1jn2iqwgjckb3nivqpqf');
193
194/**#@-*/
195
196/**
197 * WordPress Database Table prefix.
198 *
199 * You can have multiple installations in one database if you give each
200 * a unique prefix. Only numbers, letters, and underscores please!
201 */
202$table_prefix = 'wpwi_';
203
204/**
205 * For developers: WordPress debugging mode.
206 *
207 * Change this to true to enable the display of notices during development.
208 * It is strongly recommended that plugin and theme developers use WP_DEBUG
209 * in their development environments.
210 *
211 * For information on other constants that can be used for debugging,
212 * visit the Codex.
213 *
214 * @link https://codex.wordpress.org/Debugging_in_WordPress
215 */
216define('WP_DEBUG', false);
217
218/* That's all, stop editing! Happy blogging. */
219
220/** Absolute path to the WordPress directory. */
221if ( !defined('ABSPATH') )
222 define('ABSPATH', dirname(__FILE__) . '/');
223
224/** Sets up WordPress vars and included files. */
225require_once(ABSPATH . 'wp-settings.php');
226
227
228------------------------------------------------------
229
230<?php
231/**
232 * The base configurations of the WordPress.
233 *
234 * This file has the following configurations: MySQL settings, Table Prefix,
235 * Secret Keys, and ABSPATH. You can find more information by visiting
236 * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
237 * Codex page. You can get the MySQL settings from your web host.
238 *
239 * This file is used by the wp-config.php creation script during the
240 * installation. You don't have to use the web site, you can just copy this file
241 * to "wp-config.php" and fill in the values.
242 *
243 * @package WordPress
244 */
245
246// ** MySQL settings - You can get this info from your web host ** //
247define('WP_CACHE', true); //Added by WP-Cache Manager
248define( 'WPCACHEHOME', '/home/multiversity/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
249/** The name of the database for WordPress */
250define('DB_NAME', 'kriyans_wordpress');
251
252/** MySQL database username */
253define('DB_USER', 'kriyans_wp');
254
255/** MySQL database password */
256define('DB_PASSWORD', 'kriyans@654');
257
258/** MySQL hostname */
259define('DB_HOST', 'localhost');
260
261/** Database Charset to use in creating database tables. */
262define('DB_CHARSET', 'utf8');
263
264/** The Database Collate type. Don't change this if in doubt. */
265define('DB_COLLATE', '');
266
267/**#@+
268 * Authentication Unique Keys and Salts.
269 *
270 * Change these to different unique phrases!
271 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
272 * 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.
273 *
274 * @since 2.6.0
275 */
276define('AUTH_KEY', 'z*4!A8dZR^oRur~4wl7EqF!oNxUWp5rjCrsuhv(qEjRuvw)Y_o(0^KuT16-aEJ-q><@ytT(HF8');
277define('SECURE_AUTH_KEY', 'KQ-5_OF8^0Nx|ook2MR^CIKlpEr=v1u5\`7G(R*CqEnEwjQR85)Wo$5c/SO=ejPdoJxX182s::h#gUXR');
278define('LOGGED_IN_KEY', 'bR/;<k=NaaVOy0hQ1VQ=vvfXT2iXR<!W-vxd#~87p\`XcaaNA2/_$SElJ;VgpQU2DJFG>5s$T');
279define('NONCE_KEY', 'NUwE6R4P_D#;eMj>T#4K$La/QhVM#d!UmuDeiswVHC?Ga*lgg<*sKGIk/YzxFu=A\`BgDuR!wC>');
280define('AUTH_SALT', 'MVxzYH/ziRY8U*K@I4C^m(Qf:>\`H0F$|V2=i!GDE38zby#*3QQ|Epeo/u/DEBh1=MhgmX7W:Slj');
281define('SECURE_AUTH_SALT', 'C>Zne*?e(*i9_/X6$JIi<Q^Tb*5yu:f-Op|S2!k6rL>sIMgZgLRez8qK2HcjIwbQZtrt$dd');
282define('LOGGED_IN_SALT', 'cEQZTL3ELGz?ox8x5\`Q6TU\`hNGZVIU\`4-HiY=8)~wFe1bouG9JH^sn9hXNv:S<IY9t6kBq<)oNuv2');
283define('NONCE_SALT', 'kKz6pFN2jJnEa@:mMJ|!pMTJSuxI3?qqB=WafGggmHnwqhaeM~O5jB^C1(A*UVB9/>9k2W^noXFN|iAdFxVFG6R8eHr');
284
285
286/**#@-*/
287define('AUTOSAVE_INTERVAL', 600 );
288define('WP_POST_REVISIONS', 1);
289define( 'WP_CRON_LOCK_TIMEOUT', 120 );
290define( 'WP_AUTO_UPDATE_CORE', true );
291/**
292 * WordPress Database Table prefix.
293 *
294 * You can have multiple installations in one database if you give each a unique
295 * prefix. Only numbers, letters, and underscores please!
296 */
297$table_prefix = 'wp_';
298
299/**
300 * For developers: WordPress debugging mode.
301 *
302 * Change this to true to enable the display of notices during development.
303 * It is strongly recommended that plugin and theme developers use WP_DEBUG
304 * in their development environments.
305 */
306define('WP_DEBUG', false);
307
308/* That's all, stop editing! Happy blogging. */
309
310/** Absolute path to the WordPress directory. */
311if ( !defined('ABSPATH') )
312 define('ABSPATH', dirname(__FILE__) . '/');
313
314/** Sets up WordPress vars and included files. */
315require_once(ABSPATH . 'wp-settings.php');
316add_filter( 'auto_update_plugin', '__return_true' );
317add_filter( 'auto_update_theme', '__return_true' );