< php /** * The base configurations of the WordPress. * ************************************************************************** * Do not try to create this file manually. Read the README.txt and run the * web installer. ************************************************************************** * * This file has the following configurations: MySQL settings, Table Prefix, p * 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. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'pmclub'); /** MySQL database username */ define('DB_USER', 'pmclub'); /** MySQL database password */ define('DB_PASSWORD', 'pmclub'); /** MySQL hostname */ define('DB_HOST', 'pmclubhouse.ipowermysql.com'); /** 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', ''); define('VHOST', 'no'); $base = '/'; define('DOMAIN_CURRENT_SITE', 'pmclublounge.com' ); define('PATH_CURRENT_SITE', '/' ); define('SITE_ID_CURRENT_SITE', 1); define('BLOGID_CURRENT_SITE', '1' ); /* Uncomment to allow blog admins to edit their users. See http://trac.mu.wordpress.org/ticket/1169 */ //define( "EDIT_ANY_USER", true ); /* Uncomment to enable post by email options. See http://trac.mu.wordpress.org/ticket/1084 */ //define( "POST_BY_EMAIL", true ); /**#@+ * Authentication Unique Keys. * * Change these to different unique phrases! * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/wpmu/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', '95580980302bf951f8b63dc31b8b80e4463410694233e6c692b1827ea0288cc8'); define('SECURE_AUTH_KEY', '204f941c66c26a1db6354c238c0c2cbbfcc0e4c6300fa6072761f2f5864e2d6e'); define('LOGGED_IN_KEY', '3e7c4dc5da7666a0fe3d7dd5d2cedaecc29ffa3047c33e528219c27a9b1b0230'); define('NONCE_KEY', '1ed87578e19c38ad34603ef630ed1dbedcd69eaef58058960b048c954a7643e2'); define('AUTH_SALT', 'cde6730c17a16e1f502d6db0066073790f253725e9d68d970334096b9e555207'); define('LOGGED_IN_SALT', 'd2607f6deedbdb78c30e3631b0b985a8bcc4c65236fd2cc7c72d72964c1cbabe'); define('SECURE_AUTH_SALT', '361d4c5805be5d9877a210f4d5192215eecbe0e727230fe9f0b440f8aa92f1c9'); /**#@-*/ /** * 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_'; /** * 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', ''); // double check $base if( $base == 'BASE' ) die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' ); // uncomment this to enable WP_CONTENT_DIR/sunrise.php support //define( 'SUNRISE', 'on' ); // uncomment to move wp-content/blogs.dir to another relative path // remember to change WP_CONTENT too. // define( "UPLOADBLOGSDIR", "fileserver" ); // If VHOST is 'yes' uncomment and set this to a URL to redirect if a blog does not exist or is a 404 on the main blog. (Useful if signup is disabled) // For example, the browser will redirect to http://examples.com/ for the following: define( 'NOBLOGREDIRECT', 'http://example.com/' ); // Set this value to %siteurl% to redirect to the root of the site // define( 'NOBLOGREDIRECT', '' ); // On a directory based install you must use the theme 404 handler. // Location of mu-plugins // define( 'WPMU_PLUGIN_DIR', '' ); // define( 'WPMU_PLUGIN_URL', '' ); // define( 'MUPLUGINDIR', 'wp-content/mu-plugins' ); define( "WP_USE_MULTIPLE_DB", false ); /* 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');