오늘은 소설입니다.
sun's longitude:240 00 21.14 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
알파문서
자주 잊어먹거나, 메모해 둘 필요성이 있는 팁이나 문서, 기타 등등
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
82 번 글: [PHP] socket-> POST and auth-basic
글쓴이: 산이 [홈페이지] 글쓴날: 2004년 03월 04일 00:40:37 목(새벽) 조회: 3170
# Open connection to the dhs members web server to update host 
$fp = fsockopen("members.dhs.org", 80, $errno, $errstr, 30); 

if($fp)
{ 
  $postdata = "updatetype=Online&type=4&hostscmd=edit&hostscmdstage=2"; 
  $postdata.=
"&ip=$ipaddr&mx=$mxhost&offline_url=$offlineurl&cloak=$cloak"; 
  $postdata.=
"&cloak_title=$cloak_title&domain=$dhsdomain&hostname=$dhshostname"; 
  $length = strlen($postdata); 
         
  $requri = "POST /nic/hosts HTTP/1.0\n"; 
  $requri.= "Host: members.dhs.org\n"; 
  $requri.= "Authorization: Basic
".base64_encode("$user:$pass")."\n"; 
  $requri.= "Content-type: application/x-www-form-urlencoded\n"; 
  $requri.= "Content-length: $length\n\n"; 
  $requri.= "$postdata\n";         
         
  fputs($fp, $requri); 
         
  # Get the response from the dhs server. 
  while(!feof($fp)) $buffer.=fgets($fp,1024); 

  fclose($fp); 
}

 
이전글 : [SHELL] Linux /bin/sh `realpath'
다음글 : [passwd] redhat /etc/shadow  
 from 61.254.74.228
JS(Redhands)Board 0.4 +@

|글쓰기| |답장쓰기| |수정| |삭제|
|이전글| |다음글| |목록보기|
인쇄용 

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds