테스트 사이트 - 개발 중인 베타 버전입니다

의뢰하고 싶은데요 (게시판 동시에 쓰기)

ssang 11년 전 조회 4,149

의뢰게시판에 레벨이 안되서 글을 쓸수가 없어서 여기에 올립니다.

의뢰를 하고 싶은데요 게시판 동시에 쓰기를 하고 싶은데 이정도면 의뢰가격이 얼마 정도가 되는지요..?

 

 

 

  포트폴리오 메뉴가 있습니다. 포트폴리오에는 카테고리로 나뉘어서 한 게시판으로 사용하고 있습니다

포트폴리오에 글을 올리게 되면 영상제작게시판에도 같이 올라가게 하는 방법 없을까요?

( 스킨이 상관 있는지는 모르겠지만, 포트폴리오와 영상제작은 같은 스킨을 쓰고 있습니다 )

( 포트폴리오와 영상제작 메뉴에서는 카테고리가 하나가 다릅니다 )

 

 

그리고 포트폴리오에 있는 사진촬영 카테고리에 글을 올리면 그것만 따로 사진촬영 메뉴에 같이 올라가게 하는 방법 없을까요?

( 포트폴리오와 사진촬영 메뉴는 다른 스킨을 쓰고 있습니다 )

​복사하면, 카테고리를 다시 수정해줘야 되서 한계가 있네요ㅠㅠ

 

url은 댓글로 남기겠습니다ㅠㅠ

댓글을 작성하려면 로그인이 필요합니다.

답변 5개

11년 전

사용하시는 스킨폴더에

 

write_update.skin.php파일을 만드시고

내용을 삽입해 보세요.. 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

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개

s
ssang
11년 전
wirte.skin.update.php 파일이 없어서
게시판 스킨 안에 있는 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
돼지코구뇽
10년 전
아 후딱빌더용입니다 db sql문을 그누보드껄로 교체해서 사용하셔요 ㄷㄷ

댓글을 작성하려면 로그인이 필요합니다.

11년 전

의뢰게시판에 글을 등록한적이 없지만. 거기가 레벨제로 되어 있나요.??

 

 

쪽지 주세요.

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전

2개 게시판에 동시에 작성되게 가능합니다..

단 수정은 각각해줘야 겠죠.. 

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인