?php // new from Phil define('RANDOMEXPANDERS', false); // conditionally enable expansion arrows and one liners define('ENABLE_LANGUAGE_FILTERS', true); define('ENABLE_SUBSTYLE_BUTTONS', true); define('ENABLE_CATEGORY_BUTTONS', true); define('ENABLE_TIMEFRAME_BUTTONS', true); define('ENABLE_REGION_DROPDOWN', true); define('ENABLE_FORMAT_DROPDOWN', false); define('ENABLE_CATEGORY_FILTERS', true); define('ENABLE_LANGUAGE_TAB', true); define('TESTLANGUAGEFILTERING', true ); define('ENABLE_FAMILY_PAGES', true); define('ENABLE_ADVANCED_INFINITY', true); define('ENABLE_SITEWIDE_STICKYMENUES', false); define('ENABLE_LAZYLOADING_IMAGES', false); define('ENABLE_FAMILIYPAGE_ADVANCED_INFINITE_SCROLL', true); define('ENABLE_SUBSTYLE_BUTTONS', true); define('DB_RW_ID', 'rw'); if (!defined('DB_RO_ID')) define('DB_RO_ID', DB_RW_ID); define('ENABLE_CONTENT_DB', true); define('MEMCACHE_SERVER', true); define('DB_SERVER', 'db.fontshopusa.com'); define('DB_SERVER_USERNAME', 'wwwuser'); define('DB_SERVER_PASSWORD', 'F7UfFyC70uDs'); define('DB_DATABASE', 'fscom_shop'); define('DB_RO_ID', 'ro'); define('DB_ROSERVER', 'reportingdb.fontshopusa.com'); define('DB_ROSERVER_USERNAME', 'readdb'); define('DB_ROSERVER_PASSWORD', '44am0eb1e'); define ('DEBUG', false); define ('ERRORTRACING', true ); define ('ERRORTRACING_VERBOSE', true ); // otherwise does not include stack trace information define ('ERRORTRACING_TOFILE', false ); // direct output to error_log rather than inline define('FACTORYCACHEOFF', false ); // turn off caching during development so that changes in css/js show up! define('SEARCH_URL', 'http://search.fontshop.com/search.php'); define('SEARCH_SERVER', 'http://search.fontshop.com/search.php'); // I also added this line to get autocomplete to show define('APP_URL', '/'); // renderer define('REND_SERVER', 'http://renderer.fontshop.com'); define('REND_URL', REND_SERVER . '/fonts/'); if (!defined('STATIC_ASSET_JS')) define('STATIC_ASSET_JS', 'script.static.fontshop.com'); if (!defined('STATIC_ASSET_CSS')) define('STATIC_ASSET_CSS', 'style.static.fontshop.com'); if (!defined('STATIC_ASSET_IMG')) define('STATIC_ASSET_IMG', 'image.static.fontshop.com'); if (!defined('USE_STATIC_JS')) define('USE_STATIC_JS', true); if (!defined('USE_STATIC_CSS')) define('USE_STATIC_CSS', true); if (!defined('USE_STATIC_IMG')) define('USE_STATIC_IMG', true); define('FAMILY_PAGE_FILTERS_ON', true); ?> SQLSTATE[HY000] [2005] Unknown MySQL server host 'DB_SERVER' (1)