动态密码访问网页 防洪X站专用

以前有分享过输入密码才能访问网页的代码,但是时代在进步,今天分享一个密码是动态的代码。

代码实现输入密码才能浏览网页


效果演示图:
动态密码访问网页 防洪X站专用

<?php
error_reporting(0); 
$pass= $_POST;
$sj = rand(123,999);
if (empty($_COOKIE["pass"])) {
	setcookie("pass",$sj, time()+86400);
	echo "<script language='JavaScript'&gt 
function myrefresh() 
{ 
window.location.reload(); 
} 
setTimeout('myrefresh()',10); //指定1秒刷新一次 
</script&gt";
}
if($_COOKIE["zt"]!=="ok"){
      if($pass[pass]=="" || $pass[pass]!=$_COOKIE["pass"]) {
echo '
<!DOCTYPE html&gt
<html lang="zh-cn"&gt
<head&gt
  <meta charset="utf-8"/&gt
  <meta name="viewport" content="width=device-width, initial-scale=1"/&gt
  <meta name="viewport" content="width=device-width, initial-scale=1"/&gt
  <title&gtwapbbs</title&gt
    <meta name="keywords" content="我是关键词"&gt
    <meta name="description" content="我是介绍 "&gt
   <link rel="stylesheet" href="https://www.vlwx.com/go/?url=aHR0cHM6Ly9jZG4uc3RhdGljZmlsZS5vcmcvdHdpdHRlci1ib290c3RyYXAvMy4zLjcvY3NzL2Jvb3RzdHJhcC5taW4uY3Nz" &gt  
   <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"&gt</script&gt
   <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"&gt</script&gt
  <!--[if lt IE 9]&gt
    <script src="/n.staticfile.org/html5shiv/3.7.3/html5shiv.min.js"&gt</script&gt
    <script src="/n.staticfile.org/respond.js/1.4.2/respond.min.js"&gt</script&gt
  <![endif]--&gt
</head&gt
<body&gt
<div class="col-xs-12 col-sm-10 col-md-8 col-lg-4 center-block " style="float: none;"&gt
  <br /&gt<br /&gt<br /&gt
    <div class="widget"&gt
<p&gt</p&gt
    </div&gt

    <div class="block"&gt
        <div class="block-title"&gt
            <div class="block-options pull-right"&gt
            <a href="../" class="btn btn-effect-ripple btn-default toggle-bordered enable-tooltip"&gt返回首页</a&gt
            </div&gt
            <h2&gt<b&gt输入密码可见</b&gt</h2&gt
        </div&gt
          <form action="" method="post" role="form"&gt
            <div class="input-group"&gt<div class="input-group-addon"&gt<span class="glyphicon glyphicon-lock"&gt</span&gt</div&gt
              <input type="password" name="pass" class="form-control" required="required" placeholder="请输入密码"/&gt
            </div&gt<br/&gt
            <div class="form-group"&gt
              <input type="submit" value="OK" class="btn btn-primary btn-block"/&gt
            </div&gt
<br&gt<center&gt<h2&gt密码: '.$_COOKIE["pass"].'</h2&gt</center&gt
</form&gt
    </div&gt
  </div&gt';
    die();
}else{
    setcookie("zt", "ok", time()+86400);
}
}else{	
}
?&gt

给TA打赏
共{{data.count}}人
人已打赏
源码分享

PHP使用CURL模拟POST和GET请求

2019-9-11 13:36:28

源码分享

苹果maccms V10最新正版JOELEO幕乔模板

2019-9-17 18:25:51

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
有新私信 私信列表
搜索