<?php
$ip_address=$_SERVER['REMOTE_ADDR'];
$ip=explode("." , $ip_address);
if (($ip[0]=="163" && $ip[1]=="23" && $ip[2]=="112" && $ip[3]>="128" && $ip[3]<="190") || ($ip[0]=="172" && $ip[1]=="20" && $ip[2]=="1")){
?>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>校內瀏覽的資訊</title>
</head>
<body>
<h1 align="center">校內瀏覽的資訊</h1>
<p align="center">Your IP:<?=$ip_address?></p>
<p align="center"> </p>
<p align="center"> </p>
<h1 align="center"> </h1>
<h1 align="center"> </h1>
<h1 align="center">^_^</h1>
</body>
</html>
<?php
}
else {
?>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>sorry</title>
</head>
<body>
<h1 align="center">校外網路無法瀏覽</h1>
<p align="center">Your IP:<?=$ip_address?></p>
<p align="center"> </p>
<h1 align="center"> </h1>
<h1 align="center"> </h1>
<h1 align="center">>_<</h1>
</body>
</html>
<?php
}
?>
$ip_address=$_SERVER['REMOTE_ADDR'];
$ip=explode("." , $ip_address);
if (($ip[0]=="163" && $ip[1]=="23" && $ip[2]=="112" && $ip[3]>="128" && $ip[3]<="190") || ($ip[0]=="172" && $ip[1]=="20" && $ip[2]=="1")){
?>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>校內瀏覽的資訊</title>
</head>
<body>
<h1 align="center">校內瀏覽的資訊</h1>
<p align="center">Your IP:<?=$ip_address?></p>
<p align="center"> </p>
<p align="center"> </p>
<h1 align="center"> </h1>
<h1 align="center"> </h1>
<h1 align="center">^_^</h1>
</body>
</html>
<?php
}
else {
?>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>sorry</title>
</head>
<body>
<h1 align="center">校外網路無法瀏覽</h1>
<p align="center">Your IP:<?=$ip_address?></p>
<p align="center"> </p>
<h1 align="center"> </h1>
<h1 align="center"> </h1>
<h1 align="center">>_<</h1>
</body>
</html>
<?php
}
?>