最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

一個簡單的網(wǎng)頁密碼登陸php代碼

 更新時間:2012年07月17日 10:33:10   作者:  
密碼對,就可以看到指定內(nèi)容, 密碼不對就進(jìn)不去
復(fù)制代碼 代碼如下:

<?php
$password = "1234"; // 這里是密碼
$p = "";
if(isset($_COOKIE["isview"]) and $_COOKIE["isview"] == $password){
$isview = true;
}else{
if(isset($_POST["pwd"])){
if($_POST["pwd"] == $password){
setcookie("isview",$_POST["pwd"],time()+3600*3);
$isview = true;
}else{
$p = (empty($_POST["pwd"])) ? "需要密碼才能查看,請輸入密碼。" : "密碼不正確,請重新輸入。";
}
}else{
$isview = false;
$p = "請輸入密碼查看,獲取密碼可聯(lián)系我。";
}
}
if($isview){ ?>
這里是密碼成功后顯示的地方
<?php }else{ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<title>腳本之家提醒你輸入密碼</title>
<!--[if lt IE 6]>
<style type="text/css">
.z3_ie_fix{
float:left;
}
</style>
<![endif]-->
<style type="text/css">
<!--
body{
background:none;
}
.passport{
border:1px solid red;
background-color:#FFFFCC;
width:400px;
height:100px;
position:absolute;
left:49.9%;
top:49.9%;
margin-left:-200px;
margin-top:-55px;
font-size:14px;
text-align:center;
line-height:30px;
color:#746A6A;
}
-->
</style>
<div class="passport">
<div style="padding-top:20px;">
<form action="?yes" method="post" style="margin:0px;">輸入查看密碼
<input type="password" name="pwd" /> <input type="submit" value="查看" />
</form>
<?php echo $p; ?>
</div>
</div>
<?php
} ?>
</body>
</html>

相關(guān)文章

最新評論

德州市| 华亭县| 宁晋县| 邛崃市| 江达县| 昌平区| 集安市| 鄂尔多斯市| 长汀县| 威海市| 怀远县| 潢川县| 涟水县| 彩票| 怀来县| 彰武县| 咸阳市| 金堂县| 饶河县| 安图县| 鄯善县| 汉源县| 浦城县| 正宁县| 新田县| 大安市| 志丹县| 湖南省| 申扎县| 双辽市| 菏泽市| 西城区| 江西省| 甘孜| 乌拉特中旗| 昌平区| 巴彦淖尔市| 全州县| 岳池县| 大兴区| 报价|