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

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

 更新時間:2012年07月17日 10:33:10   作者:  
密碼對,就可以看到指定內(nèi)容, 密碼不對就進不去
復(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)文章

最新評論

莱西市| 武胜县| 健康| 腾冲县| 岑巩县| 新闻| 兰州市| 宝鸡市| 德钦县| 娱乐| 利津县| 长乐市| 横山县| 钟山县| 普兰县| 乌审旗| 信阳市| 鲁山县| 都兰县| 吴江市| 济宁市| 那曲县| 隆昌县| 手机| 峨山| 日照市| 长宁县| 庆安县| 都江堰市| 祁东县| 永安市| 崇信县| 驻马店市| 武陟县| 大石桥市| 大化| 三门峡市| 手机| 孝昌县| 恩施市| 土默特左旗|