¿À´ÃÀº ÀÔÇÏÀÔ´Ï´Ù.sun's longitude:45 02 06 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 82 : [PHP] socket-> POST and auth-basic
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net/
# 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);
}
2004³â 03¿ù 04ÀÏ 00:40:37 ¸ñ(»õº®)  from 61.254.74.228
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

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

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