Domain goperjala.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:310c::ac42:2f7a:443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Db3GnKvyWGascMcsnLmnpkSuBKkjZuIhDTmCnbv6gx%2Bqul83YuNzrUYedgmFLZdfWmBVbQqvqWxxDWUDrEAmm155r%2FbEYTOLEu9uANTPSf77BWWYgYgK4fZ4zFmR3fk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544fef71741b-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3cfS9%2B2ASpYwOwiflMhtG1SgvEw8sIElF2yVB2Ogp8aiOsUWXJwuLr6I7zQ20CjxtvwQ350AwiwnCo73UH0PvG117b3VaevES4iHG0zajHEZ0vg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544c1b15a073-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:80 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Uy15iRpQXAhab4pFJLO8xCbgGFPkIHyOG%2BZXSNqMgPsLjvrbaeOtjWnkL3u0i%2BAskCtNRqDRGvB94drySZq4DyqE1%2FUsq7S1ds7D%2F5GniaL5INg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544aed7037d4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:80 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XOPYMuBQ4xfdOc475jiWLfENE8GM23kGqnuWKlajz3nnwDmP6T89qXbnnVCPcpDvcRSQotFUIEPe9gMPZYCjHG4cs8CJ6no7iNm2aiKiR7wlBowx14KBQ%2Fa7pdk9ask%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544aba791d41-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bIn5rzpW8599ZjeZC3fCWU94AJChn3jB%2BstsvAlPIyDDkDUnBDQgGPSaIGDqNpoA%2BQdyYpdzFJudfYCDJ8yTt73TlzksqhoTQORgaWRdStv2KuhKZ9x1OEP%2FLhvudr4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544da9181600-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:8443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=aFfxyb7RxX6JLRWPhPI3JtyTft1YgOBbctlcLgBTmDe3CYAxdKfIE%2F35df2DNpKyrZZOoL9GwlcqDorNhLI1xkp09r8TOG9s6rYup1kla9FMBc2V84rwVdAwI0KdQtg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544d98b2f834-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:8443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xZ90kM4MZ5CrMJnitCmC4jYG9CEMaon9TtU0%2Fl7pa1BJ%2FPwp65%2F01%2FOFqOa2vxXtSDBgQDQLEkBJrsap6ujVYHwHnL6voxnqbc5erFEElwvG0eM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc5450ddf74422-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Eh28MstUxzc7KTJWnyMDvedhAEZVW%2B2GtQFaVhPNBGJK0MI1xVzC3qAQyGzfTtlM%2FuUu4psbFrG%2FoaQ2BfDcenDVqhrMEhZWs5cf8fWx0NU4GFc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544da98c0f81-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:8443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1q%2FL45RzmkRoaOrX5pFSwSjlbrfm0MEV0Ub9FF6B%2BQoWKyb3RIZHaCkjeBcK4Jur5z1dlZjJBbv67SLeS1Mor7cBSyJ5MJXSA%2F1QIRuMfDyIjWb6SyEw%2BKvTmkVC0Zw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544d48596a56-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:80 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1fr1Yt8%2FJpjIMW0e0K6uYSAFRrYe8nyqYLjwR99K91DmD4uF%2F8oyKBv0cMwdyNHKtkmCWk5KSlRgp2Huf%2FJcC1AenDBem3CqHGyMVCNlAPOJel4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc54499ac57756-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:80 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yhwDtpV9iSkSA%2BT335gjjGSfayDTsW4aoacTgVR8mzzt3ObIJyaAuiTg1cOMmsXvSNC1POSw1Qu1aOq%2FhJjzB0wvv4Npehwhd2U7uF9GvhYwa6UB90Hr9SGh7eOuSq4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc5449998db466-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:443 · goperjala.pages.dev

    2026-01-12 11:31

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 11:31:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6HteJRMvqGMypnQ6pp6TYYKd5b9mWeUBduKKZP%2BhanlL3gXYdkoWxkXq1sY51tu7LicspUCDennMxjNj0dhYMIebqua4rqbK0jsCZyAnlfBZZMQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcc544b1beb35de-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 12 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=S7sVVUKEpo8kqmXm2vRw%2BXS%2F1F1TUD%2BeJGiVt5IBEhv7sHbyKD5Kifcsa%2B0b8wFvQ%2BBLWfD95gnW%2BS4f6tO8Pj%2FgtUx5o%2FxtCSqOft1wSrlizHc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a431f528b3c-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.122:8443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FqWGC9bcaF91qnYT6UsOj5ZFpVnOESs872ayhH0wLrzdjqMWV4g1xkcfjjis2gyA%2B%2F5g7HI7NmVnmdrw0a8nTQkaXuuw5hNfL%2F9BumKKbiZ7rng%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a427f5e428f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:80 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZYMdeFpuwz2p2k9BgfutqD%2BZLyrNMm61Yi1BL9%2FHF7lm%2BATCgTXW442C5EvQX6ri5MEK7ib62FgoypRov6icfxDC9PfCrqy8oSstxceWiSCsuBB83i6JRSUs9YI%2F1rY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a42181125c5-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.134:443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tEhMHfsXj%2FqS%2BIP5n%2B1co7hJDZ0WuCshB%2FvOeCPbxMASqP0KCfuOJZBQPfsmBTARDW4A%2FWh86q1gAt1K3uGvU3e5Ckz68ZslZdeguKp5C4qJeIw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a420d4c1f47-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.122:80 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P4wGM4Kl7y5I3vfJe1UHoFD57e4ehkPAvXlA5ZmsjcnhVjMueIheWb7%2FRCml5poYH4R0PvbqH%2BgW2Aj8A%2FaRda75oYWsLaU2jCvY40Af%2FlQK"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a41be477dd3-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tdd7Dqla3IdoLN9ma4cq5JSRivF%2BJlS%2B1BuuMoEQjAswk4dk1WF1IUnPfpFu7ZjpCwRluico0iZF4i5mMyAb29XWoOfEljvpdQ7eOhvuhbmZAr2vltxcq0OuBXI1QVw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a41bf9ac459-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.134:80 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=V9hfRgX97NGbyXTMEOEc5xzH%2FBADx3yuDdoOhn5uHkdK%2BgPwL6ivL5jkKq9PoL3sbRXupGof2vZCVrwLh4M5lScVxhCnkQqwUYp02wH%2Be%2FlPn3E%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a416c98bec3-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KW0%2BRgiv3TgZMg208EujnLpBMsv0Ic6SZxdEBTpOAedcLv3tR9yhOfMVbifnEgqA8he%2ByTR9xkkPvS0E3TyrCm%2FP%2FfBYwgTHZCfTnl18RPt3PMo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a415ab441ad-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:8443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kf9N9%2FjSDmYPDHfGB2dNGsoCIk5IEQILiAGC1rzcNEIudWqPvEjznJEUVv4xja%2BIo04XTQcyq6ObzReo46Kby02HD%2B6QPF06cNtXmMa164G%2BQEL2yKsvz57gfsrZpPg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a4159f9373c-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:8443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xhYQWMydtK234qdR8wjMXklrlx7P3%2BMydE%2FHCgbIGDRE0Q8%2BuISNzvul7lnzq%2B0l84Q2zEQTyiwHkVFbpEn8cgO7Jhs3%2FOn1YqTPU0OEIDM5jdJL%2FWrWvD77%2BXjvSQE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a414cf778c0-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:443 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4087
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "d0d762b20fc23fc2aae11fce591c745d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kZFDMmgaIdhWukyER3fOLbW9%2FDGOydgJTqH2H4XB4GuIY%2B%2B9mfxpqpR9yEg5GeOo6CcBw%2BNa621vUa5DjucNfg%2BlPcO0lY6zXXOY8GPkoVYflIZCxz470xuY98xe5A4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a414dbba03d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Stream Free Movies & TV Shows
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Stream Free Movies & TV Shows</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f2f2f2;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        .poster-card {
          background-color: white;
          padding: 20px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 400px;
          position: relative;
        }
        .poster-image {
          width: 250px;
          height: 375px;
          border: 5px solid red;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
        }
        .poster-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .details {
          text-align: center;
        }
        .details h2 {
          font-size: 20px;
          margin: 0;
        }
        .details p {
          font-size: 16px;
          margin: 5px 0;
        }
        .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: red;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          font-size: 24px;
          color: white;
          transition: background-color 0.3s;
        }
        .play-button:hover {
          background-color: darkred;
        }
        .watch-button {
          background-color: red;
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          font-size: 16px;
          cursor: pointer;
          margin-top: 10px;
          transition: background-color 0.3s;
        }
        .watch-button:hover {
          background-color: darkred;
        }
      </style>
      
    
    
    </head>
    <body>
      <div class="poster-card">
        <div class="poster-image">
          <img src="" alt="Film Poster" id="poster-image">
          <button class="play-button" id="play-button">&#9658;</button>
        </div>
        <div class="details">
          <h2 id="movie-title">Movie Title</h2>
          <p id="release-date">Release Date: </p>
    	  
    <script type="text/javascript">
    	atOptions = {
    		'key' : '621ff8b3fbd3f4df14506f30719bc10e',
    		'format' : 'iframe',
    		'height' : 50,
    		'width' : 320,
    		'params' : {}
    	};
    </script>
    <script type="text/javascript" src="//deeperregardingcontend.com/621ff8b3fbd3f4df14506f30719bc10e/invoke.js"></script>
    
    	  
          <button class="watch-button" id="watch-button">CLICK TO WATCH</button>
        </div>
      </div>
      <script>
        const API_KEY = "3ed72f657ce5c5779383b2191d6d0111";
        const movieId = new URLSearchParams(window.location.search).get
    
    ("watch_id");
        const posterImage = document.getElementById("poster-image");
        const movieTitle = document.getElementById("movie-title");
        const releaseDate = document.getElementById("release-date");
        const watchButton = document.getElementById("watch-button");
        const playButton = document.getElementById("play-button");
    
        // Fetch movie details from TMDB API
        fetch(`https://api.themoviedb.org/3/movie/${movieId}?api_key=${API_KEY}`)
          .then(response => response.json())
          .then(data => {
            const imageUrl = `https://image.tmdb.org/t/p/w500/${data.poster_path}`;
            const title = data.original_title;
            const release = data.release_date;
    
            posterImage.src = imageUrl;
            movieTitle.innerText = title;
            releaseDate.innerText = `Release Date: ${release}`;
    
            // Set the watch button link
            watchButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
    
            // Set the play button click event
            playButton.addEventListener("click", () => {
              window.location.href = `https://desayamovie.my.id/movie/${movieId}`;
            });
          })
          .catch(error => console.error(error));
      </script>
    </body>
    </html>
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:80 · goperjala.pages.dev

    2026-01-04 10:48

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 10:48:42 GMT
    Content-Length: 0
    Connection: close
    Location: https://goperjala.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=b2HeigyNLASPGAGXeH2wwc5EeJY79Kbb%2FVJ9juL5%2BzyJs1fSaBwEFmjQGfr1euHloA%2Fyi%2BY9ilQijg3U8RpiautdvWH3QVyAJGCN%2F60H9Jv%2Buj5gxEPzAVwDh6bkh6g%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8a2a40dbd15c43-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
goperjala.pages.dev*.goperjala.pages.dev
CN:
goperjala.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-04 09:48
Not after:
2026-04-04 10:47