Basic Installation
Figure 1: Database Constants
// Database constants
define('__DB_HOST', 'mysql.yourserver.com');
define('__DB_USER', 'username');
define('__DB_PASS', 'password');
Figure2: Smarty Constantsdefine('__DB_HOST', 'mysql.yourserver.com');
define('__DB_USER', 'username');
define('__DB_PASS', 'password');
// Smarty template engine constants
define('SMARTY_DIR', '/hshome/mattyboy/lib/smarty/');
define('SMARTY_TEMPLATE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates/');
define('SMARTY_COMPILE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates_c/');
define('SMARTY_CONFIG_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/configs/');
define('SMARTY_CACHE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates/cache/');
define('SMARTY_DIR', '/hshome/mattyboy/lib/smarty/');
define('SMARTY_TEMPLATE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates/');
define('SMARTY_COMPILE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates_c/');
define('SMARTY_CONFIG_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/configs/');
define('SMARTY_CACHE_DIR', '/hshome/mattyboy/guildmaster.thelindbergs.org/smarty/templates/cache/');


