중국, 러시아 아이피 전부 막기 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

중국, 러시아 아이피 전부 막기

본문

function get_block_ip($ip)
{
   global $config, $g5;

   //$ip = $_SERVER['REMOTE_ADDR'];
   $query = @unserialize(file_get_contents('http://ip-api.com/php/'.$ip));
$arr = array("CN","RU");
   for ($i=0; $i<count($arr); $i++)
   {
       if($arr[$i] == $query['countryCode']) {

           $sql = " select count(*) as cnt from {$g5['config_table']} where (INSTR(cf_intercept_ip, '$ip')) ";
           $chk = sql_fetch($sql);

           if (!$chk['cnt']) {
               $cf_intercept_ip = $config['cf_intercept_ip']."\n".$ip;
               sql_query(" update {$g5['config_table']} set cf_intercept_ip = '$cf_intercept_ip' ");
           } else {
               goto_url(G5_URL."/404.html");
           }
       }
   }
}

추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 825건 1 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기