Skip to content
컴퓨터잡담
2009.06.30 15:37

curl로 다음 자동로그인 가능하다.

조회 수 28914 추천 수 0 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

curl로 다음 자동로그인 가능하다.



$loginUrl = 'https://logins.daum.net/Mail-bin/login.cgi?dummy=1238466344458'; 
$login_data = 'enpw=비밀번호&id=아이디&pw=비밀번호&url=http://www.daum.net&webmsg=-1'; 
$cookie_nm = "./cookie.txt"; 

$ch = curl_init(); 
curl_setopt ($ch, CURLOPT_URL,$loginUrl); //접속할 URL 주소 
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 
curl_setopt ($ch, CURLOPT_SSLVERSION,1); 
curl_setopt ($ch, CURLOPT_HEADER, 1); 
curl_setopt ($ch, CURLOPT_POST, 1); 
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_nm); 
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_nm); 
curl_setopt($ch, CURLOPT_POSTFIELDS, $login_data); 
curl_setopt ($ch, CURLOPT_TIMEOUT, 30); 
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); 
$result = curl_exec ($ch); 

curl_setopt ($ch, CURLOPT_URL,"http://www.daum.net/"); //접속할 URL 주소 
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_nm); 
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_nm); 
$result = curl_exec ($ch); 
curl_close ($ch); 
echo $result; 

로그인 후 댓글쓰기가 가능합니다.

?
  • ?
    jp 2009.08.13 05:40
    어라 제가 작성한거네요 ㅎ
  • ?
    디케 2009.08.13 17:25

    혹시 저한테 답변해주신분 맞으신가요? ^^;;

    도움 잘 받았습니다. ㅋㅋ;;


  1. 19
    Apr 2010
    09:40

    MySQL FEDERATED / InnoDB is disabled, myint64.dll 오류 어찌하오리

    Category컴퓨터잡담 Views27705
    Read More
  2. 17
    Apr 2010
    16:09

    승가원의 태호와 닉부이치치 과연 둘은?

    Category일상 Views10650
    Read More
  3. 17
    Apr 2010
    11:09

    승가원의 천사들 ’ 태호 ‘ 에게서 자아를 찾는다.

    Category일상 Views17470
    Read More
  4. 17
    Apr 2010
    09:29

    나경원의원 들으시오!, 김대중 대통령 있었기에 10년간 초 급성장 할 수 있었습니다.

    Category일상 Views8843
    Read More
  5. 16
    Apr 2010
    16:21

    말이 안되는 하나님의 말씀 - 원수를 사랑하라?(마태복음5:43-48)

    Category종교와철학 Views6522
    Read More
  6. 16
    Apr 2010
    16:16

    카톨릭

    Category종교와철학 Views6489
    Read More
  7. 14
    Apr 2010
    14:31

    MySQL 조율(튜닝)에 대해

    Category컴퓨터잡담 Views15804
    Read More
  8. 14
    Apr 2010
    11:50

    svchost.exe 프로세스로 내컴퓨터 최적화 시키기

    Category컴퓨터잡담 Views7366
    Read More
  9. 13
    Apr 2010
    19:01

    mysql threads_created 뭐냥?

    Category컴퓨터잡담 Views12239
    Read More
  10. 13
    Apr 2010
    17:12

    MYSQL Qcache 값 조정~~~

    Category컴퓨터잡담 Views19554
    Read More
Board Pagination Prev 1 ... 206 207 208 209 210 ... 235 Next
/ 235

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소