{"id":6901,"date":"2025-12-15T23:05:52","date_gmt":"2025-12-15T22:05:52","guid":{"rendered":"https:\/\/hostbee.nl\/?page_id=6901"},"modified":"2025-12-15T23:14:41","modified_gmt":"2025-12-15T22:14:41","slug":"webhosting-game","status":"publish","type":"page","link":"https:\/\/hostbee.nl\/en\/webhosting-game\/","title":{"rendered":"Webhosting Game"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"6901\" class=\"elementor elementor-6901\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27b62fa e-con-full e-flex e-con e-parent\" data-id=\"27b62fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8c4445 elementor-widget elementor-widget-html\" data-id=\"f8c4445\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"hb-easy-bugs\">\n<style>\n#hb-easy-bugs{font-family:system-ui;background:#0b1220;color:#fff;border-radius:20px;padding:24px}\n#hb-easy-bugs h1{margin:0 0 6px}\n#hb-easy-bugs p{opacity:.85;margin:0 0 14px}\n#hb-easy-bugs .top{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px}\n#hb-easy-bugs .pill{background:#1e293b;padding:6px 10px;border-radius:999px;font-size:12px}\n#hb-easy-bugs .btn{background:#3b82f6;border:0;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer}\n#hb-easy-bugs .area{position:relative;height:320px;background:#0f172a;border-radius:16px;overflow:hidden}\n#hb-easy-bugs .bug{position:absolute;font-size:44px;cursor:pointer;user-select:none}\n#hb-easy-bugs .modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999}\n#hb-easy-bugs .modal.open{display:flex}\n#hb-easy-bugs input,#hb-easy-bugs select{width:100%;padding:10px;border-radius:12px;border:1px solid #334155;background:#020617;color:#fff}\n#hb-easy-bugs label{font-size:12px;margin:8px 0 4px;display:block}\n#hb-easy-bugs .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}\n#hb-easy-bugs .ok{color:#86efac}\n#hb-easy-bugs .err{color:#fca5a5}\n<\/style>\n\n<h1>Onze servers hebben bugs \ud83e\udeb2<\/h1>\n<p>Help ons opruimen. Klik <b>8 bugs<\/b> in <b>20 seconden<\/b> en win gratis webhosting en een domeinnaam.<\/p>\n\n<div class=\"top\">\n  <span class=\"pill\">Opgeruimd: <b id=\"hb-score\">0<\/b>\/8<\/span>\n  <span class=\"pill\">Tijd: <b id=\"hb-time\">20.0<\/b>s<\/span>\n  <button class=\"btn\" id=\"hb-start\">Starten<\/button>\n<\/div>\n\n<div class=\"area\" id=\"hb-area\"><\/div>\n\n<div class=\"modal\" id=\"hb-modal\">\n  <div style=\"background:#020617;padding:20px;border-radius:16px;width:520px\">\n    <h1>Server gered \ud83c\udf89<\/h1>\n    <p>Nice. Jij mag de server vaker aanraken.<\/p>\n\n    <form id=\"hb-form\" action=\"\">\n      <div class=\"grid\">\n        <div>\n          <label>Naam<\/label>\n          <input name=\"name\" required>\n        <\/div>\n        <div>\n          <label>E-mail<\/label>\n          <input name=\"email\" type=\"email\" required>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid\">\n        <div>\n          <label>Domeinnaam<\/label>\n          <input name=\"domain\" placeholder=\"jouwdomein.nl\" required>\n        <\/div>\n        <div>\n          <label>Pakket<\/label>\n          <select name=\"plan\">\n            <option>Beginner<\/option>\n            <option>Ontdekker<\/option>\n            <option>Enthousiast<\/option>\n            <option>Pro<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <input type=\"hidden\" name=\"nonce\" id=\"hb-nonce\">\n      <button class=\"btn\" style=\"margin-top:12px\">Claim gratis hosting<\/button>\n      <div id=\"hb-msg\"><\/div>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n  <\/div>\n<\/div>\n\n<script>\nconst area=document.getElementById(\"hb-area\");\nconst scoreEl=document.getElementById(\"hb-score\");\nconst timeEl=document.getElementById(\"hb-time\");\nconst modal=document.getElementById(\"hb-modal\");\nconst nonceEl=document.getElementById(\"hb-nonce\");\nconst msg=document.getElementById(\"hb-msg\");\nlet score=0,startTime,active=false;\n\nfunction spawnBug(){\n  if(!active) return;\n  const b=document.createElement(\"div\");\n  b.className=\"bug\";\n  b.textContent=\"\ud83e\udeb2\";\n  b.style.left=Math.random()*(area.clientWidth-60)+\"px\";\n  b.style.top=Math.random()*(area.clientHeight-60)+\"px\";\n  b.onclick=()=>{\n    score++;\n    scoreEl.textContent=score;\n    b.remove();\n    if(score>=8) win();\n  };\n  area.appendChild(b);\n  setTimeout(()=>b.remove(),2000);\n}\n\nfunction loop(){\n  const left=Math.max(0,20000-(performance.now()-startTime));\n  timeEl.textContent=(left\/1000).toFixed(1);\n  if(left<=0){ active=false; return; }\n  spawnBug();\n  setTimeout(loop,700);\n}\n\nasync function win(){\n  active=false;\n  const r=await fetch(\"https:\/\/www.hostbee.nl\/files\/claim.php?action=nonce\");\n  const j=await r.json();\n  nonceEl.value=j.nonce;\n  modal.classList.add(\"open\");\n}\n\ndocument.getElementById(\"hb-start\").onclick=()=>{\n  score=0;\n  scoreEl.textContent=0;\n  area.innerHTML=\"\";\n  startTime=performance.now();\n  active=true;\n  loop();\n};\n\ndocument.getElementById(\"hb-form\").onsubmit=async e=>{\n  e.preventDefault();\n  msg.textContent=\"\";\n  const fd=new FormData(e.target);\n  const r=await fetch(\"https:\/\/www.hostbee.nl\/files\/claim.php?action=claim\",{method:\"POST\",body:fd});\n  const j=await r.json();\n  msg.className=j.ok?\"ok\":\"err\";\n  msg.textContent=j.ok?\"Gelukt! Check je mail \ud83c\udf89\":j.error;\n};\n<\/script>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Onze servers hebben bugs \ud83e\udeb2 Help ons opruimen. Klik 8 bugs in 20 seconden en win gratis webhosting en een domeinnaam. Opgeruimd: 0\/8 Tijd: 20.0s Starten Server gered \ud83c\udf89 Nice. Jij mag de server vaker aanraken. Naam E-mail Domeinnaam Pakket BeginnerOntdekkerEnthousiastPro Claim gratis hosting<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6901","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v28.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Gratis hosting en domeinnaam winnen | Hostbee<\/title>\n<meta name=\"description\" content=\"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostbee.nl\/en\/webhosting-game\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Webhosting Game\" \/>\n<meta property=\"og:description\" content=\"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostbee.nl\/en\/webhosting-game\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostbee\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hostbeenl\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-15T22:14:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostbee.nl\\\/webhosting-game\\\/\",\"url\":\"https:\\\/\\\/hostbee.nl\\\/webhosting-game\\\/\",\"name\":\"Gratis hosting en domeinnaam winnen | Hostbee\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#website\"},\"datePublished\":\"2025-12-15T22:05:52+00:00\",\"dateModified\":\"2025-12-15T22:14:41+00:00\",\"description\":\"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostbee.nl\\\/webhosting-game\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostbee.nl\\\/webhosting-game\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostbee.nl\\\/webhosting-game\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostbee.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Webhosting Game\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#website\",\"url\":\"https:\\\/\\\/hostbee.nl\\\/\",\"name\":\"Hostbee\",\"description\":\"Vlieg razendsnel over het internet\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostbee.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#organization\",\"name\":\"Hostbee\",\"url\":\"https:\\\/\\\/hostbee.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostbee.nl\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/favicon-192.png\",\"contentUrl\":\"https:\\\/\\\/hostbee.nl\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/favicon-192.png\",\"width\":192,\"height\":192,\"caption\":\"Hostbee\"},\"image\":{\"@id\":\"https:\\\/\\\/hostbee.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hostbeenl\"],\"description\":\"Hostbee is de plek waar je domeinnamen registreert en zaken rondom webhosting regelt. Ook voor stream hosting het adres.\",\"email\":\"support@hostbee.nl\",\"telephone\":\"0853019999\",\"legalName\":\"Hostbee\",\"foundingDate\":\"2014-12-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gratis hosting en domeinnaam winnen | Hostbee","description":"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hostbee.nl\/en\/webhosting-game\/","og_locale":"en_US","og_type":"article","og_title":"Webhosting Game","og_description":"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!","og_url":"https:\/\/hostbee.nl\/en\/webhosting-game\/","og_site_name":"Hostbee","article_publisher":"https:\/\/www.facebook.com\/hostbeenl","article_modified_time":"2025-12-15T22:14:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hostbee.nl\/webhosting-game\/","url":"https:\/\/hostbee.nl\/webhosting-game\/","name":"Gratis hosting en domeinnaam winnen | Hostbee","isPartOf":{"@id":"https:\/\/hostbee.nl\/#website"},"datePublished":"2025-12-15T22:05:52+00:00","dateModified":"2025-12-15T22:14:41+00:00","description":"Speel onze online game, en win direct een jaar lang gratis webhosting inclusief een .nl domeinnaam. Doe mee en win!","breadcrumb":{"@id":"https:\/\/hostbee.nl\/webhosting-game\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostbee.nl\/webhosting-game\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hostbee.nl\/webhosting-game\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostbee.nl\/"},{"@type":"ListItem","position":2,"name":"Webhosting Game"}]},{"@type":"WebSite","@id":"https:\/\/hostbee.nl\/#website","url":"https:\/\/hostbee.nl\/","name":"Hostbee","description":"Vlieg razendsnel over het internet","publisher":{"@id":"https:\/\/hostbee.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostbee.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostbee.nl\/#organization","name":"Hostbee","url":"https:\/\/hostbee.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostbee.nl\/#\/schema\/logo\/image\/","url":"https:\/\/hostbee.nl\/wp-content\/uploads\/2022\/03\/favicon-192.png","contentUrl":"https:\/\/hostbee.nl\/wp-content\/uploads\/2022\/03\/favicon-192.png","width":192,"height":192,"caption":"Hostbee"},"image":{"@id":"https:\/\/hostbee.nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hostbeenl"],"description":"Hostbee is de plek waar je domeinnamen registreert en zaken rondom webhosting regelt. Ook voor stream hosting het adres.","email":"support@hostbee.nl","telephone":"0853019999","legalName":"Hostbee","foundingDate":"2014-12-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]}},"_links":{"self":[{"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/pages\/6901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/comments?post=6901"}],"version-history":[{"count":0,"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/pages\/6901\/revisions"}],"wp:attachment":[{"href":"https:\/\/hostbee.nl\/en\/wp-json\/wp\/v2\/media?parent=6901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}