php 단순 도 난 방지 체인 검증 실현 방법<br>오리지널

phop 의 간단 한 도 난 방지 체인 실현 방법 을 분석 했다.나 눔 비행 참고 하 세 요.구체 적 으로 다음 과 같다.
index.php 페이지 는 다음 과 같 습 니 다.

<html>
<head>
<meta http-equiv="Content-Language" content="en" />
<meta name="GENERATOR" content="PHPEclipse 1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>   </title>
</head>
<body>
 <form action="check.php" method="post">
     :<input type="text" name="name" value=""/>
 <input type="submit" name="submit" value="  "/>
 </form>
</body>
</html>

check.php 페이지 는 다음 과 같 습 니 다.

$urlar=parse_url($_SERVER['HTTP_REFERER']);
 print("<pre>");
 print_r($urlar);
 print_r($_SERVER['HTTP_REFERER']);
 if($urlar['host']!="localhost"){//             
 echo "    !";
 echo "<script>alert('    ');location.href='index.php';</script>";
 exit;
 }
 print("</pre>");

 본 논문 에서 말 한 것 이 여러분 의 phop 프로 그래 밍 에 도움 이 되 기 를 바 랍 니 다.

좋은 웹페이지 즐겨찾기