글을 찾기 위한 검색 메뉴는 바로 위 메뉴의 '회원 명단' 옆에 있습니다~
TNF는 회사가 아니라 오픈소스 커뮤니티입니다. textcube.org 는 회사에서 운영하는 서비스가 아니라, 커뮤니티에서 개발하는 소프트웨어입니다.
(2007.1.10) TNF는 해당 포럼 및 위키, trac 저장소상에서 이메일 수집을 금지합니다. 해당 공지 를 포럼 하단에 명기하였습니다.
(2007.2.9) TNF와 태터툴즈/텍스트큐브 코드 수정에 관한 workflow를 정리하였습니다. 안내
(2007.4.5) 공식 소스 버그 리포터 그룹의 일원이 되어주실 분들을 찾습니다. :) 관련 공지
최근소식
(2016.1.18) 텍스트큐브 1.10.9 의 첫 베타 버전을 배포합니다. 내려받기
(2015.11.19) 텍스트큐브 1.10.8 : Tempo primo를 배포합니다. 내려받기
(2015.7.9) 텍스트큐브 1.10.8의 첫번째 발표 후보를 배포합니다. 내려받기
(2015.6.4) 텍스트큐브 1.10.7 : Tempo primo를 배포합니다. 내려받기
어느 분 말씀이 config.php 파일을 수정하라고 하는데... 어떤 부분을 어떻게 수정해야 할까요?
아래 config.php 파일을 올려봅니다.
===
<?php ini_set('display_errors', 'off'); $database['server'] = 'localhost'; $database['database'] = 'rioXXX'; $database['username'] = 'rioXXX'; $database['password'] = 'khXXX'; $database['prefix'] = 'tcenv_'; $service['type'] = 'single'; $service['domain'] = 'rioXXXX.cafe24.com'; $service['path'] = '/eng'; $service['skin'] = 'coolant'; $service['favicon_daily_traffic'] = 10; // 10MB //$serviceURL = 'http://rioXXXX.cafe24.com/eng' ; // for path of Skin, plugin and etc. //$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load. //$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info //$service['pagecache'] = false; // uncomment if you want to disable page cache feature. //$service['debug_session_dump'] = true; // session info debuging. //$service['debug_rewrite_module'] = true; // rewrite handling module debuging. //$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root. //$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility. ?>
어느 분 말씀이 config.php 파일을 수정하라고 하는데... 어떤 부분을 어떻게 수정해야 할까요?
아래 config.php 파일을 올려봅니다.
===
<?php ini_set('display_errors', 'off'); $database['server'] = 'localhost'; $database['database'] = 'rioXXX'; $database['username'] = 'rioXXX'; $database['password'] = 'khXXX'; $database['prefix'] = 'tcenv_'; $service['type'] = 'single'; $service['domain'] = 'rioXXXX.cafe24.com'; $service['path'] = '/eng'; $service['skin'] = 'coolant'; $service['favicon_daily_traffic'] = 10; // 10MB //$serviceURL = 'http://rioXXXX.cafe24.com/eng' ; // for path of Skin, plugin and etc. //$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load. //$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info //$service['pagecache'] = false; // uncomment if you want to disable page cache feature. //$service['debug_session_dump'] = true; // session info debuging. //$service['debug_rewrite_module'] = true; // rewrite handling module debuging. //$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root. //$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility. ?>