馬仔資訊隨手記
Would you like to react to this message? Create an account in a few clicks or log in to continue.
馬仔資訊隨手記

馬仔資訊隨手記


您沒有登錄。 請登錄註冊

php 與 html 的結合

向下  內容 [第1頁(共1頁)]

1php 與 html 的結合 Empty php 與 html 的結合 周二 7月 14, 2015 4:16 am

Admin


Admin

<?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
}
?>

https://kinhorse.666forum.com

回頂端  內容 [第1頁(共1頁)]

這個論壇的權限:
無法 在這個版面回復文章