推荐榜 短消息 big5 繁体中文 找回方式 手机版 广 广告招商 主页 VIP 手机版 VIP 界面风格 ? 帮助 我的 搜索 申请VIP
客服
打印

[求助] 请问网站能否使用HTTPS?

购买/设置 醒目高亮!点此感谢支持作者!本贴共获得感谢 X 15

请问网站能否使用HTTPS?

最近不知道是不是美国大选,现在手机以及家里,一上本网,或者隔壁的,又或者如JAVBUS,98堂等网站,必定被转到反诈骗中心网站,只要改用HTTPS就没事。
但本站不允许使用https:// 模式,现在一上,网站的链接后面都自动加上continue=null这一句,网站里面所有链接都变成反诈骗中心网站的过滤器网页,杀毒了没用,改DNS(路由+电脑)没有用。
求解。

点此感谢支持作者!本贴共获得感谢 X 15
TOP

查到了,是电信的HTTP劫持,唉,本网没有HTTPS就是不方便,我现在最担心的是被监控了密码,到时被盗号就麻烦了,为何网站不能实现HTTPS呢?这应该不难才对啊?

TOP

这个暂时不会增加

百度一下  很多解决办法

最简单的就是使用google浏览器+使用地址发布器中的安全地址访问

TOP

请大佬帮我看看这段代码:

<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta charset="UTF-8">
        <title>页面已拦截</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1">
        <link id="favicon" rel="shortcut icon" type="image/x-icon" href="/public/foshan/icon_fraud.png">
        <style type="text/css">

                * {
                        margin: 0;
                        padding: 0;
                }
                body {
                        font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
                }

                /* ---------------- logo ----------------- */

                .logo {
                        display: inline-block;
                        margin: 10px 0 0 6%;
                        width: 80px;
                        height: 81.92px;
                        background-image: url('/public/foshan/logo.jpg');
                        background-size: 100% 100%;
                        background-repeat: no-repeat;
                        vertical-align: middle;
                }

                /* ---------------- title ----------------- */

                .title {
                        display: inline-block;
                        margin: 10px 0 0 0;
                        color: #345fa7;
                        font-size: 42px;
                        font-weight: bold;
                        display: inline-block;
                        vertical-align: middle;
                }

                /* ---------------- main ----------------- */
                .main {
                        margin: 0 auto;
                        width: 820px;
                        font-size: 0;
                }
                .pic-police,
                .container {
                        display: inline-block;
                        vertical-align: top;
                }
                .pic-police {
                        width: 219px;
                        height: 329px;
                        background-image: url('/public/foshan/police.png');
                        background-size: 100% 100%;
                        background-repeat: no-repeat;
                }
                .pic-warning {
                        display: none;
                }
                .container {
                        padding: 18px 0 0 40px;
                        width: 561px;
                        font-size: 18px;
                }
                .container p {
                        line-height: 1.5;

                }
                .warning {
                        margin-bottom: 20px;
                        font-size: 42px;
                        font-weight: bold;
                        color: #ff0000;
                }
                .msg,
                .msg-url {
                        margin-bottom: 10px;
                }
                .msg-url {
                        font-size: 18px;
                }
                .btns {
                        margin-top: 30px;
                        text-align: center;
                        font-size: 0;
                }
                .btns div {
                        display: inline-block;
                }
                .btns span {
                        font-size: 18px;
                }
                .btn {
                        margin: 0 10px;
                        padding: 6px 0;
                        width: 150px;
                        font-size: 18px;
                        line-height: 1;
                        text-align: center;
                        border: 1px solid #20367a;
                        border-radius: 13px;
                        cursor: pointer;
                }
                .appeal {
                        margin-left: 10px;
                        color: #20367a;
                        text-decoration: underline;
                        cursor: pointer;
                }
                #close {
                        background-color: #20367a;
                        color: #fff;
                }
                /*#more {
                        display: none;
                }*/
                .qrcode {
                        margin-top: 0;
                        width: 820px;
                        margin-left: auto;
                        margin-right: auto;
                        padding-left: 118px;
                        margin-bottom: 20px;
                        box-sizing: border-box;
                }
                .qrcode-item {
                        display: inline-block;
                        width: 350px;
                        margin: 0;
                        text-align: center;
                }
                .qrcode-item span {
                        margin-top: 10px;
                }
                .qrcode-img {
                        display: block;
                        margin: 0 auto;
                }
                .qrcode-tips {
                        margin-top: 20px;
                }
                .qrcode-mark {
                        display: inline-block;
                        margin-left: 170px;
                }
                .tips {
                        width: 820px;
                        margin: 0 auto;
                        margin-top: 10px;
                        padding-left: 118px;
                        box-sizing: border-box;
                }
                .tips p {
                        line-height: 40px;
                }

                @media (max-width : 736px) {
                        .logo {
                                display: block;
                                margin: 1% auto 0;
                                width: 12vw;
                                height: 12.3vw;
                        }
                        .logo:after {
                                content: ' ';
                                position: absolute;
                                top: 15vw;
                                left: 0;
                                width: 100%;
                                height: 1px;
                                background-color: #ccc;
                        }

                        .pic-police {
                                display: none;
                        }
                        .pic-warning {
                                display: block;
                                float: left;
                                margin: 27px 0 0 5%;
                                /*top: 140px;
                                left: 10%;*/
                                width: 20vw;
                                height: 30vw;
                                background-image: url('/public/foshan/police.png');
                                background-size: 100% 100%;
                                background-repeat: no-repeat;
                        }
                        .title {
                                display: block;
                                margin: 30px auto 0;
                                font-size: 5vw;
                        }
                        .title,
                        .main {
                                box-sizing: border-box;
                                padding: 0;
                                width: 85%;
                        }
                        .main {
                                margin: 0 auto;
                        }
                        .container {
                                display: block;
                                width: 100%;
                margin-top: 30px;
                                padding: 0;
                        }
                        .warning {
                                margin-bottom: 30px;
                                padding-left: 20%;
                                font-size: 5vw;
                        }
                        .msg,
                        .msg-url {
                                font-size: 3.2vw;
                        }
                        .msg-url {
                                position: relative;
                                padding-top: 10px;
                        }
                        .msg-url span {
                                word-break: break-all;
                        }
                        .msg-url:before {
                                content: ' ';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 1px;
                                background-color: #ccc;
                        }
                        .btns {
                                position: relative;
                                margin-top: 20px;
                                width: 100%;
                                text-align: left;
                        }
                        .btn {
                                margin: 0;
                                padding: 2vw 0;
                                width: 45%;
                                font-size: 3.2vw;
                                border-radius: 0;
                        }
                        #appeal {
                                display: inline-block;
                                width: 45%;
                                margin-top: 2vw;
                                margin-left: 0;
                                text-align: center;
                                font-size: 3.2vw;
                        }
                        #close {
                                margin-right: 2vw;
                        }
                        .tips {
                                width: 85%;
                                margin: 0 auto;
                                margin-top: 20px;
                                padding-left: 0;
                        }
                        .tips p {
                                font-size: 3.2vw;
                                line-height: 1.5;
                        }
                        .qrcode {
                                width: 85%;
                                padding-left: 0;
                                margin-top: 10px;
                        }
                        .qrcode-item {
                                 display: block;
                margin: 0 auto;
                                font-size: 3.2vw;
                                line-height: 1.5;
                        }
                        .qrcode-tips {
                                font-size: 3.2vw;
                                line-height: 1.5;
                        }
                        .qrcode-mark {
                                display: block;
                    margin-left: 0;
                    text-align: right;
                    margin-top: 2vw;
                        }
                }

        </style>
