[wp-testers] Hash string problem
Michael Peerman
michaelpeerman at gmail.com
Mon Apr 5 00:35:29 UTC 2010
Ok i got Multi site working again but now I get this
Warning! WordPress encrypts user cookies, but you must add the following
lines to *
/hermes/web04/b1986/moo.michaelpeerman/michaelpeerman/test/wordpress/wp-config.php
* for it to be more secure.
Please add the code before the line, /* That's all, stop editing! Happy
blogging. */define( 'NONCE_SALT', ')uXa1(cnQDV8ua2fHuUmfabG' );
define( 'AUTH_SALT', 'XjgLp at 2iPZ^*%Kchwu7n9g&&' );
define( 'LOGGED_IN_SALT', 'MXPHo48M*yUw*8b(%D8iXnO9' );
define( 'SECURE_AUTH_SALT', '27(NnhkLiy9N7jY*csR2qmR&' );
Which i have already done heres what my wp-config file looks like
<?php
/** 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', 'XXXXXX');
/** MySQL database username */
define('DB_USER', 'XXXXXX');
/** MySQL database password */
define('DB_PASSWORD', 'XXXXXX');
/** MySQL hostname */
define('DB_HOST', 'XXXXXX');
/** 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.
*
* Change these to different unique phrases!
* You can generate these using the {@link
https://api.wordpress.org/secret-key/1.1/ 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
*/
/**#@-*/
/**
* 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 = 'wp1_';
/**
* 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.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', '');
define( 'MULTISITE', true );
define( 'VHOST', 'no' );
$base = '/test/wordpress/';
define( 'DOMAIN_CURRENT_SITE', 'michaelpeerman.com' );
define( 'PATH_CURRENT_SITE', '/test/wordpress/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define( 'NONCE_KEY', 'zA(kfJl%Knq(MebONcQYaVAT' );
define( 'AUTH_KEY', 'Qr9YIgX#Gfn#J%DXd#L$JVi0' );
define( 'LOGGED_IN_KEY', 'r(35vOe7AP5ivxGs1k)*xK62' );
define( 'SECURE_AUTH_KEY', 'M*h%Bn$K0L0Zi&Y6pfoMW at Qx' );
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');
Can you tell me whats wrong
More information about the wp-testers
mailing list