Domain happybiggame.com
United States
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2023-04-07 01:59
    Last seen 2026-02-01 20:47
    Open for 1031 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522db6ed01a

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = http://gitlab.testbird.com/advert/h5_game_center_by_php.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "happybiggame"]
      	remote = origin
      	merge = refs/heads/happybiggame
      
      Found on 2026-02-01 20:47
      296 Bytes
  • Git configuration and history exposed
    First seen 2023-04-07 01:59
    Last seen 2026-02-09 05:28
    Open for 1039 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522db6ed01a

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = http://gitlab.testbird.com/advert/h5_game_center_by_php.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "happybiggame"]
      	remote = origin
      	merge = refs/heads/happybiggame
      
      Found on 2026-02-09 05:28
      296 Bytes
  • Open service 172.67.143.10:80 · happybiggame.com

    2026-01-23 02:28

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 02:28:49 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VAcJvxhKofyZsyKBl7kEc4nlWZ5oZe2U2M%2BAsTusggEwCEyil7y43RmehZAMIw2jQ5Gl1c5eXBstCHMVolQRL2WbbBr3W7YEYhcuZPR%2BDtA%3D"}]}
    CF-RAY: 9c23dc1f7f144db6-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.143.10:80 · happybiggame.com

    2026-01-09 21:40

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 21:40:05 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nvgX8FwQF9p%2F3NCjIv8KBFXGXVDxZ1dlFZwonPcDNEJsrwdahRXecG1YGTxGohq43J25G5bYUuPGOAspo272DFqJHKLcVRIai5Lkg6dYnrI%3D"}]}
    CF-RAY: 9bb71749cd96d376-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.143.10:443 · happybiggame.com

    2026-01-08 20:23

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 20:23:40 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=otAkudL%2BeoW8LMLojOOWdhPaGphmdkmyvjVFrwC2totyMDQ8d4T8I5HNbDUs51Ga61lxvACcQPHUZ4raPqRFQdhiFSiUm3XcYo%2BVgttqEX0%3D"}]}
    CF-RAY: 9bae69fd5c82fea4-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8f0a:443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JE6gkUUab%2FSxVi115iCyp%2B31Lva3Rejjqs8%2BxjPtpNw58YeMokYd0krcWJLDdQeupEfsc63aI9Obd1n1A49zb4FcnDyPPqEtzKhXQ1yTd5Ai11itZYAC7g8L%2FOw%3D"}]}
    CF-RAY: 9b8f4d568f247e8d-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MQjheWlV9fBH8BikZtJNa%2B603HuOCCJvf5j%2FGUj4JkFUMbTUNOp6QECiD%2FgH50pU4lG9ZYpsmAbcUctB76p1gBbY2XqmOjch9c2H6NyXjUd4W0qKO5OnJitCJ7o%3D"}]}
    CF-RAY: 9b8f4d573ba8810a-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8f0a:80 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2F5h8xv%2Fl7oqM4htV4oYOpTHlAwWQism3oxsW%2FIsfGrjsz854OHMcIvB0b8nEhJndLMwtqihsqAjCFafLZtZRYPXkGRN2No1sKLfQblHZRYl2SeO4rCavJpF114%3D"}]}
    CF-RAY: 9b8f4d57dc445e78-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:8443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 522 <none>
    Date: Mon, 05 Jan 2026 01:46:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8f4d5afcb834ed-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.87.119:443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3O%2FLGFIuedvSGJTg1bU%2FQGjlUeQ4yYZ8Z6w0I8s1vDflP%2FPLmlg27wzeR1avbzVV7mutC6RlAy%2BQD8qb%2BFLGcbnAsNFXNOFTI9sYS2DxPKc%3D"}]}
    CF-RAY: 9b8f4d56bbf70ac2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.87.119:80 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9ylSWuwWBcwgUWrLL8Fx6DKVnUdv9c%2FN0nLppIprIe859JCVWwysjzF3htyWF4s7AsVdbL8zuVZb3sT%2BGSgn3DTi5m5%2FtlslidOsUeIrskI%3D"}]}
    CF-RAY: 9b8f4d56c853dbf2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:80 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=J%2BXUiaI2cUpBv7xqlc0q44iPIxfgiPV81BMJc3YyOcv2UbT4LXocuesQz6XxxxddJOpEUNzQ5XjxWO5ALyoUr34yfcvQ89JbKCuxjoozX94R%2B9hkcwf4SX%2F6idA%3D"}]}
    CF-RAY: 9b8f4d563b687543-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8f0a:8443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 522 <none>
    Date: Mon, 05 Jan 2026 01:46:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8f4d5a7f9187e1-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.143.10:80 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ePR1dLBeNqi1wbFVBAIabG9yDwSReOGDCZ2HzxqkvHstCj9MjSg42EWUVDAwY89uAfdY2gt5SY2VWtXx%2Fgrhe7SIPkVRjWXEEe3vnISB"}]}
    CF-RAY: 9b8f4d56dcb01325-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.87.119:8443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 522 <none>
    Date: Mon, 05 Jan 2026 01:46:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8f4d5a084a52c0-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.143.10:8443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 522 <none>
    Date: Mon, 05 Jan 2026 01:46:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8f4d59fdc2f650-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.143.10:443 · happybiggame.com

    2026-01-05 01:46

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 01:46:28 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=e0cU8Tz8zqW0rwsitUl0%2FOazpo2H%2FiVZKjYJpM1qcQeRzOnAA50uesTq9UcMwvUDMyP31Qlf%2F5NGy6AMzL64jSzUFJ3fwMFkP%2Fpsnu3QizA%3D"}]}
    CF-RAY: 9b8f4d564cc34d5e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.143.10:80 · happybiggame.com

    2026-01-02 19:07

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 19:07:16 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iyKGgMEmlc8SnsskxjIBRoS7qjQ2lml1qKLTXnBaJKgYuWkKiYWOfZtipPjBO1lbZhYIFBg9IgpBPicTsduRIMnAd3y4l71t4K9QHbzxrfM%3D"}]}
    CF-RAY: 9b7c89d47f07d212-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.143.10:443 · happybiggame.com

    2026-01-01 22:49

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 22:49:45 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KiVk%2FjSDdVJCxFNPTfBw79CsPiNaMwcEsCiJbDA7JtON89nHQ8%2BtXrIY1bzeWoNYOnari%2B%2BvjAnv3DUfUB98IBFsZ%2Fzj6gWsBgmEvnVjN3Y%3D"}]}
    CF-RAY: 9b7592592cb940d1-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.143.10:80 · happybiggame.com

    2025-12-23 05:19

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 05:19:32 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fm7iD1pxFtrMB8%2BP%2F%2FtiY2fuSiMRTUAlOJiIdayjCtEyg8jo0HZ%2Fq36rXcGhNtKuYN2mjyZy6aYQrjdO%2FqWDsjZCxJPD0vk1CmuaYqNcYrU%3D"}]}
    CF-RAY: 9b2567902e0f1ad4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.67.143.10:443 · happybiggame.com

    2025-12-22 14:26

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:26:45 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Powered-By: PHP/7.4.33
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yNSvS4TQEXNLZbLOqnyA3WpBBHRLSfoQmKbal4dDL72G6KZKzQruzb6WByuS0I9v49jiRO3iKPuHGTWqWSN%2B3mDqoqKuMt851hzCmJ37090%3D"}]}
    CF-RAY: 9b204bc59bf9aac7-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: GameBox-happybiggame.com
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GameBox-happybiggame.com</title>
        
        <link rel="preload" href="js/rem_adaptive.js" as="script">
        <link rel="preload" href="js/vue.min.js" as="script">
        
        <link rel="preload" href="css/index.css" as="style">
        <link rel="preload" href="css/swiper-bundle.min.css" as="style">
        
        <link rel="stylesheet" href="css/index.css">
        <link rel="stylesheet" href="css/swiper-bundle.min.css">
        <!-- Google tag (gtag.js) -->
    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPVXW550W"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-SDPVXW550W');
    </script> -->
        <!-- <meta name="google-adsense-platform-domain" content="douyougame.com">
    <meta name="google-adsense-platform-account" content="ca-host-pub-5396158963872751">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5571780604418945&host=ca-host-pub-5396158963872751"
         crossorigin="anonymous"></script>
    <script>
          window.adsbygoogle = window.adsbygoogle || [];
          var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
    </script> -->    <script src="/js/jquery-3.5.1.min.js"></script> 
        <script src="js/rem_adaptive.js"></script>
        <script src="js/vue.min.js"></script>
    </head>
    <style>
        [v-cloak] {
            display: none;
        }
        * {
        color: #FFF !important;
    }
        .game_box button{
            color: #000 !important;
        }
        
    </style>
    
    <body style="background-color: #0073dd;">
        <div id="App" v-clock="">
    
            <div class="main">
                <div class="index_title">
                    <img src='/images/title.png'/>
                </div>
                <div class="may_like">
                    <h2>U May Like</h2>
                    <div class="game_item2">
                        <div class="card" v-for="item in likeGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <div class="game_box">
                                <img :src="item.url">
                                <span>{{item.name}}</span>
                                <button>
                                    Play
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="posterBox">
                    <div class="poster">
                        <!-- Banner 300x250 -->
    <!-- <ins class="adsbygoogle"
         style="display:inline-block;width:300px;height:250px"
         data-ad-client="ca-pub-9432300821467922"
         data-ad-slot="8843793536"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script> -->                </div>
                </div>
                <div class="recently_game" v-if="playedGameList.length">
                    <h2>Recently Played Game</h2>
                    <div class="game_item">
                        <div v-for="(item,index) in playedGameList" @click="handleDetail(item.gameId)" :key="index">
                            <img :src="item.gameLogo">
                            <span>{{item.gameName}}</span>
                        </div>
                    </div>
                </div>
                <div class="hot_game">
                    <h2>Hot Game</h2>
                    <div class="game_item3">
                        <div v-for="item in hotGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
                            <img :src="item.url">
                            <span>{{item.name}}</span>
                        </div>
                    </div>
                </div>
                <div class="suggest">
                    <h2>Suggest For U</h2>
                    <div class="game_item4">
                        <div v-for="item in suggestGameList" @click="handleDetail(item.gameId)" :key="item.gameId">
            
    Found 2025-12-22 by HttpPlugin
    Create report
happybiggame.com*.happybiggame.com
CN:
happybiggame.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 00:45
Not after:
2026-04-05 01:43
happybiggame.com*.happybiggame.com
CN:
happybiggame.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-06 23:04
Not after:
2026-02-05 00:03