Domain philslotse.com
United States
AMAZON-02
Software information

CloudFront

tcp/80

openresty openresty

tcp/443

  • Open service 2600:9000:2130:8000:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:48 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2ce2e2dbbabc50ee771ee7128c823f30.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: oAymnYWPd6pZPg3-Y8ktPvwvBzq079Lq1M3KuFsarvNBI2t4c0jE8A==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:b000:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:50 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 460946b9bf86c48cb663dc3e1d9d233e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: cQnZg-8m_0dZA8AF2MEPBCUufFv3YY8yoHqaH3ggjeNLeh5yZ718VQ==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:8000:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:50 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 8ce68972dbdfd3ceb4220d7686f54602.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: Srnk8jQLLgM8AMlnVbhjNgk-lgvjHFMrx3dRPgn6cXaIuVTutfsMzg==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.14:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:47 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 2ce2e2dbbabc50ee771ee7128c823f30.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: nlAwN5gaoZmuLsEpwZ6GKd_-y8xUubUQOX1gdV_ePuDpxorPKdoswg==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.110:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3ef5c03dd71c86534626e0ed026ad3d2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: mM4-ba5fXhgT0Z_169YrhVDpH4jSg3NWIqRfmvtEd07_Ri_06OUcyQ==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.39:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:48 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7a4cd0690d20b5a37f17c8d3aed7b294.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: HlPzm5hB6ZiU-qXQSXCf9QEAl6WXG2UiAQfvYRfNceMKUP03R_tWUA==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:1800:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:45 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 b58344f15e16009107619694b1df813c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: e85s_mBRk88xsbg7it6pTa5jqUoMF22AlXmjMd3ij2SbKd4iKXfRyQ==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.14:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:48 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d993fa3990c2c3b77bd6ce348bd4d906.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: al1vIg8_lHHqSRS4XHlcQuvoCBTo8z2DPBDk7JkR2bxMD7hNxq9W-Q==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.100:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6b8312e115a12f6d9b6300d563e527ba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: UtoXseRJFLWqdpiQknJky0mW07JVMyYNI95bobl6uSv9_rbyK16WlA==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.39:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:46 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 8ce68972dbdfd3ceb4220d7686f54602.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: Il5adf1_vgCb9uUOzDZ8EceJeG05F4ro0W9KITLJrh_qqsmH2Ht5JA==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:3400:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2ce2e2dbbabc50ee771ee7128c823f30.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: h27ojf3gi2X5gWsMcx4ny6QCFGrWr7Cg24AjJtTWbuAPivCpi0B0OA==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:3400:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:48 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 6b8312e115a12f6d9b6300d563e527ba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: K_92k8Kz-UK_jgskcYMZQROAKnIz8M2zG9a9r4wj8wnzNNREy-_Q6w==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.110:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:48 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 8ea9a6eb93f7fd49bf84cfddbbf8b7b2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: ZQN12HzBBzhMavn5-R_YAHUmh8Il7yl__0SvVDTKA3dm-dbHw4jfDQ==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:5e00:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:44 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 d1b5026ca9431897622ebe0d5f861292.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 6icnC4uoZxVYGypcdL88FSqK14TZ5FxpTrDe-Q3BgMfLB93bPpgaVg==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 54.192.35.100:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:46 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 64fd5940fcefaae3736fad55ef5d289c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: IpUWqD-4w_jkTwg9GktNSXJnWq6jccTO4M5DWXoN7YVIUTNpQVUuKg==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:b000:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:45 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 8ce68972dbdfd3ceb4220d7686f54602.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 4N_DpOxvIpGRIf6oc2cGm_rPOpPfVLRmFV41vTUPVD17eylokU_HbA==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:8200:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c683ff121fe088b26b026e31d2d1adce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: s5-N9qJGLcxYsEXyHX05EWWaPLX5ei97UM9267I24kepAWC7wS9aGg==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:a400:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:46 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 2ce2e2dbbabc50ee771ee7128c823f30.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: zobCCvlCaV7AGARvl0Xwxg9pJFgRtxXWOEz-CqgivYps6W0RlQ4wZA==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:8200:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:46 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 e71b2a73b6598bfbcb4d4e5eff30bb0a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: idAggkU4i94YzmrR6bAo6CJGpcwbIuLubAR-7R8hRwdaPWJDE8PXhQ==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:6a00:5:b23d:df00:93a1:443 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 26 Jan 2026 14:57:43 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 3ef5c03dd71c86534626e0ed026ad3d2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 64TUbtQ2fZzZm9PJ-DZIDOl8Kyrde0U1K_EiZSAAUlHTAykhUIgkXQ==
    
    Page title: Join in PhilSlots!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in PhilSlots!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in PhilSlots!">
            <meta property="description" content="Welcome to PhilSlots, the premier online gaming platform catering to Philippine gamers&#039; preferences and passions! With an array of exciting games and features, PhilSlots offers an unparalleled gaming experience that keeps you entertained for hours.">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in PhilSlots!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/x-icon">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
            <script src="src/js/index.umd.js?t=1232"></script>
            <!--<script src="https:
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:5e00:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fed2362c6a1e27e36b5fe03cba76e58e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: -W8Z3C0rHwQBSJE-G9GpB1-CUfECRX_QO5a6cqYwH6kxRGKMWB9_QQ==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:6a00:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 41df1c5cb3f1bc9870dc8a7f57c4e07c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: vltygdkDoDOLacJPH_oKanX7UH01bkL_OOosrOVi2tDPYuLX6MGUCg==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:a400:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 047c5fa8575511b704166d760b62c2de.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 5DxZdswNcKGGKscrMV3-86ZGQ6JB64ShbWi6rFKQOGhzKCEcbI_NJw==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:1800:5:b23d:df00:93a1:80 · philslotse.com

    2026-01-26 14:57

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 26 Jan 2026 14:57:46 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://philslotse.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b80e8f7c73f4e5fd0596e4c456bfc524.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: SU0EcYRflku37pzfzaPgbM6pM114Ng3--kqY4o0t-Nz8RItTOjMwMQ==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
taraphilslots.com*.philslots1.comphilslots3.comphilslots.ph*.philslotsk.comphilslots2.comphilslotsagent.com*.philslots0.com*.philslotsa.com*.phil-slots.ph*.taraphilslots.ph*.philslotsc.comphilslotsc.comphilslots4.com*.philslots2.com*.philslotsd.comphilslotsb.comphilslots5.com*.philslots4.com*.philslotse.comphilslotsg.comphilslotsa.comphilslots6.com*.taraphilslots.comphilslots.com*.philslots3.com*.philslotsf.comphilslotsh.com*.philslotsg.comphilslots8.comtaraphilslots.ph*.philslots6.com*.philslots.com*.philslot.comphilslotsi.com*.philslotagent.com*.philslotsh.com*.taraphilslots.vip*.philslots5.comphilslots10.comphilslots7.comphil-slots.ph*.philslotsagent.comphilslotsk.comphilslotsf.com*.philslots8.com*.philslots10.com*.philslotsi.comphilslot.com*.philslots.ph*.philslots9.comphilslots0.comphilslotse.comphilslotagent.comphilslots9.com*.philslots7.comphilslots1.comtaraphilslots.vipphilslotsd.com*.philslotsb.com
CN:
taraphilslots.com
Key:
RSA-2048
Issuer:
Not before:
2025-11-30 00:00
Not after:
2026-12-29 23:59