봇의 메일 링크 크롤링 방지

This commit is contained in:
thisgun
2018-11-26 15:11:19 +09:00
parent 8399dafd4b
commit 918663a7e2
3 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<?php
include_once('./_common.php');
// 봇의 메일 링크 크롤링을 방지합니다.
if(function_exists('check_mail_bot')){ check_mail_bot($_SERVER['REMOTE_ADDR']); }
// 오류시 공히 Error 라고 처리하는 것은 회원정보가 있는지? 비밀번호가 틀린지? 를 알아보려는 해킹에 대비한것
$mb_no = trim($_GET['mb_no']);