</head>
<body>
        <div class="logo"></div>
        <div class="pic-warning"></div>
        <div class="title"><span>佛山市反诈骗中心<span>提示您:</span></span></div>
        <div class="main">
                <div class="container" id="container">
                        <p class="warning">您访问的网站存在风险!</p>
                        <p class="msg-url" id="accessP"></p>
                        <p class="msg">您要访问的网站存在风险,建议您谨慎访问!</p>
                        <p class="msg">如有疑问请拨打<br><strong>075796110</strong></p>
                        <div class="btns">
                                <div id="closeBT" onclick="closePage()" class="btn">关闭页面</div>
                                <div id="skip-box" class="btn">
                                        <div id="accessBT" onclick="access()">继续访问(不推荐)</div>
                                </div>
                                <span class="appeal" onclick="appeal()">站长申诉</span>
                        </div>
                </div>
                <div class="pic-police"></div>
        </div>
        <div class="tips">
                <p></p>
                <p></p>
        </div>
        <div class="qrcode">
                <div class="qrcode-item">
                                                <span></span>
                </div>
                <div class="qrcode-tips">
                        <span class="qrcode-mark">佛山市反诈骗中心</span>
                </div>
        </div>
<input type="hidden" id="ratetype" value="1"/>
         <input type="hidden" id="blacktype" value="3"/>
         <input type="hidden" id="adid" value="190"/>
</body>
<script src="http://121.8.179.91:2525/feedbackjs/feedback.js"></script>
</html>

TOP

现在就是用谷歌浏览器+174.127.195.66

TOP

论坛密码本身是可以破解的,要不哪来那么多盗号呢。但是有一点可以很有效的防止盗号,就是设置个密码提示问题。这一步很重要,设置密码提示后,就堵死了帐号被盗的渠道

TOP

网站不支持 HTTPS 的话光是数据包监听酒可以知道用户名密码和密报提问的答案。说实话这事挺严重的

TOP



当前时区 GMT+8, 现在时间是 2025-6-17 02:49