, icon from '.$dbFIX.'member_list where lastlogin > '.($_time-600).' order by '.$orderBy.' '.$desc.' limit '.$listNum); include $path.'/list.php'; } // 게시판 이름 가져오기 정의 function get_bbs_name($id) { global $grboard, $dbFIX; $result = @mysql_fetch_array(mysql_query('select name from '.$dbFIX.'board_list where id = \''.$id.'\'')); return $result['name']; } ?> TPTP
Welcome! ID PW
맥용 타자 프로그램 잘 사용합니다.
경석
2009.06.24 11:26:21
맥용 타자 프로그램 잘 사용합니다.

감사합니다. 
modified at 2009.06.24 11:27:13 by 경석
태그 없음
추천 스크랩 신고
멤버사진
Prin_E 홈페이지 메일 2009.06.24 23:37:56 | 답글 | 수정 | 삭제
감사합니다 잘 쓰세요 Laughing
Good : 348
+ Good
9+5=? 의 답을 입력해 주세요.
제목 (새로쓰기)
댓글내용
목록보기 새글작성
]); $comment['content'] = nl2br(stripslashes($comment['content'])); } // 게시물 작성자가 댓글을 허용할 때만 작성폼 출력 $getArticleOption = @mysql_fetch_array(mysql_query("select no, reply_open from {$dbFIX}article_option where id = '$id' and article_num = '$articleNo'")); if(!$getArticleOption['no'] || $getArticleOption['reply_open']) include $theme.'/view_comment_write.php'; } // 글보기 하단 출력 include $theme.'/view_foot.php'; // 로그인 상태이면 쪽지 확인 if($sessionNo) { $isNewMemo = @mysql_fetch_array(mysql_query('select is_view from '.$dbFIX.'memo_save where member_key = '.$sessionNo.' order by no desc limit 1')); if($isNewMemo['is_view'] == '0') { $getNotify = @mysql_fetch_array(mysql_query('select var from '.$dbFIX.'layout_config where opt = \'notify_skin\' limit 1')); echo '
'; include 'admin/theme/memo_notify/'.(($getNotify['var'])?$getNotify['var']:'default').'/memo_notify.php'; echo '
'; } } ?>
Hosted by AQUZ DevMiNT Counter 어제 : 29
오늘 : 13
전체 : 16692