301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mmt17.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="zh-CN"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title></title><meta name="keywords" content=""><meta name="format-detection" content="telephone=no"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui"><script src="/js/two/js/jquery.min.js"></script><style> img { width: 100%; max-width: 100%; } p { margin: 0; padding: 0; } .downssa { margin-top: 60px; margin-bottom: 60px; } .dow-nav { max-width: 100%; width: 100%; height: 60px; background: -moz-linear-gradient(left, #C0C0C0, #e84c59); background: -webkit-gradient(linear, left, from(#C0C0C0), to(#e84c59)); background: -webkit-linear-gradient(left, #C0C0C0, #e84c59); background: -o-linear-gradient(left, #C0C0C0, #e84c59); background: linear-gradient(left, #C0C0C0, #e84c59); background-color: #C0C0C0; position: fixed; top: 0px; z-index: 99; } .dow-navaz { max-width: 100%; width: 100%; height: 60px; background: -moz-linear-gradient(left, #C0C0C0, #e84c59); background: -webkit-gradient(linear, left, from(#C0C0C0), to(#e84c59)); background: -webkit-linear-gradient(left, #C0C0C0, #e84c59); background: -o-linear-gradient(left, #C0C0C0, #e84c59); background: linear-gradient(left, #C0C0C0, #e84c59); background-color: #e84c59; position: fixed; top: 40px; z-index: 99; } .dow-ts { font-size: 14px; line-height: 20px; color: #FFFFFF; } .dow-nav-foot { max-width: 100%; width: 100%; height: 60px; background-color: rgba(0, 0, 0, 0.8); position: fixed; bottom: 59px; z-index: 99; } .dow-nav-foots { max-width: 100%; width: 100%; height: 60px; background-color: rgba(0, 0, 0, 0.8); position: fixed; bottom: 0px; z-index: 99; } .dow-nav-footss { max-width: 100%; width: 100%; height: 175px; position: fixed; bottom: 0px; z-index: 99; } .kf-link { width: 50px; float: right; background-color: rgba(0, 0, 0, 0.8); } .dow-nav-logo { height: 43px; margin-left: 5px; display: -webkit-flex; display: flex; float: left; margin-top: 9px; } .dow-nav-logo > img { width: 43px !important; height: 43px; width: 100%; } .dow-nav-logo > p { margin-left: 8px; font-size: 12px; line-height: 22px; color: #FFFFFF; } .dow-nav-but { border-radius: 36px; height: 36px; width: 80px; background: #FFFFFF; text-align: center; line-height: 38px; font-size: 14px; color: #e95451 !important; font-weight: bold; margin-right: 0px; float: right; margin-top: 10px; } .dow-nav-butq { border-radius: 36px; height: 36px; width: 87px; background: #FFFFFF; text-align: center; line-height: 38px; font-size: 14px; color: #e95451 !important; font-weight: bold; margin-right: 10px; float: right; margin-top: 10px; } .dow-ywb-but { border-radius: 36px; height: 38px; width: 50px; background: #FFFFFF; text-align: center; line-height: 38px; font-size: 14px; color: #e95451 !important; font-weight: bold; margin-right: 6px; float: right; margin-top: 9px; } .dow-nav-buts { border-radius: 36px; height: 36px; width: 160px; text-align: center; line-height: 38px; font-size: 14px; color: #FFFFFF !important; font-weight: bold; margin-right: 12px; float: left; margin-top: 9px; border-radius: 20px; margin: 14px 0 0 20px; border: 1px solid #f99f05; } .dow-nav-wybuts { border-radius: 36px; height: 36px; width: 160px; text-align: center; line-height: 38px; font-size: 14px; color: #FFFFFF !important; font-weight: bold; margin-right: 12px; float: right; margin-top: 9px; border-radius: 20px; margin: 12px 14px 0 0px; border: 1px solid #f99f05; } .dow-nav-text1 { font-size: 14px; letter-spacing: 2px; } .dow-nav-text2 { letter-spacing: 4px; } .load { width: 100%; height: 100vh; position: fixed; top: 0; z-index: 10000; display: none; background-color: rgba(0, 0, 0, 0.1); } .loader { width: 300px; height: 300px; text-align: center; position: absolute; top: calc(30% - 60px); left: calc(25% - 50px); padding-top: 15px; } .van-dialog { position: fixed; top: 45%; left: 50%; width: 320px; overflow: hidden; font-size: 16px; background-color: #fff; border-radius: 16px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; } #index .van-dialog__header { font-weight: 700; font-size: 1rem; } .van-dialog__header { padding-top: 24px; font-weight: 500; line-height: 24px; text-align: center; } .van-dialog { position: fixed; top: 50%; left: 50%; width: 320px; overflow: hidden; font-size: 16px; background-color: #fff; border-radius: 16px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; } .van-dialog__content p { display: block; margin-block-start: 1em; margin-inline-start: 0px; margin-inline-end: 0px; text-align: center; } .weixin-tip { display: none; position: fixed; left: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); filter: alpha(opacity=80); height: 80%; width: 100%; z-index: 100; } .weixin-tip p { text-align: center; margin-top: 10%; padding: 0 5%; } .weixin-tip img { max-width: 100%; height: auto; } .top_tips[data-v-3456ab7b] { background: rgba(255, 0, 0, .8); position: fixed; top: 55px; left: 0; right: 0; width: 100%; height: 44px; padding: 5px 0 0 0; margin: 0; } .top_tips i[data-v-3456ab7b] { font-size: 25px; float: left; margin: 5px; color: #f4ce8c; } .top_tips span[data-v-3456ab7b] { color: rgba(255, 235, 204, .9); font-size: 14px; font-weight: 600; line-height: 20px; text-align: left; } .body-img div[data-v-3456ab7b] { color: rgb(255, 230, 128); font-size: 14px; margin: 0px auto; line-height: 24px; font-weight: 200; background: rgb(34, 34, 34); width: 80%; padding: 15px 10%; } .teching { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; flex-direction: column; background-color: #fff; z-index: 1001; overflow: auto; } .teching .tab-content { display: none; padding: 0 20px; } .teching .tab-content p { max-width: 400px; padding: 10px; line-height: 1.333; font-size: 1rem; font-weight: 600; text-align: center; color: #333; } .teching .tab-content img { max-width: 350px; width: 100%; margin: 0 auto 0; }</style></head> <body style="margin: 0;" data-clipboard-text="1150-0"> <div style="display: none"> <script type="text/javascript" src="/js/two/js/zhutongji.js"></script></div><div id="guideImgAndroid" style="position: fixed; z-index: 100000000000000000000000; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: none; background-color: rgba(0, 0, 0, .9);"><img src="https://i.xlaoer.top/20231025/bb637570dce1e0fa19b053d3331d88ed.pgs" style="width: 100%;"></div><div class="dow-nav"><a class="dow-ts">温馨提示:安卓用户能下载APP尽量下载APP,APP体验撸管体验完美,无法下载的用户再使用网页版本!</a></div><div id="azwangye2" class="dow-navaz downss" style="display: block;"><div class="dow-nav-logo" onclick="copyUrl('284-0')"><img src="https://i.xlaoer.top/20250119/5cf1bbe52d6744c3c27ff19871223ac4.pgs"><p><span class="dow-nav-text1"><b>77视频</b></span><br><span class="dow-nav-text2">找朋友|直播|小说|漫画</span></p></div><a class="dow-nav-but click-but-dow" onclick="copyUrl('284-0')">点击下载</a><a id="azwangye" class="dow-ywb-but click-but-dow" onclick="getPackage()" style="display: block;">网页版</a></div><div id="azwangye3" class="dow-nav downss" style="display: block;"><div class="dow-nav-logo" onclick="copyUrl('284-0')"><img src="https://i.xlaoer.top/20250119/5cf1bbe52d6744c3c27ff19871223ac4.pgs"><p><span class="dow-nav-text1"><b>77视频</b></span><br><span class="dow-nav-text2">找朋友|直播|小说|漫画</span></p></div><a class="dow-nav-but click-but-dow" onclick="copyUrl('284-0')">点击下载</a><a id="azwangye" class="dow-ywb-but click-but-dow" onclick="getPackage()" style="display: block;">网页版</a></div><div class="downss downssa"><img onclick="copyUrl('284-0')" src="https://i.xlaoer.top/20231025/c146c41aced7429257024fd52ebdb2c6.pgs" style="display: block;width:100%;margin: 0; padding: 0;" /><img onclick="copyUrl('284-0')" src="https://i.xlaoer.top/20231025/e84b4641ae16699dd310e49a10c701f6.pgs" style="display: block;width:100%;margin: 0; padding: 0;" /><img onclick="copyUrl('284-0')" src="https://i.xlaoer.top/20231025/a9232f7f80d4a49050d467050744a7f1.pgs" style="display: block;width:100%;margin: 0; padding: 0;" /></div><div class="dow-nav-footss downss" onclick="Openkefu()"><img class="kf-link" src="https://i.xlaoer.top/20231025/c67d00421b3c63a9470514499c61b6ad.pgs" alt=""></div><div class="dow-nav-foot downss" onclick="copyUrl('284-0')"><div class="dow-nav-logo"><img src="https://i.xlaoer.top/20250119/5cf1bbe52d6744c3c27ff19871223ac4.pgs"><p><span class="dow-nav-text1"><b>77视频</b></span><br><span class="dow-nav-text2">找朋友|直播|小说|漫画</span></p></div><a class="dow-nav-butq click-but-dow">点击下载</a></div><div class="dow-nav-foots downss"><a class="dow-nav-buts click-but-dow" onclick="getPackage()">网页版1</a> <a id="azwangye1" class="dow-nav-wybuts click-but-dow" onclick="getPackage1()" style="display: block;">网页版2</a></div><div id="tutorial" class="teching" style="display: none;"></div> <script src="/js/five/js/md5.js"></script> <script> var sddpc = "https://sdd99.tv/pc/284_0.html"; var myDate = new Date(); var randCode = Math.ceil(Math.random() * 100); var randLast = Math.ceil(Math.random() * 9); var time = Date.parse(new Date()); var machine = hex_md5(time.toString() + randCode.toString()) + randLast; var androidDomains = "https://xz.qca7y.com/apk/"; var androidName = "uOTCdzE14_21"; var androidChanl = "284-0-0.apk?v=2"; var h5name = ""; var waih5name = ""; var waih5 = "h5.vq96vcv7fh2.com"; var neih5 = "h5.jzkefu.com"; h5name = neih5; waih5name = waih5; var androidUrl = androidDomains + androidName + "/" + androidName + "/" + androidName + "_" + androidChanl; var iosJump = "https://ixz.sixcamel.com/apk/jump.mobileprovision"; var iosh5 = "https://" + h5name + "/?ext=284-0-h5" + machine; var waiiosh5 = "https://" + waih5name + "/?ext=284-0-h5" + machine; var iosUrl = 'https://h5.jzkefu.com/?ext=284-0-h5' + machine ; //var iosUrl = 'https://ixz.sixcamel.com/down/config/yuanwei_284_0_' + machine + '.mobileconfig?url=https://h5.vq96vcv7fh2.com/'; </script> <script src="/js/two/js/twojs.js"></script> <script src="/js/two/js/getClientInfo.js"></script> <script type="text/javascript"></script> </body> </html>