• DELETE FROM KEYWORDS WHERE ID_DOMAINE=27834157
  • DoneDoneDone

    URL:diep.io

    Cache-Control: max-age=3600
    Connection: keep-alive
    Date: Fri, 17 Jan 2025 19:30:05 GMT
    Transfer-Encoding: chunked
    Content-Type: text/html
    Expires: Fri, 17 Jan 2025 20:01:28 GMT
    Age: 1717
    Location: https://diep.io/
    Server: cloudflare
    Vary: Accept-Encoding
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6nF2N3PiXlqOKnBjSsrbg3mq32m%2BFTB%2F0dVN8%2F%2FnwbR%2FJWSJfaSdWypxrXO50TKg75k1ZJv0WWURHv7VhhltEaEk3ZZd2ZInyRk3eqmkuRtOI%2FPMrnFexaIiC5FZgLGiyVzbyhD1"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-Cache-Status: HIT
    CF-RAY: 9038c200ca3ed3c8-CDG
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=14886&min_rtt=14886&rtt_var=7443&sent=2&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=141&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    
    Location => https://diep.io/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://diep.io/

    <!DOCTYPE html>
    <html>
      <head>
        
          <link
            rel="icon"
            type="image/png"
            href="/253ff74d022004be5c1c.png"
            sizes="16x16>"
          />
        
          <link
            rel="icon"
            type="image/png"
            href="/898d2001b20a8386a610.png"
            sizes="32x32>"
          />
        
          <link
            rel="icon"
            type="image/png"
            href="/be87e5a9f24931a70069.png"
            sizes="96x96>"
          />
        
    
        <link rel="mask-icon" href="/551910ff2d3264819636.svg" color="#5bbad5"/>
        <title>diep.io</title>
        <meta name="description" content="Survive and shoot at others while trying to keep your own tank alive!"
        />
        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover, minimal-ui" />
        <link href="https://fonts.googleapis.com/css?family=Ubuntu:700" rel="stylesheet" type="text/css" />
        <!-- <script>
          window.isCorrupted = (fn, n) => {
              try { 
                  fn in 1;
              } catch (e) {
                  const msg = e.message;
                  const len = msg.length;
                  const expected = "function " + n + "() { [native code] }";
                  let out = "";
                  for (let i = 40; i < len; ++i) {
                      if (msg[i] === "'") break;
              
                      out += msg[i];
                  }
              
                  return out !== expected;
              }
          }
    
        </script> -->
        <style>
          /* game.less */
          body {
            background-color: black;
            font-family: "Ubuntu", sans-serif;
            color: white;
          }
    
          :root {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          }
    
          /* See scaling.ts */
          :root {
            --scale-size: 1;
            --inset-width: 100vw;
            --inset-height: 100vh;
          }
    
    
          html,
          body,
          #canvas {
            position: absolute;
            width: 100vw;
            height: 100%;
            /* background-color: green; */
            /* background: linear-gradient(0deg, white 0%, green 12.5%, red 25%, blue 100%); */
            /* max-height: -webkit-fill-available; */
            border: 0;
            margin: 0;
            padding: 0;
            overflow: hidden;
            overscroll-behavior-y: none;
            -webkit-user-select: none;
            user-select: none;
            cursor: default;
          }
    
          #loading {
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48pt;
            font-family: sans-serif;
            font-weight: bold;
            cursor: default;
          }
    
          #canvas {
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: default;
          }
    
          #textInputContainer {
            display: none;
            position: absolute;
          }
    
          #textInput {
            background-color: transparent;
            font-family: "Ubuntu";
            padding: 0;
            border: 0;
            outline: none;
          }
        </style>
        <style>
          /* index.less */
          @keyframes screen-animator {
            0% {
              opacity: 0;
            }
            99% {
              
            }
            100% {
              opacity: 1;
            }
          }
    
          #screen-holder > .screen:not(.active) {
            display: none !important;
            pointer-events: none;
            position: absolute;
          }
    
          #screen-holder > .screen.active {
            animation-name: screen-animator;
            animation-duration: 0.22s;
            pointer-events: all;
          }
    
          #screen-holder {
            z-index: 2;
          }
    
          #screen-holder, #modal-holder {
            position: absolute;
            width: 100%;
            height: 100%;
    
            position: fixed;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            transform: scale(var(--scale-size));
          }
    
          #modal-holder {
            z-index: 2000;
          }
          #modal-holder > .modal {
            position: absolute;
          }
          #modal-holder > .modal:not(.active) {
            display: none !important;
            pointer-events: none;
          }
    
          #modal-holder:not(.active) {
            display: none;
            opacity: 0;
            pointer-events: none;
          }
          #modal-holder.inuse {
            animation-name: screen-animator;
            animation-duration: 0.22s;
            pointer-events: all;
            display: block;
            opacity: 1;
          }
        </style>
        <style>
          /* loading.less */
          #loading-screen {
            display: flex;
            flex-flow: column wrap;
            justify-content: space-around;
    
            width: 100%;
            height: 100%;
            
            & > div {
              margin: 0;
              flex: 0 0 auto;
    
              text-align: center;
            }
          }
        </style>
    		<!-- AdinPlay Ads -->
    		<script>
    			var aiptag = aiptag || {};
    			aiptag.cmd = aiptag.cmd || [];
    			aiptag.cmd.display = aiptag.cmd.display || [];
    			aiptag.cmd.player = aiptag.cmd.player || [];
    
    			//CMP tool settings
    			aiptag.cmp = {
    				show: true,
    				position: 'centered', //centered or bottom
    				button: false,
    				buttonText: 'Privacy settings',
    				buttonPosition: 'bottom-left', //bottom-left, bottom-right, top-left, top-right
    			};
    		</script>
        	<script>
          		const c = console.log
          		console.log = (...a) => {
            		if (a[0] && a[0].includes && a[0].includes("aiplib")) return;
            		return c.apply(console, a);
    			}
    		</script>
    		<script
    			async
    			src="//api.adinplay.com/libs/aiptag/pub/LBS/diep.io/tag.min.js"
    		></script>
    
        <!-- Playwire DIEP-463 -->
        <!-- <script data-cfasync="false">
          window.ramp = window.ramp || {};
          window.ramp.que = window.ramp.que || [];
          window.ramp.passiveMode = true;
        </script>
        <script data-cfasync="false" async src="//cdn.intergient.com/1025328/75091/ramp_config.js"></script>
        <script data-cfasync="false">
          window._pwGA4PageviewId = ''.concat(Date.now());
          window.dataLayer = window.dataLayer || [];
          window.gtag = window.gtag || function () {
            dataLayer.push(arguments);
          };
          gtag('js', new Date());
          gtag('config', 'G-HBEC85RZ1N', { 'send_page_view': false });
          gtag(
            'event',
            'ramp_js',
            {
                'send_to': 'G-HBEC85RZ1N',
                'pageview_id': window._pwGA4PageviewId
            }
          );
        </script> -->
          <!-- End Playwire DIEP-463 -->
    
    
    		<script
    			src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"
    			async
    			defer
    		></script>
    		<script src="https://sdk.crazygames.com/crazygames-sdk-v2.js"></script>
        <script>
          setTimeout(() => {
            const loading = document.querySelector("#loading-screen");
            if (loading.classList.contains("active") === false) return;
            const worstCase = loading.querySelector("#worstcase-display");
            worstCase.style.display = 'block';
            worstCase.textContent = "This is taking longer than expected. Please try clearing your browser cache";
          }, 2000);
        </script>
      <script defer src="/index.c203d5e9.js?89b78608e6a1b2a6363d"></script></head>
      

    diep.io

    Recherche META Description de la page

    Survive and shoot at others while trying to keep your own tank alive!

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='cloudflare',redirection='https://diep.io/',Status='200',err='',[TITRE]=N'diep.io',[DESCRIPTION]=N'Survive and shoot at others while trying to keep your own tank alive!',[KEYWORDS]=N'' WHERE id=27834157
  • 0

    diep.io Survive and shoot at others while trying to keep your own tank alive

  • 0. diep.io (7)
  • --------->0
  • 1. Survive (7)
  • --------->0
  • 2. and (3)
  • --------->0
  • 3. shoot (5)
  • --------->0
  • 4. at (2)
  • --------->0
  • 5. others (6)
  • --------->0
  • 6. while (5)
  • --------->0
  • 7. trying (6)
  • --------->0
  • 8. to (2)
  • --------->0
  • 9. keep (4)
  • --------->0
  • 10. your (4)
  • --------->0
  • 11. own (3)
  • --------->0
  • 12. tank (4)
  • --------->0
  • 13. alive (5)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'diep.io',27834157),(N'Survive',27834157),(N'and',27834157),(N'shoot',27834157),(N'at',27834157),(N'others',27834157),(N'while',27834157),(N'trying',27834157),(N'to',27834157),(N'keep',27834157),(N'your',27834157),(N'own',27834157),(N'tank',27834157),(N'alive',27834157)