".$count_string; $value = $value / 10 ; } return $count_string; } /*---------------------------------------------------------------*/ /* ¹æ¹®ÀÚ ¼ö¸¦ Ç¥½ÃÇÏ´Â ÇÔ¼ö */ /*---------------------------------------------------------------*/ function DisplayCount() { global $CountString, $CountValue; ReadCountFile(); $CountValue = $CountValue + 1; WriteCountFile(); $CountString = MakeCount($CountValue); echo $CountString; } /******************************* »ç¿ëÀÚÀÇ ¾ÆÀÌÇǸ¦ ÆÇº°ÇÏ´Â ¼Ò½º ********************************/ if (getenv("HTTP_X_FORWARDED_FOR")) { $ip = getenv("HTTP_X_FORWARDED_FOR"); } else { $ip = getenv("REMOTE_ADDR"); } $ip_field = explode(".",$ip); if( ($ip_field[0] == "10") || ($ip_field[0] == "202" && $ip_field[1] == "198" && substr($ip_field[2],0,2) == "24") || ($ip_field[0] == "202" && $ip_field[1] == "198" && $ip_field[2] == "250") ) { $hp_domain = "truth.ybust.edu.cn"; } else { $hp_domain = "truth.yust.edu"; } ?>

 

 

YANBIAN UNIVERSITY OF SCIENCE & TECHNOLOGY  -  LANGUAGE   ENGINEERING   INSTITUTE



¹æ¹®ÀÚ¼ö(2004.04.30~):

 

 

 

 

 

¾ð¾î°øÇבּ¸¼Ò