2003³â 1¿ù 8ÀÏ ÀÌÈÄ 
¸ðµÎ ¸í  ¿À´Ã ¸í 
¸ÞÀÎ ÆäÀÌÁö  
Ä®·³ º¸±â  
Ä«Å÷ º¸±â  
°Ô½ÃÆÇ °¡±â  
»çÀÌÆ®¸Ê  
±×¹ÛÀÇ °Íµé  

°¡ÀÔÇϸé Á¤¸» ÆíÇÕ´Ï´Ù;;
¢º¸®µð ½ºÅ¸ÀÏ
·£´ý¹è³Ê ºÏ¸¶Å©
Æß Àü¿ë À̸ðÅ×ÀÌÆÛ
 

The others
¸®µðÆø½º´åÄÄ ºôµù¸Ê
¸®µðÆø½º´åÄÄÀ» ¸¸µé¶§ »ç¿ëµÈ °¢Á¾ ¼Ò½º¸¦ ¸ð¾Ò½À´Ï´Ù.
Áú¹®Àº Áú´ä°Ô½ÃÆÇ¿¡¼­¸¸ ¹Þ½À´Ï´Ù.

 ÄÚ¸à ´Þ¸®¸é ÀÌÀü ÄÚ¸à ÀÛ¼ºÀÚ¿¡°Ô ÂÊÁö ³¯¸®±â  
 ¸®µð  posted at 2003-03-21 14:23:58
2752 hits  1 comments
reedyfox is level 38  llllllllll 
 ÆÛ¸Ó¸µÅ© : http://reedyfox.com/island.php/building/22  [º¹»ç]
## ¸¸µç»ç¶÷ : Secrice http://secrice.compuz.com/»õâÀ¸·Î ¿­±â
## ¼öÁ¤ : ¸®µð http://reedyfox.com»õâÀ¸·Î ¿­±â

a°¡ °Ô½Ã¹°À» ÀÛ¼ºÇÑ´Ù.
b°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.
a(ȤÀº c)°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.

À̶§ b¿¡°Ô a(ȤÀº c)°¡ ÄÚ¸àÆ®¸¦ ´Þ¾Ò´Ù°í ¾Ë·ÁÁÖ´Â ½Ã½ºÅÛÀÌ´Ù.

a°¡ °Ô½Ã¹°À» ÀÛ¼ºÇÑ´Ù.
b°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.
c°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.
d°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.
b°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.
a(ȤÀº e)°¡ ÄÚ¸àÆ®¸¦ ´Ü´Ù.

ÀÌ°æ¿ì´Â b, c, d¿¡°Ô a(ȤÀº e)°¡ ÄÚ¸àÆ® ´Þ¾Ò´Ù°í ÂÊÁö¸¦ ³¯·ÁÁØ´Ù.
(b°¡ µÎ °³ ´Þ¾Ò´Ù°í µÎ ¹ø ³¯·ÁÁÖ´Â °Å ¾Æ´Ï´Ù.)


comment_ok.php ¸¦ ¿­ÀÚ
50ÇàÂë¿¡
// °ü¸®ÀÚÀ̰ųª HTMLÇã¿ë·¹º§ÀÌ ³·À»¶§ ű×ÀÇ ±ÝÁöÀ¯¹«¸¦ üũ
        if(!$is_admin&&$setup[grant_html]<$member[level]) {
                $memo=del_html($memo);// ³»¿ëÀÇ HTML ±ÝÁö;;
        }

¶ó´Â ºÎºÐÀÌ ÀÖ´Ù. ±× ¾Æ·¡¿¡´Ù°¡

// ¿øº»±ÛÀ» °¡Á®¿È
        unset($s_data);
        $s_data=mysql_fetch_array(mysql_query("select * from $t_board"."_$id where no='$no'"));

¸¦ Ãß°¡ÇÏÀÚ.(»ç½Ç ¾Ïµ¥³ª ³Ö¾îµµ »ó°üÀº ¾ø´Ù.)
±×¸®°í ¸Ç ¸¶Áö¸· Âë

@mysql_close($connect);

¹Ù·Î À§¿¡´Ù°¡

// ÀÌÀü ÄÚ¸à ´Ü »ç¶÷¿¡°Ô ÂÊÁö·Î ÄÚ¸à ¾Ë¸²//

