의뢰하고 싶은데요 (게시판 동시에 쓰기)
의뢰게시판에 레벨이 안되서 글을 쓸수가 없어서 여기에 올립니다.
의뢰를 하고 싶은데요 게시판 동시에 쓰기를 하고 싶은데 이정도면 의뢰가격이 얼마 정도가 되는지요..?
포트폴리오 메뉴가 있습니다. 포트폴리오에는 카테고리로 나뉘어서 한 게시판으로 사용하고 있습니다
포트폴리오에 글을 올리게 되면 영상제작게시판에도 같이 올라가게 하는 방법 없을까요?
( 스킨이 상관 있는지는 모르겠지만, 포트폴리오와 영상제작은 같은 스킨을 쓰고 있습니다 )
( 포트폴리오와 영상제작 메뉴에서는 카테고리가 하나가 다릅니다 )
그리고 포트폴리오에 있는 사진촬영 카테고리에 글을 올리면 그것만 따로 사진촬영 메뉴에 같이 올라가게 하는 방법 없을까요?
( 포트폴리오와 사진촬영 메뉴는 다른 스킨을 쓰고 있습니다 )
복사하면, 카테고리를 다시 수정해줘야 되서 한계가 있네요ㅠㅠ
url은 댓글로 남기겠습니다ㅠㅠ
답변 5개
댓글을 작성하려면 로그인이 필요합니다.
wirte.skin.update.php 파일안에 이렇게..
게시판테이블명은 복사될 게시판넣어주시고..
sql문은 맞는지 모르겠는데 DB 셋 보시고 넣으시면되요
</strong><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><?php </span></p><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);">if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가ㄷ </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);">$bo_table = "board33"; //게시판테이블명</span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);">$copy_tables = "hd_write_{$bo_table}"; </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);">$wr_num = get_next_num($copy_tables); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> $sql_copy = " insert into $copy_tables </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> set wr_num = '$wr_num', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_reply = '$wr_reply', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_comment = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> ca_name = '$ca_name', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_option = 'html1', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_subject = '$wr_subject', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_content = '$wr_content', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_link1 = '$wr_link1', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_link2 = '$wr_link2', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_link1_hit = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_link2_hit = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_hit = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_good = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_nogood = 0, </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> mb_id = '$member[mb_id]', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_password = '$wr_password', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_name = '$wr_name', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_email = '$wr_email', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_homepage = '$wr_homepage', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_datetime = '$g4[time_ymdhis]', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_last = '$g4[time_ymdhis]', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_ip = '$_SERVER[REMOTE_ADDR]', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_1 = '$wr_1', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_2 = '$wr_2', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_3 = '$wr_3', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_4 = '$wr_4', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_5 = '$wr_5', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_6 = '1', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_7 = '$wr_7', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_8 = '$wr_8', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_9 = '$wr_9', </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> wr_10 = '$wr_10' "; </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> sql_query($sql_copy); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> //$wr_id = mysql_insert_id(); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> // 부모 아이디에 UPDATE </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> sql_query(" update $write_table set wr_parent = '$wr_id' where wr_id = '$wr_id' "); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> // 새글 INSERT </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> //sql_query(" insert into $g4[board_new_table] ( bo_table, wr_id, wr_parent, bn_datetime ) values ( '$bo_table', '$wr_id', '$wr_id', '$g4[time_ymdhis]' ) "); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> sql_query(" insert into $g4[board_new_table] ( bo_table, wr_id, wr_parent, bn_datetime, mb_id, wr_is_comment, parent_mb_id, gr_id ) values ( '$bo_table', '$wr_id', '$wr_id', '$g4[time_ymdhis]', '$member[mb_id]', '0', '$parent_mb_id', '$gr_id' ) "); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> // 게시글 1 증가 </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> sql_query("update $g4[board_table] set bo_count_write = bo_count_write + 1 where bo_table = '$bo_table'"); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);">alert("작성완료",$g4[path]); </span><br style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"><span style="color: rgb(136, 136, 136); font-family: dotum, 돋움, AppleGothic, sans-serif; font-size: 12px; line-height: 19.2000007629395px; background-color: rgb(255, 255, 255);"> ?> </span><p><strong style="font-family: 돋움, dotum, helvetica; font-size: 12px; line-height: 21.6000003814697px; background-color: rgb(255, 255, 255);">
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
게시판 스킨 안에 있는 wirte.skin.php 파일에 넣어보았는데요
페이지 들어가서 글쓰기 하면
이렇게만 나오네요...
select min(wr_num) as min_wr_num from hd_write_category11
1146 : ���̺� 'rudvline_godohosting_com.hd_write_category11' �� �������� �ʽ��ϴ�.
error file : /bbs/write.php