글쓰기 질문합니다. (수다님 소스)
츄릅
수다님 소스를 참고하여 짰습니다.
그런대 사이트용으로 만들었을 때는 잘 되던데요.
싸이x드로 하려니 안되네요.
어디가 문제점인지 모르겠어요. httppox로 모두 입력 하였습니다.
명쾌한 답변 부탁 드리겠습니다 !
--------------------------
dim winhttp as new winhttp.winhttprequest
public function change(str as string) as string
for i = 1 to len(str)
if len(hex(asc(mid$(str, i, 1)))) = 4 then
change = change & % & mid$(hex(asc(mid$(str, i, 1))), 1, 2) & % & mid$(hex(asc(mid$(str, i, 1))), 3, 2)
else
change = change & % & hex(asc(mid$(str, i, 1)))
end if
next
end function
public function cywrite(cy_num as string, cy_id as string, cy_name as string, cy_pw as string, cy_body as string) as string
winhttp.open get, http://www.cyworld.com/ & cy_id
winhttp.send
dim numberm, idm, namem, passwordm, bodym
numberm = cy_num: idm = change(cy_id): namem = change(cy_name): passwordm = change(cy_pw): bodym = change(cy_body): bodym = replace(bodym, vbcrlf, br):
winhttp.open post, http://minihp.cyworld.com/articlepost.nhn
winhttp.setrequestheader referer, http://minihp.cyworld.com/pims/visitbook/visitbook_list.asp?tid= & number & &urlstr=bang
winhttp.setrequestheader content-type, application/x-www-form-urlencoded
winhttp.send vcont= & bodym & &tid= & numberm & &breply=1&search_keyword=&search_type=0&cate_type=0&season_no=100&card_no=1&secret_ment=&vavatartype=f&vavatarstoreseq=0&vavatarmotionseq=3&p_name= & namem & 5d&p_passwd= & passwordm & &content_minime= & bodym & &content_card=&deco_type=1&is_secret=0&x=19&y=11
msgbox 완료
end function
-
에드문드
싸이월드 관련 게시물 ㄴㄴ
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2676268 | 프로그램 상단에 [2] | 유메 | 2024-11-25 |
2676241 | 이거왜이래, 짜증나게 (4) | 각티슈 | 2024-11-25 |
2676213 | 네이버 글작성 도배기에 대한질문좀... (5) | Sona | 2024-11-25 |
2676183 | 후킹? (1) | 꼬꼬마 | 2024-11-24 |
2676153 | 아차! 음악링크좀 쓰게 올려주실분.. 많이있는곳으로! | 사이 | 2024-11-24 |
2676125 | Themida 패킹시 윈도우7은 호환 하지 못하나요? | 라 | 2024-11-24 |
2676093 | 현재프로그램 파일이름을 추출하는걸알고싶습니다 (1) | 도1도캣 | 2024-11-24 |
2676066 | exe를 소스로 만드는법좀.. (3) | 회전력 | 2024-11-23 |
2676034 | 이런 창은 어떻게 지우나요? | 수련 | 2024-11-23 |
2676006 | 질문하나더~ | 찬바리 | 2024-11-23 |
2675930 | 작업관리자 차단 | 별빛 | 2024-11-22 |
2675901 | 숫자를 제외한 문자를 어떻게 나타내야될까요? | 진나 | 2024-11-22 |
2675871 | 거의마지막질문인데요 | 아메 | 2024-11-22 |
2675846 | 제가 완성햇는데요 ㅎ; | 거늘 | 2024-11-21 |
2675824 | 타이머. 프로그래스바 코드 질문입니다. (10) | 빛글 | 2024-11-21 |
2675798 | 이걸 머라고해야 할지모르지만 질문합니다 (2) | 리라 | 2024-11-21 |
2675772 | 구구단 함수 질문이요~! (1) | 테이 | 2024-11-21 |
2675746 | exe저장시 런타임53 에러 | 아픔이보여 | 2024-11-20 |
2675718 | ocx 설치법 | 달달한캔디 | 2024-11-20 |
2675630 | ""안에 큰따음표 넣기. | 터전 | 2024-11-19 |