WordPress教程

网站添加输入密码才能访问功能

阿里云

为你的网站添加 php 输入密码访问网站功能,这个功能其实很简单,在应用中的场景也是往往为内部或是个人使用的页面里面,在登陆的时候可以弹出一个窗口,做隐私保护,以下的代码可以满足大家的这个功能,同时可以在代码里自定义密码。同时只要在现有代码的上下添加好加密的代码就可以。记得要调整一下默认密码。不然会被入侵的。

  1. <?php 
  2. $password = "1234"; // 这里是密码 
  3. $p = ""; 
  4. if(isset($_COOKIE["isview"]) and $_COOKIE["isview"] == $password){ 
  5. $isview = true; 
  6. }else{ 
  7. if(isset($_POST["pwd"])){ 
  8. if($_POST["pwd"] == $password){ 
  9. setcookie("isview",$_POST["pwd"],time()+3600*3); 
  10. $isview = true; 
  11. }else{ 
  12. $p = (empty($_POST["pwd"])) ? "需要密码才能查看,请输入密码。" : "密码不正确,请重新输入。"; 
  13. } 
  14. }else{ 
  15. $isview = false; 
  16. $p = "请输入密码查看,获取密码可联系我。"; 
  17. } 
  18. } 
  19. if($isview){ ?> 
  20. 这里是密码成功后显示的地方 
  21. <?php }else{ ?> 
  22. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  23. <html xmlns=" http://www.w3.org/1999/xhtml"> 
  24. <head> 
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  26. <meta http-equiv="pragma" content="no-cache" /> 
  27. <meta http-equiv="cache-control" content="no-cache" /> 
  28. <meta http-equiv="expires" content="0" /> 
  29. <title>脚本之家提醒你输入密码</title> 
  30. <!--[if lt IE 6]> 
  31. <style type="text/css"> 
  32. .z3_ie_fix{ 
  33. float:left; 
  34. } 
  35. </style> 
  36. <![endif]--> 
  37. <style type="text/css"> 
  38. <!-- 
  39. body{ 
  40. background:none; 
  41. } 
  42. .passport{ 
  43. border:1px solid red; 
  44. background-color:#FFFFCC; 
  45. width:400px; 
  46. height:100px; 
  47. position:absolute; 
  48. left:49.9%; 
  49. top:49.9%; 
  50. margin-left:-200px; 
  51. margin-top:-55px; 
  52. font-size:14px; 
  53. text-align:center; 
  54. line-height:30px; 
  55. color:#746A6A; 
  56. } 
  57. --> 
  58. </style> 
  59. <div class="passport"> 
  60. <div style="padding-top:20px;"> 
  61. <form action="?yes" method="post" style="margin:0px;">输入查看密码 
  62. <input type="password" name="pwd" /> <input type="submit" value="查看" /> 
  63. </form> 
  64. <?php echo $p; ?> 
  65. </div> 
  66. </div> 
  67. <?php 
  68. } ?> 
  69. </body> 
  70. </html>
也想出现在这里?联系我们
创客主机

网站添加输入密码才能访问功能

已有 442 人购买
查看演示升级 VIP立刻购买

收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!