{"id":3520,"date":"2026-08-18T19:55:51","date_gmt":"2026-08-19T01:25:51","guid":{"rendered":"https:\/\/videohub01.website\/?p=3520"},"modified":"2026-08-18T19:55:52","modified_gmt":"2026-08-19T01:25:52","slug":"%e0%b6%9a%e0%b6%b4%e0%b7%94-%e0%b6%b8%e0%b7%84%e0%b6%ad%e0%b7%8a%e0%b6%ad%e0%b6%ba%e0%b6%9c%e0%b7%99-%e0%b7%80%e0%b7%90%e0%b6%a9-%e0%b6%9a%e0%b7%9c%e0%b7%84%e0%b7%9c%e0%b6%b8%e0%b6%af%f0%9f%a5%b5","status":"publish","type":"post","link":"https:\/\/videohub01.website\/?p=3520","title":{"rendered":"\u0d9a\u0db4\u0dd4 \u0db8\u0dc4\u0dad\u0dca\u0dad\u0dba\u0d9c\u0dd9 \u0dc0\u0dd0\u0da9 \u0d9a\u0ddc\u0dc4\u0ddc\u0db8\u0daf\ud83e\udd75\ud83c\udf4c\ud83c\udf51\u00a0"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"592\" height=\"1024\" src=\"https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208-592x1024.jpg\" alt=\"\" class=\"wp-image-3521\" srcset=\"https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208-592x1024.jpg 592w, https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208-173x300.jpg 173w, https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208-768x1329.jpg 768w, https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208-888x1536.jpg 888w, https:\/\/videohub01.website\/wp-content\/uploads\/2026\/08\/37208.jpg 1080w\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>\u0d9a\u0db4\u0dd4 \u0db8\u0dc4\u0dad\u0dca\u0dad\u0dba\u0d9c\u0dd9 \u0dc0\u0dd0\u0da9 \u0d9a\u0ddc\u0dc4\u0ddc\u0db8\u0daf\ud83e\udd75\ud83c\udf4c\ud83c\udf51&nbsp;<\/strong><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>Film Unlock<\/title>\n\n<style>\n*{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\nbody{\n  background:#080807;\n  color:#fff;\n  font-family:Arial, sans-serif;\n  padding:20px 12px 50px;\n}\n\n.container{\n  max-width:700px;\n  margin:auto;\n}\n\n\/* HEADER *\/\n\n.logo{\n  text-align:center;\n  color:#f5a900;\n  font-size:22px;\n  font-weight:bold;\n  margin-top:10px;\n}\n\n.title{\n  text-align:center;\n  font-size:42px;\n  font-weight:800;\n  margin-top:12px;\n}\n\n.subtitle{\n  text-align:center;\n  color:#aaa;\n  font-size:18px;\n  margin-top:12px;\n}\n\n\/* MOVIE CARD *\/\n\n.movie-card{\n  margin-top:35px;\n  padding:28px;\n  border:1px solid #684d19;\n  border-radius:30px;\n  background:linear-gradient(\n    145deg,\n    #191511,\n    #0c0b09\n  );\n  display:flex;\n  gap:25px;\n}\n\n.movie-img{\n  width:200px;\n  height:280px;\n  object-fit:cover;\n  border-radius:20px;\n}\n\n.movie-info{\n  flex:1;\n}\n\n.movie-name{\n  font-family:Georgia,serif;\n  font-size:32px;\n  margin-bottom:20px;\n}\n\n.details{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:12px;\n}\n\n.detail{\n  padding:15px;\n  border:1px solid #513b16;\n  border-radius:16px;\n  background:#211a0e;\n}\n\n.detail small{\n  display:block;\n  color:#aaa;\n  margin-bottom:8px;\n}\n\n.detail strong{\n  color:#f5d56a;\n  font-size:18px;\n}\n\n.genre{\n  margin-top:20px;\n  color:#bbb;\n}\n\n\/* PAGE SELECTOR *\/\n\n.selector{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:30px 0;\n}\n\n.selector span{\n  width:64px;\n  height:64px;\n  border-radius:50%;\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  background:#25211d;\n  border:1px solid #765721;\n  font-size:20px;\n}\n\n.selector .active{\n  background:#ff9d00;\n  color:#111;\n}\n\n\/* BUTTONS *\/\n\n.unlock-btn{\n  width:100%;\n  border:none;\n  padding:25px 20px;\n  margin-top:18px;\n  border-radius:22px;\n  font-size:22px;\n  font-weight:bold;\n  cursor:pointer;\n  transition:.25s;\n}\n\n.btn1{\n  background:linear-gradient(135deg,#ff3838,#e61e1e);\n  color:#fff;\n}\n\n.btn2{\n  background:#21180c;\n  color:#777;\n  border:1px solid #1c160d;\n}\n\n.btn2.enabled{\n  background:linear-gradient(135deg,#f59d00,#ff7a00);\n  color:#fff;\n}\n\n.watch{\n  background:#082619;\n  color:#777;\n  cursor:not-allowed;\n}\n\n.watch.active{\n  background:linear-gradient(135deg,#087d43,#05b85c);\n  color:#fff;\n  cursor:pointer;\n}\n\n\/* COUNTDOWN *\/\n\n.countdown{\n  text-align:center;\n  margin-top:12px;\n  color:#f5b52d;\n  font-size:15px;\n  display:none;\n}\n\n\/* HELP *\/\n\n.help{\n  margin-top:35px;\n  padding:25px;\n  border:1px solid #5b431c;\n  border-radius:25px;\n  background:#110d0b;\n}\n\n.help-title{\n  color:#ffc329;\n  font-size:21px;\n  font-weight:bold;\n  margin-bottom:18px;\n}\n\n.step{\n  background:#1d160e;\n  border:1px solid #382914;\n  border-radius:20px;\n  padding:20px;\n  margin-top:15px;\n}\n\n.step-number{\n  display:inline-flex;\n  width:45px;\n  height:45px;\n  border-radius:50%;\n  background:#494640;\n  align-items:center;\n  justify-content:center;\n  margin-right:12px;\n  font-weight:bold;\n}\n\n.step-title{\n  color:#ffe178;\n  font-weight:bold;\n  font-size:18px;\n}\n\n.step p{\n  color:#bbb;\n  line-height:1.7;\n  margin-top:10px;\n}\n\n\/* FOOTER *\/\n\n.footer{\n  text-align:center;\n  color:#666;\n  margin-top:35px;\n  font-size:14px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:600px){\n\n  body{\n    padding:15px 12px 40px;\n  }\n\n  .title{\n    font-size:34px;\n  }\n\n  .subtitle{\n    font-size:16px;\n  }\n\n  .movie-card{\n    padding:18px;\n    gap:16px;\n  }\n\n  .movie-img{\n    width:125px;\n    height:190px;\n  }\n\n  .movie-name{\n    font-size:24px;\n  }\n\n  .details{\n    grid-template-columns:1fr;\n    gap:8px;\n  }\n\n  .detail{\n    padding:10px;\n  }\n\n  .detail small{\n    margin-bottom:4px;\n  }\n\n  .detail strong{\n    font-size:15px;\n  }\n\n  .genre{\n    font-size:13px;\n  }\n\n  .unlock-btn{\n    font-size:18px;\n    padding:21px 15px;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"container\">\n\n  <div class=\"logo\">\n  \n  <div class=\"title\">\n    \ud83c\udfac Video Unlock\n  <\/div>\n\n  <div class=\"subtitle\">\n    \u0db4\u0dc4\u0dad \u0db4\u0dd2\u0dba\u0dc0\u0dbb \u0d85\u0db1\u0dd4\u0dc0 \u0d94\u0db6\u0dda content \u0d91\u0d9a access \u0d9a\u0dbb\u0db1\u0dca\u0db1\n  <\/div>\n\n\n  <!-- SELECTOR -->\n\n  <div class=\"selector\">\n    <span class=\"active\">1<\/span>\n    <span>2<\/span>\n    <span>\ud83c\udfac<\/span>\n  <\/div>\n\n\n  <!-- BUTTON 1 -->\n\n  <button\n    id=\"button1\"\n    class=\"unlock-btn btn1\"\n    onclick=\"startButton1()\"\n  >\n    1\ufe0f\u20e3 Button 1 \u2014 Click \u0d9a\u0dbb\u0db1\u0dca\u0db1\n  <\/button>\n\n  <div id=\"countdown1\" class=\"countdown\">\n    \u0d9a\u0dbb\u0dd4\u0dab\u0dcf\u0d9a\u0dbb \u0dad\u0dad\u0dca\u0db4\u0dbb <b id=\"timer1\">15<\/b> \u0d9a\u0dca \u0dbb\u0dd0\u0db3\u0dd3 \u0dc3\u0dd2\u0da7\u0dd2\u0db1\u0dca\u0db1&#8230;\n  <\/div>\n\n\n  <!-- BUTTON 2 -->\n\n  <button\n    id=\"button2\"\n    class=\"unlock-btn btn2\"\n    disabled\n    onclick=\"startButton2()\"\n  >\n    2\ufe0f\u20e3 Button 2 \u2014 Click \u0d9a\u0dbb\u0db1\u0dca\u0db1\n  <\/button>\n\n  <div id=\"countdown2\" class=\"countdown\">\n    \u0d9a\u0dbb\u0dd4\u0dab\u0dcf\u0d9a\u0dbb \u0dad\u0dad\u0dca\u0db4\u0dbb <b id=\"timer2\">15<\/b> \u0d9a\u0dca \u0dbb\u0dd0\u0db3\u0dd3 \u0dc3\u0dd2\u0da7\u0dd2\u0db1\u0dca\u0db1&#8230;\n  <\/div>\n\n\n  <!-- FINAL BUTTON -->\n\n  <button\n    id=\"watchButton\"\n    class=\"unlock-btn watch\"\n    disabled\n    onclick=\"openTelegram()\"\n  >\n    \ud83c\udfac \ud83d\udd12 Button 1 \u0dc4\u0dcf 2 \u0d9a\u0dbb\u0db1\u0dca\u0db1\n  <\/button>\n\n\n  <!-- HELP -->\n\n  <div class=\"help\">\n\n    <div class=\"help-title\">\n      \u0d9a\u0ddc\u0dc4\u0ddc\u0db8\u0daf \u0db6\u0dbd\u0db1\u0dca\u0db1\u0dda? (\u0db4\u0dd2\u0dba\u0dc0\u0dbb\u0dd9\u0db1\u0dca \u0db4\u0dd2\u0dba\u0dc0\u0dbb)\n    <\/div>\n\n    <div class=\"step\">\n\n      <span class=\"step-number\">1<\/span>\n\n      <span class=\"step-title\">\n        \u0db4\u0dc5\u0db8\u0dd4\u0dc0\u0db1\u0dd2 button \u0d91\u0d9a\n      <\/span>\n\n      <p>\n        &#8220;Button 1&#8221; click \u0d9a\u0dbb\u0db1\u0dca\u0db1.\n        \u0d94\u0db6\u0da7 \u0dc0\u0dd9\u0db1\u0dad\u0dca page \u0d91\u0d9a\u0d9a\u0da7 \u0dba\u0db1\u0dc0\u0dcf.\n        \u0dad\u0dad\u0dca\u0db4\u0dbb 15\u0d9a\u0dca \u0dbb\u0dd0\u0db3\u0dd3 \u0dc3\u0dd2\u0da7\u0dd2\u0db1\u0dca\u0db1.\n        \u0db4\u0dc3\u0dd4\u0dc0 \u0db1\u0dd0\u0dc0\u0dad \u0db8\u0dd9\u0db8 page \u0d91\u0d9a\u0da7 \u0d91\u0db1\u0dca\u0db1.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"step\">\n\n      <span class=\"step-number\">2<\/span>\n\n      <span class=\"step-title\">\n        \u0daf\u0dd9\u0dc0\u0dd0\u0db1\u0dd2 button \u0d91\u0d9a\n      <\/span>\n\n      <p>\n        &#8220;Button 2&#8221; click \u0d9a\u0dbb\u0db1\u0dca\u0db1.\n        \u0dc0\u0dd9\u0db1\u0dad\u0dca page \u0d91\u0d9a\u0d9a\u0da7 \u0d9c\u0dd2\u0dba \u0db4\u0dc3\u0dd4\n        \u0dad\u0dad\u0dca\u0db4\u0dbb 15\u0d9a\u0dca \u0dbb\u0dd0\u0db3\u0dd3 \u0dc3\u0dd2\u0da7\u0dd2\u0db1\u0dca\u0db1.\n        \u0db4\u0dc3\u0dd4\u0dc0 \u0db1\u0dd0\u0dc0\u0dad \u0db8\u0dd9\u0dad\u0dd0\u0db1\u0da7 \u0d91\u0db1\u0dca\u0db1.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"step\">\n\n      <span class=\"step-number\">3<\/span>\n\n      <span class=\"step-title\">\n        \u0d85\u0dc0\u0dc3\u0dcf\u0db1 button \u0d91\u0d9a\n      <\/span>\n\n      <p>\n        Button 1 \u0dc3\u0dc4 Button 2 complete\n        \u0dc0\u0dd6 \u0db4\u0dc3\u0dd4 \u0d85\u0dc0\u0dc3\u0dcf\u0db1 button \u0d91\u0d9a active \u0dc0\u0dda.\n        \u0d91\u0dba click \u0d9a\u0dbb \u0d94\u0db6\u0dda authorized\n        content \u0d91\u0d9a\u0da7 \u0dba\u0db1\u0dca\u0db1.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"step\">\n\n      <span class=\"step-number\">4<\/span>\n\n      <span class=\"step-title\">\n        Telegram\n      <\/span>\n\n      <p>\n        \u0d85\u0dc0\u0dc3\u0dcf\u0db1 button \u0d91\u0d9a\u0dd9\u0db1\u0dca \u0d94\u0db6\u0dda\n        Telegram channel\/bot \u0d91\u0d9a open\n        \u0dc0\u0dda.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n\n  \n\n<\/div>\n\n\n<script>\n\nlet button1Done = false;\nlet button2Done = false;\n\n\n\/* BUTTON 1 *\/\n\nfunction startButton1(){\n\n  if(button1Done) return;\n\n  const button = document.getElementById(\"button1\");\n  const countdown = document.getElementById(\"countdown1\");\n  const timer = document.getElementById(\"timer1\");\n\n  \/*\n    \u0d94\u0db6\u0dda \u0db4\u0dc5\u0db8\u0dd4 authorized page \u0d91\u0d9a\n  *\/\n  window.open(\n    \"https:\/\/www.effectivecpmnetwork.com\/kmdypbaxgr?key=40131d0752fae52bfedd6f418fd93306\",\n    \"_blank\"\n  );\n\n  countdown.style.display = \"block\";\n\n  let seconds = 15;\n\n  timer.innerText = seconds;\n\n  const interval = setInterval(function(){\n\n    seconds--;\n\n    timer.innerText = seconds;\n\n    if(seconds <= 0){\n\n      clearInterval(interval);\n\n      button1Done = true;\n\n      button.innerHTML =\n        \"\u2705 Button 1 Complete\";\n\n      button.style.background =\n        \"#168542\";\n\n      countdown.innerHTML =\n        \"\u2705 Button 1 \u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab\u0dba\u0dd2\";\n\n      document.getElementById(\"button2\").disabled = false;\n\n      document.getElementById(\"button2\")\n        .classList.add(\"enabled\");\n\n    }\n\n  },1000);\n\n}\n\n\n\/* BUTTON 2 *\/\n\nfunction startButton2(){\n\n  if(!button1Done || button2Done) return;\n\n  const button = document.getElementById(\"button2\");\n  const countdown = document.getElementById(\"countdown2\");\n  const timer = document.getElementById(\"timer2\");\n\n  \/*\n    \u0d94\u0db6\u0dda \u0daf\u0dd9\u0dc0\u0db1 authorized page \u0d91\u0d9a\n  *\/\n  window.open(\n    \"https:\/\/www.effectivecpmnetwork.com\/kmdypbaxgr?key=40131d0752fae52bfedd6f418fd93306\",\n    \"_blank\"\n  );\n\n  countdown.style.display = \"block\";\n\n  let seconds = 15;\n\n  timer.innerText = seconds;\n\n  const interval = setInterval(function(){\n\n    seconds--;\n\n    timer.innerText = seconds;\n\n    if(seconds <= 0){\n\n      clearInterval(interval);\n\n      button2Done = true;\n\n      button.innerHTML =\n        \"\u2705 Button 2 Complete\";\n\n      button.style.background =\n        \"#168542\";\n\n      countdown.innerHTML =\n        \"\u2705 Button 2 \u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab\u0dba\u0dd2\";\n\n      unlockFinalButton();\n\n    }\n\n  },1000);\n\n}\n\n\n\/* FINAL BUTTON *\/\n\nfunction unlockFinalButton(){\n\n  const button =\n    document.getElementById(\"watchButton\");\n\n  button.disabled = false;\n\n  button.classList.add(\"active\");\n\n  button.innerHTML =\n    \"\ud83c\udfac \u25b6\ufe0f Watch \/ Access Content\";\n\n}\n\n\n\/* TELEGRAM *\/\n\nfunction openTelegram(){\n\n  if(!button1Done || !button2Done) return;\n\n  window.location.href =\n    \"https:\/\/t.me\/VideoHub_2025_bot?start=BQADAQADbQkAAu7IGUTizUELphtY2BYE\";\n\n}\n\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0d9a\u0db4\u0dd4 \u0db8\u0dc4\u0dad\u0dca\u0dad\u0dba\u0d9c\u0dd9 \u0dc0\u0dd0\u0da9 \u0d9a\u0ddc\u0dc4\u0ddc\u0db8\u0daf\ud83e\udd75\ud83c\udf4c\ud83c\udf51&nbsp; Film Unlock \ud83c\udfac Video Unlock \u0db4\u0dc4\u0dad \u0db4\u0dd2\u0dba\u0dc0\u0dbb \u0d85\u0db1\u0dd4\u0dc0 \u0d94\u0db6\u0dda content \u0d91\u0d9a access \u0d9a\u0dbb\u0db1\u0dca\u0db1 1 2 \ud83c\udfac 1\ufe0f\u20e3 Button 1 \u2014 Click \u0d9a\u0dbb\u0db1\u0dca\u0db1 \u0d9a\u0dbb\u0dd4\u0dab\u0dcf\u0d9a\u0dbb \u0dad\u0dad\u0dca\u0db4\u0dbb 15 \u0d9a\u0dca&#8230;<\/p>\n","protected":false},"author":1,"featured_media":3518,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3520","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/posts\/3520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/videohub01.website\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3520"}],"version-history":[{"count":2,"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/posts\/3520\/revisions"}],"predecessor-version":[{"id":3532,"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/posts\/3520\/revisions\/3532"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/videohub01.website\/index.php?rest_route=\/wp\/v2\/media\/3518"}],"wp:attachment":[{"href":"https:\/\/videohub01.website\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/videohub01.website\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/videohub01.website\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}