사이트 내 전체검색
그누보드
[튜닝] 관리자 게시판 복사 버그 수정
로빈아빠
https://cmd.kr/gnu/497 URL이 복사되었습니다.

본문

// 게시판 정보

 

//  ' " 처리안되어서 해주어야 함.  추가 : 김성대 

foreach($board as $key=>$value) {
$board[$key]=mysql_escape_string($value);
}


$sql = " insert into {$g5['board_table']}
            set bo_table = '$target_table',
                gr_id = '{$board['gr_id']}',
                bo_subject = '$target_subject',
                bo_device = '{$board['bo_device']}',
                bo_admin = '{$board['bo_admin']}',
                bo_list_level = '{$board[bo_list_level]}',
                bo_read_level = '{$board[bo_read_level]}',
                bo_write_level = '{$board[bo_write_level]}',
                bo_reply_level = '{$board[bo_reply_level]}',
                bo_comment_level = '{$board[bo_comment_level]}',
                bo_upload_level = '{$board[bo_upload_level]}',
                bo_download_level = '{$board[bo_download_level]}',
                bo_html_level = '{$board[bo_html_level]}',
                bo_link_level = '{$board[bo_link_level]}',
                bo_count_modify = '{$board[bo_count_modify]}',
                bo_count_delete = '{$board[bo_count_delete]}',
                bo_read_point = '{$board[bo_read_point]}',
                bo_write_point = '{$board[bo_write_point]}',
                bo_comment_point = '{$board[bo_comment_point]}',
                bo_download_point = '{$board[bo_download_point]}',
                bo_use_category = '{$board[bo_use_category]}',
                bo_category_list = '{$board['bo_category_list']}',
                bo_use_sideview = '{$board[bo_use_sideview]}',
                bo_use_file_content = '{$board[bo_use_file_content]}',
                bo_use_secret = '{$board[bo_use_secret]}',
                bo_use_dhtml_editor = '{$board[bo_use_dhtml_editor]}',
                bo_use_rss_view = '{$board[bo_use_rss_view]}',
                bo_use_good = '{$board[bo_use_good]}',
                bo_use_nogood = '{$board[bo_use_nogood]}',
                bo_use_name = '{$board[bo_use_name]}',
                bo_use_signature = '{$board[bo_use_signature]}',
                bo_use_ip_view = '{$board[bo_use_ip_view]}',
                bo_use_list_view = '{$board['bo_use_list_view']}',
                bo_use_list_content = '{$board[bo_use_list_content]}',
                bo_table_width = '{$board[bo_table_width]}',
                bo_subject_len = '{$board[bo_subject_len]}',
                bo_mobile_subject_len = '{$board[bo_mobile_subject_len]}',
                bo_page_rows = '{$board[bo_page_rows]}',
                bo_mobile_page_rows = '{$board[bo_mobile_page_rows]}',
                bo_new = '{$board[bo_new]}',
                bo_hot = '{$board[bo_hot]}',
                bo_image_width = '{$board[bo_image_width]}',
                bo_skin = '{$board['bo_skin']}',
                bo_mobile_skin = '{$board['bo_mobile_skin']}',
                bo_include_head = '{$board['bo_include_head']}',
                bo_include_tail = '{$board['bo_include_tail']}',
                bo_content_head = '".addslashes($board['bo_content_head'])."',
                bo_content_tail = '".addslashes($board['bo_content_tail'])."',
                bo_mobile_content_head = '".addslashes($board['bo_mobile_content_head'])."',
                bo_mobile_content_tail = '".addslashes($board['bo_mobile_content_tail'])."',
                bo_insert_content = '".addslashes($board['bo_insert_content'])."',
                bo_gallery_cols = '{$board[bo_gallery_cols]}',
                bo_gallery_width = '{$board[bo_gallery_width]}',
                bo_gallery_height = '{$board[bo_gallery_height]}',
                bo_mobile_gallery_width = '{$board[bo_mobile_gallery_width]}',
                bo_mobile_gallery_height = '{$board[bo_mobile_gallery_height]}',
                bo_upload_size = '{$board[bo_upload_size]}',
                bo_reply_order = '{$board[bo_reply_order]}',
                bo_use_search = '{$board[bo_use_search]}',
                bo_order = '{$board[bo_order]}',
                bo_notice = '{$board['bo_notice']}',
                bo_upload_count = '{$board[bo_upload_count]}',
                bo_use_email = '{$board[bo_use_email]}',
                bo_use_cert = '{$board[bo_use_cert]}',
                bo_use_sns = '{$board[bo_use_sns]}',
                bo_sort_field = '{$board['bo_sort_field']}',
                bo_1_subj = '{$board['bo_1_subj']}',
                bo_2_subj = '{$board['bo_2_subj']}',
                bo_3_subj = '{$board['bo_3_subj']}',
                bo_4_subj = '{$board['bo_4_subj']}',
                bo_5_subj = '{$board['bo_5_subj']}',
                bo_6_subj = '{$board['bo_6_subj']}',
                bo_7_subj = '{$board['bo_7_subj']}',
                bo_8_subj = '{$board['bo_8_subj']}',
                bo_9_subj = '{$board['bo_9_subj']}',
                bo_10_subj = '{$board['bo_10_subj']}',
                bo_1 = '{$board['bo_1']}',
                bo_2 = '{$board['bo_2']}',
                bo_3 = '{$board['bo_3']}',
                bo_4 = '{$board['bo_4']}',
                bo_5 = '{$board['bo_5']}',
                bo_6 = '{$board['bo_6']}',
                bo_7 = '{$board['bo_7']}',
                bo_8 = '{$board['bo_8']}',
                bo_9 = '{$board['bo_9']}',
                bo_10 = '{$board['bo_10']}' ";
sql_query($sql,false);

 

댓글목록

등록된 댓글이 없습니다.

그누보드
190 (2/4P)

Search

Copyright © Cmd 명령어 18.116.67.212