sun's longitude:35 46 51 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ 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 ¸ñ(»õº®) Á¶È¸: 3131
# 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.02(server) + (network) + (browser) seconds