301 Moved Permanently 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 OK 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: s07.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <!-- saved from url=(0022)https://motbet888.com/ --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <title>S07</title> <link rel="stylesheet" href="./css/reset.css"> <link rel="stylesheet" href="./css/style.css"> <link rel="stylesheet" href="./css/rwd.css"> <style> html, body { margin: 0; padding: 0; } .mask { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); display: none; z-index: 10000; } .mask img { width: 100%; max-width: 792px; position: absolute; top: 0; right: 0; } #copyHtml { position: absolute; top: -1000px; left: -1000px; } </style> <!-- Meta Pixel Code --> <script src="js/1024609045303035.js" async=""></script> <script async="" src="js/fbevents.js"></script> <script> !function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', ''); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=&ev=PageView&noscript=1"/></noscript> <!-- End Meta Pixel Code --> <!-- 落地页 --> <script> var packageName = "com.s07mm.cc10523"; function clickImgFun() { fbq('track', "pageclick", {}); var cookie = document.cookie; var url = window.location.href; // 创建 URLSearchParams 对象,并传入 URL 查询参数 var searchParams = new URLSearchParams(new URL(url).search); // 使用 get() 方法获取特定参数的值 var fbclidValue = searchParams.get('fbclid'); window.open("https://blue5star.com/S07/com.s07mm.cc10523.apk"); } function trackFbEvent(name, params) { var uuid = generateUUID(); var url = window.location.href; var searchParams = new URLSearchParams(new URL(url).search); if (name === 'firstRecharge' || name === 'firstrecharge') { name = 'Purchase'; fbq('track', 'Purchase', { value: 10, currency: 'USD' }, {eventID: uuid}); fbq('trackCustom', "firstRecharge", {eventID:uuid}); } else { fbq('trackCustom', name, {}, {eventID: uuid}); } send2Server(name, uuid); } function send2Server(name, uuid) { var url2 = window.location.href; var searchParams = new URLSearchParams(new URL(url2).search); var fbclidValue = searchParams.get('fbclid'); const xhr = new XMLHttpRequest(); const url = 'https://api.gakagame.com/api/v5/sendEvent?packageName=' + packageName + '&eventName=' + name + "&fbclid=" + fbclidValue + "&uuid=" + uuid; const data = {}; const jsonData = JSON.stringify(data); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.onreadystatechange = function () { if (xhr.readyState === XMLHttpRequest.DONE) { if (xhr.status === 200) { // 请求成功 const response = JSON.parse(xhr.responseText); console.log(response); } else { // 请求失败 console.log('请求失败'); } } }; xhr.send(jsonData); } function generateUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c === 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } </script> <!-- 落地页 --> </head> <body> <div class="all"> <img src="css/S07_LANDING-PAGE-WITHOUT-BUTTON_06-29_ELLA.jpg" onclick="clickImgFun();"> <!-- button1 --> <div class="down_load" onclick="clickImgFun();" data-clipboard-action="copy" data-clipboard-target="#copyHtml" style="position: absolute;top: 50%;width: 53%;left: 23%;height: 9%;"> <!-- <a class="button_sure" > --> <img src="css/S07_LANDING-PAGE-BUTTON_06-29_ELLA.png" width="80%" height="100%"> <!-- </a> --> </div> <!--<div id="down_load2" class="down_load" onclick="clickImgFun();" data-clipboard-action="copy"--> <!-- data-clipboard-target="#copyHtml" style="position: absolute;bottom: -2%;width: 55%;left: 23%;height: 3.3%;">--> <!-- <a class="button_sure"> --> <!-- <img src="css/button_newwww.png" width="80%" height="130%" style="margin-top:-30%">--> <!-- </a> --> <!--</div>--> <!-- <div style="position: absolute; top: 26.6%; width: 76%; left: 12%; height: 10.8%; padding: 1px;">--> <!-- <video id="myVideo" playsinline muted height="100%" width="100%" autoplay="" muted="" loop="" style="border: none; object-fit: cover;" __idm_id__="3891201">--> <!-- <source src="./css/DEMO VIDEO_MOTLUCKY789_ - Compressed with FlexClip.mp4" type="video/mp4">--> <!-- </video>--> <!--</div>--> <!-- <script>--> <!-- document.addEventListener("DOMContentLoaded", function() {--> <!-- var myVideo = document.getElementById("myVideo");--> <!-- myVideo.addEventListener('ended', function() {--> <!-- myVideo.currentTime = 0;--> <!-- myVideo.play();--> <!-- });--> <!-- myVideo.play();--> <!-- });--> <!-- </script>--> <!-- vedio --> <!-- <div style="position: absolute;top: 24%;width: 88%;left: 6%;height: 11.5%;padding: 1px;"> <video id="myVedio" playsinline="" webkit-playsinline="" style="width: 100%;" muted="" preload="auto" autoplay="autoplay" data-setup="{'autoplay':true}"> <source src="./img/vcd.mp4" type="video/mp4"> </video> </div> --> <!-- <div class="head" style="position: relative;z-index: 900;"> <img class="mb-3" src="img/img_01.png" alt=""> <img class=" mb-3" src="img/img_02.png" alt=""> <img class=" mb-3" src="img/img_03.png" alt=""> </div> <div style="position: absolute;top: 43%;left: 26%; padding: 1px;z-index:900;"> <img class="down mb-3" src="img/download.png" alt=""> </div> <div style="position: absolute;top: 46.4%;width: 94%;left: 2.5%;height: 20%;padding: 0px;"> <video id="myVedio" playsinline webkit-playsinline style="width: 103%;" muted preload="auto" autoplay="autoplay" data-setup="{'autoplay':true}" loop> <source src="./img/vcd.mp4" type="video/mp4" loop> </video> </div> --> </div> <div id="AndroidInAppBrowserOpen" class="mask"> <img src="css/mask_th_android.png" class="android"> </div> <div id="iOSInAppBrowserOpen" class="mask"> <img src="css/mask_th_ios.png" class="ios"> </div> </body> </html>