建站技术`网页添加访问密码nginx隐藏真实地址
1507
34
一款简单的网页访问密码,当然只是简单的限制访问,配合nginx隐藏真实地址后不定型期修改伪地址效果更加哦!
HTML代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
</head>
<style type="text/css">
*{
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
}
body{
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: linear-gradient(135deg,#56c8ff,#6f99fc) no-repeat;
}
.wrapper{
display: flex;
flex-direction: column;
align-items: center;
width: 450px;
background-color: #fff;
padding: 30px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.wrapper .input-data{
width: 100%;
height: 40px;
position: relative;
}
.wrapper .input-data input{
width: 100%;
height: 100%;
border: none;
border-bottom: 2px solid silver;
font-size: 15px;
}
.input-data input:focus ~ label,
.input-data input:valid ~ label{
transform: translateY(-20px);
font-size: 15px;
color: #4158D0;
}
.wrapper .input-data label{
position: absolute;
bottom: 10px;
left: 0;
color: grey;
pointer-events: none;
transition: all 0.3s ease;
}
.wrapper .input-data .underline{
position: absolute;
bottom: 0px;
height: 2px;
width: 100%;
}
.input-data .underline:before{
position: absolute;
content: "";
height: 100%;
width: 100%;
background: #1E90FF;
transform: scaleX(0);
transition:transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before{
transform: scaleX(1);
}
.send-btn {
position: relative;
background-color: #1E90FF;
border: none;
font-size: 15px;
color: #ffffff;
padding: 8px;
width: 150px;
text-align: center;
transition-duration: 0.6s;
text-decoration: none;
overflow: hidden;
cursor: pointer;
border-radius: 5px;
margin-top: 20px;
}
.send-btn::after {
content: '';
background: #53a4f0;
display: block;
position: absolute;
padding-top: 300%;
padding-left: 350%;
margin-left: -20px !important;
margin-top: -120%;
opacity: 0;
transition: all 0.8s;
}
.send-btn:active::after {
padding: 0;
margin: 0;
opacity: 1;
transition: 0s;
}
</style>
<body>
<form action="/token.php" method="post">
<div class="wrapper">
<div class="input-data">
<input type="text" name="token"/>
<div class="underline"></div>
<label>访问密码</label>
</div>
<button class="send-btn">进入</button>
</div>
</form>
</body>
</html>
<?php
header("content-type:text/html;charset=utf-8");
// 接收令牌字段
$url_token = $_POST['token'];
// 自定义令牌
$custom_token = 'jiuyan';
// 密码正确跳转地址
$request_path = "/usa";
// 验证密码
if($url_token == $custom_token) {
header("Location: $request_path");
}
?>
扩展-隐藏跳转页真实地址
刀云免责声明
1、帖子原作者须承担一切因本文发表而直接或间接导致的民事或刑事法律责任。
2、本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责。
3、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意。
2、本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责。
3、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意。
收藏的用户(0)
X
正在加载信息~
签名:这个人很懒,什么也没有留下!
-
Adelinese 2022-10-132楼赞一个签名:这个人很懒,什么也没有留下!
-
qq123456789eee 2022-10-133楼应该可以签名:这个人很懒,什么也没有留下!
-
哟哟哟 2022-10-134楼牛逼了签名:这个人很懒,什么也没有留下!
-
Simooo 2022-10-145楼签名:这个人很懒,什么也没有留下!
-
ftugf 2022-10-146楼感谢签名:这个人很懒,什么也没有留下!
-
13886128419 2022-10-147楼不错签名:这个人很懒,什么也没有留下!
-
kkkkk 2022-10-148楼应该可以签名:这个人很懒,什么也没有留下!
-
liu2509585866 2022-10-149楼看了楼主的贴,一顿能吃三大碗!签名:这个人很懒,什么也没有留下!
-
xiaoqing 2022-10-1410楼看看签名:这个人很懒,什么也没有留下!
-
奏 2022-10-1511楼牛逼(破音!)签名:这个人很懒,什么也没有留下!
-
紫瞳德 2022-10-1612楼刀云有你更美好签名:这个人很懒,什么也没有留下!
-
hackbb 2022-10-1713楼应该可以签名:这个人很懒,什么也没有留下!
-
dp28 2022-10-1914楼楼主好人签名:这个人很懒,什么也没有留下!
-
一根財 2022-10-2015楼感谢分享签名:这个人很懒,什么也没有留下!
-
yasdefgh 2022-10-2016楼谢谢大佬签名:这个人很懒,什么也没有留下!
-
xx 2022-10-2017楼牛逼了签名:这个人很懒,什么也没有留下!
-
124258953 2022-10-2018楼刀云有你签名:这个人很懒,什么也没有留下!
-
jia1346 2022-11-119楼666,牛签名:这个人很懒,什么也没有留下!
-
1421937821 2022-11-1320楼大佬签名:这个人很懒,什么也没有留下!