use local database //$db_server = '192.168.39.1'; $db_server = 'localhost'; //Ekliptor< use local database $db_name = 'chungo_forum'; $db_user = 'root'; $db_passwd = '###########99'; $db_prefix = 'smf_'; $db_persist = 0; $db_error_send = 1; ########## Directories/Files ########## # Note: These directories do not have to be changed unless you move things. $boarddir = '/server/wwwroot/chungo_net/forum'; # The absolute path to the forum's folder. (not just '.'!) $sourcedir = '/server/wwwroot/chungo_net/forum/Sources'; # Path to the Sources directory. ########## Error-Catching ########## # Note: You shouldn't touch these settings. $db_last_error = 1244554939; # Make sure the paths are correct... at least try to fix them. if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt')) $boarddir = dirname(__FILE__); if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources')) $sourcedir = $boarddir . '/Sources'; $db_character_set = 'utf8'; ?>