$query = "select distinct(ismember),name from $t_comment"."_$id where parent='$no'";        // ÄÚ¸àÆ® ´Ü »ç¶÷ À̸§°ú ¹øÈ£¸¦ Áߺ¹ ¾ÈµÇ°Ô
$res = mysql_query($query, $connect);                                                                                                        // ÇÑ »ç¶÷ÀÌ ¿©·¯°³¸¦ ´Þ¾Æµµ Çѹø¸¸ Äõ¸®µÊ. distinct...
while ($c_data = mysql_fetch_array($res)) {

        if ($c_data[ismember] > 0 && $c_data[ismember] != $s_data[ismember]) { // ÄÚ¸àÆ® ¾´ »ç¶÷ÀÌ ¸â¹ö && ÄÚ¸àÆ® ÀÛ¼ºÀÚ != ¿øº» ÀÛ¼ºÀÚ

                if ($member[no] != $c_data[ismember]) {
                        $reply_message="ȸ¿ø´ÔÀÌ ÄÚ¸àÆ® ³²±â¼Ì´ø ±Û,<br><font color=orange><b>".$s_data[subject]."</b></font> <font class=wizz_g>(".$s_data[name].")</font> ¿¡<br><font color=orange>".$name."</font> ´Ô ´ÙÀ½ÀÇ ÄÚ¸àÆ®¸¦ ³²°å½À´Ï´Ù.<br><br>".$memo."<br><br><a target=_top href=\"view.php?id=$id&page=$page&no=$no\"><br><br><b><u>°Ô½Ã¹°·Î ¹Ù·Î°¡±â</u></b></a>";
                        $query = "insert into $get_memo_table (member_no, member_from, subject, memo, readed, reg_date) values ('$c_data[ismember]', 1, '´Ù¸¥ ºÐµµ ÄÚ¸àÆ®¸¦ ´Þ¾Ò½À´Ï´Ù', '$reply_message', 1, '$reg_date')";
                        mysql_query($query, $connect) or error(mysql_error());
                        $query = "insert into $send_memo_table (member_to, member_no, subject, memo, readed, reg_date) values ('$c_data[ismember]', 1, '´Ù¸¥ ºÐµµ ÄÚ¸àÆ®¸¦ ´Þ¾Ò½À´Ï´Ù', '$reply_message', 1, '$reg_date')";
                        mysql_query($query, $connect) or error(mysql_error());
                        $query = "update $member_table set new_memo=1 where no=$c_data[ismember]";
                        mysql_query($query, $connect) or error(mysql_error());
                }
        }
}


  PRINT Text  PRINT HTML  

  Trackbacks for this Posting (0)
'»ý°¢Çϴ¼¶ ¹Ù´å°¡ - ÄÚ¸à ´Þ¸®¸é ÀÌÀü ÄÚ¸à ÀÛ¼ºÀÚ¿¡°Ô ÂÊÁö ³¯¸®±â'

LIST ALL               GO TO THE TOP


Copyright 1999-2024 Zeroboard

 
»ý°¢ÇÏ´Â ¼¶, ¹Ù´å°¡´Â ¸®µð°¡ ¿î¿µÇÏ´Â °³ÀÎ Ä®·³ »çÀÌÆ®À̸ç ÀϺΠÄÁÅÙÃ÷´Â ¸®µð ¿ÜÀÇ ÇÊÁø¿¡ ÀÇÇØ ÀÛ¼ºµÇ¾ú½À´Ï´Ù. ÀÌ°÷ÀÇ ¸ðµç ÄÁÅÙÃ÷´Â Ãâó(Deep Link URL) ¹× ÀÛ°¡¸¦ ¸í½ÃÇÏ´Â Á¶°ÇÀ¸·Î ºñ»ó¾÷Àû ¿ëµµÀÇ ÀüÁ¦/º¹Á¦°¡ °¡´ÉÇÕ´Ï´Ù. ±×·¯³ª ÀÌ°÷¿¡ °ÔÀçµÈ ÄÁÅÙÃ÷ÀÇ ÃëÁö ¶Ç´Â ÀÛ°¡ÀÇ Àǵµ°¡ ¿Ö°îµÇ¾î Çؼ®µÉ ¼ö ÀÖ´Â ÄÁÅÙÃ÷ º¯ÇüÀº ±ÝÁöÇÕ´Ï´Ù. ÀÌ°÷¿¡ ±âÀçµÈ ÀüÀÚ¿ìÆíÁÖ¼Ò¿¡ ´ëÇÑ ÀÏüÀÇ ¼öÁýÇàÀ§¸¦ °ÅºÎÇÕ´Ï´Ù.(°Ô½ÃÀÏ 2008³â 1¿ù 1ÀÏ)
Google
  À§Âê  
Window close