2003/04/11 15:35:26     24322     0   
   ÃֱٰԽù°¿¡ ¶Ç´Â °Ô½ÃÆÇÁ¦¸ñ ¿· new Ç¥½Ã
»õ·Î¿Ã¶ó¿Â °Ô½Ã¹° Á¦¸ñ¿·¿¡ new¾ÆÀÌÄÜ ¶ß´Â°Å ¸¹ÀÌ º¸¼ÌÁÒ?
new¶ß´Â¹æ¹ýÀÔ´Ï´Ù.
¿£Áö¿À¿¡¼­ ÆÛ¿Ô±¸¿ä. ¶ÇÇÑ Àúµµ ÇغýÀ´Ï´Ù.^^


--------------------------------------------------------------------------------

¸ÕÀú ¾Æ·¡ÀÇ ¼Ò½º¸¦ º¹»çÇؼ­ new.php¸¦ ¸¸µå½Ã°í À̹ÌÁö´Â ¾Æ¹«°÷¿¡¼­³ª ¹Þ¾Æ¿À¼¼¿ä.

<?

function nowjojo($id)
{
$result=mysql_query("select * from zetyx_board_$id order by no desc limit 1");  
while($data=mysql_fetch_array($result))
   {
     $new = " ";
     $check_time=(time()-$data[reg_date])/60/60;
     if($check_time>24)$new.=" ";
     if($check_time<=24)$new.="<img src=../../bbs/images/new.gif>";
     echo "".stripslashes($new)."";
   }
}

function nowjo($data)
{
     $new = " ";
     $check_time=(time()-$data[reg_date])/60/60;
     if($check_time>24)$new = " ";
     if($check_time<=24)$new ="<img src=../../bbs/images/new.gif>";
     echo "".stripslashes($new)."";
}

?>

À̹ÌÁö´Â new.gif¶ó°í ÇÏ°í zboard°¡ ÀÖ´Â µð·ºÅ丮¾ÈÀÇ images ¾È¿¡ º¹»çÇϼ¼¿ä.
±Û±¸ new.php´Â zboard°¡ ÀÖ´Â µð·ºÅ丮¾È¿¡ º¹»çÇϼ¼¿ä.

´ÙÀ½Àº ³ëÇÁ·¹ÀÓÀÎ °æ¿ì
<?
   $_zb_url = "Á¦·Îº¸µå°¡ ¼³Ä¡µÈ url";
   $_zb_path = "Á¦·Îº¸µå°¡ ¼³Ä¡µÈ Àý´ë°æ·Î";
   include $_zb_path."outlogin.php";
   include $_zb_path."new.php";
?>
ÀÌ·±½ÄÀ¸·Î heading ÆÄÀϾȿ¡ ³Ö¾î Áֽðí¿ä.

´Ù¸¥ ¹æ½ÄÀ» ¾²½Ã´Â °æ¿ì´Â Ç×»ó Ç¥½ÃµÇ´Â heading°ú ºñ½ÁÇÑ °÷¿¡ ¶È°°ÀÌ ³Ö¾îÁÖ¼¼¿ä.
ÁÖÀÇ ÇϽÇÁ¡Àº ´ÙÁßÀ¸·Î ÀÎŬ·çµå ÇÏ½Ã¸é ¿¡·¯³ª¿ä.

´ÙÀ½Àº ¿øÇϽô ºÎºÐÀÇ ¸Þ´º ¿·¿¡

»ý·«~~~~"12" height="12" border=0>  °øÁö»çÇ×</a><? nowjojo(°Ô½ÃÆÇ); ?><br>

ÀÌ·±½ÄÀ¸·Î ³Ö¾î Áֽðí¿ä.

°Ô½ÃÆÇ¿¡ ¿øÇÏ½Ã¸é ¿øÇÏ´Â ½ºÅ²¾È¿¡ ÀÖ´Â list_main.php¸¦ ºÒ·¯¿À¼Å¼­

<td align=left nowrap><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?> <?=$insert?><?=$subject?>  <font class=list_eng style=font-size:7pt><?=$comment_num?></font></td> ÀÌ ºÎºÐ ¸¶Áö¸· </font>Àü¿¡

<? nowjo($data); ?>À» ³Ö¾î ÁÖ¼¼¿ä

°øÁö»çÇ× ¶ÇÇÑ ¸¶Âù°¡Áö·Î list_notice.php¸¦ ºÒ·¯¿À¼Å¼­

<td align=left nowrap><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?> <?=$insert?><?=$subject?>  <font class=list_eng style=font-size:7pt><?=$comment_num?><? nowjo($data); ?></font></td> ÀÌ ºÎºÐ ¸¶Áö¸· </font>Àü¿¡

<? nowjo($data); ?>À» ³Ö¾î ÁÖ¼¼¿ä.

±×·³ µµ¿òÀÌ µÇ¾úÀ¸¸é ÇÕ´Ï´Ù.


   
ÄÚ¸àÆ®¸¦ ÀÛ¼ºÇϽøé 2 Æ÷ÀÎÆ®°¡ Áö±ÞµË´Ï´Ù.

       

9 Á¦·Îº¸µå ÇØÅ·¹æÁö ÆÁ µÎ¹ø° [1] Â¥¾Æ¾ÓèØ 11/20 21059 11/22(17:18)
8 À̹ÌÁö Å©±â ÆÅÆÅ ÁÙÀ̱â [2] 11/20 15741 07/15(15:43)
7 Á¦·Îº¸µå ÇØÅ·¹æÁö ÆÁ ù¹ø° [1] 11/19 16134 11/20(16:07)
6 ºê¶ó¿ìÀú â µ¿½Ã¿¡ ¿©·¯ °³ ´Ý±â [3] with 11/18 15462 08/23(00:13)
5 ´ÜÃàÅ°ÀÔ´Ï´Ù. [5] with 11/13 14374 11/21(07:07)
4 Ç÷¡½¬ º£³Ê¸¸µé±â [3] 11/12 18003 03/02(15:13)
3 µåµð¾î ¾÷ [1] ÀÌÁØ¿ì 11/11 15128 11/12(13:19)
2 [Ç÷¡½Ã ÆÁ] swfÆÄÀÏ ´Ù¿î·Îµå Çϱâ [5] ¡ÙYeGam¡Ù 11/10 16793 11/11(18:44)
1 ÆÁ/Å×Å©´Ð [3] 11/01 20405 06/04(01:57)
FIRST1115161718192021