Domain thugsmocockharsh.rest
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/80

  • Open service 172.67.149.50:80 · thugsmocockharsh.rest

    2026-01-10 12:19

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 12:19:57 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=eeceap2hdttit4ace94or9lk79; path=/
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Expires: 0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nU27iHUwQhuUxMeW42pexEFf5Enb5g5DjBpGb3EnVXsCqoqUXjReW6YFnGd08wd%2BGA01qd87VQ9jF6UDjf7R3sI8XJ83bvEISJT7davexBXYDi5FSw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9bbc202b681dd3c1-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Zdravá výživa po 60. roku života: Sprievodca pre starších ľudí
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Zdravá výživa po 60. roku života: Sprievodca pre starších ľudí</title>
        <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #cccccc; background-color: #070605; } .advertorial { background: #0c0b09; color: #c8beae; text-align: center; padding: 10px 0; font-size: 14px; font-weight: bold; letter-spacing: 1px; border-bottom: 1px solid #1a1814; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: black; box-shadow: 0 2px 15px rgba(255,255,255,0.1); padding: 30px 0; } h1 { color: #eee7d8; font-size: 2.5em; margin-bottom: 15px; text-align: center; font-weight: 700; } .subtitle { text-align: center; color: #948d7f; font-size: 1.2em; margin-bottom: 20px; font-style: italic; } .hero-image { width: 100%; height: 600px; object-fit: cover; border-radius: 15px; margin: 40px 0; box-shadow: 0 15px 40px rgba(255,255,255,0.15); } .content { background: black; margin: 40px 0; padding: 50px; border-radius: 20px; box-shadow: 0 8px 25px rgba(255,255,255,0.1); } h2 { color: #eee7d8; font-size: 2em; margin: 40px 0 25px 0; padding-bottom: 15px; border-bottom: 4px solid #ef467e; position: relative; } h2::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 60px; height: 4px; background: #c47d09; } h3 { color: #c8beae; font-size: 1.6em; margin: 35px 0 20px 0; font-weight: 600; } p { margin-bottom: 20px; font-size: 1.1em; text-align: justify; line-height: 1.8; } ul { margin: 25px 0; padding-left: 30px; } li { margin-bottom: 12px; font-size: 1.05em; line-height: 1.6; } .highlight-box { background: linear-gradient(135deg, #ef467e, #c47d09); color: black; padding: 35px; border-radius: 15px; margin: 35px 0; text-align: center; position: relative; } .highlight-box::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(135deg, #ef467e, #c47d09, #da9c14); border-radius: 17px; z-index: -1; } .highlight-box h3 { color: black; margin-bottom: 20px; } .section-image { width: 100%; max-width: 600px; height: 350px; object-fit: cover; border-radius: 15px; margin: 25px auto; display: block; box-shadow: 0 8px 20px rgba(255,255,255,0.15); } .book-showcase { background: linear-gradient(135deg, #ef467e 0%, #c47d09 100%); color: black; padding: 50px; border-radius: 20px; margin: 50px 0; text-align: center; position: relative; overflow: hidden; } .book-showcase::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(0,0,0,0.1)"/></svg>') repeat; animation: float 20s infinite linear; opacity: 0.3; } @keyframes float { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } } .book-showcase h2 { color: black; border-bottom: 4px solid black; margin-bottom: 30px; position: relative; z-index: 2; } .book-image { max-width: 300px; width: 100%; height: auto; border-radius: 15px; margin: 25px auto; display: block; border: 4px solid black; box-shadow: 0 15px 40px rgba(255,255,255,0.3); position: relative; z-index: 2; } .form-group { 
      margin: 25px 0; 
      text-align: left; 
    }
    
    label { 
      display: block; 
      margin-bottom: 8px; 
      font-weight: bold; 
      font-size: 1.1em; 
    }
    
    /* білі поля вводу */
    input[type="text"], 
    input[type="email"] { 
      width: 100%; 
      padding: 18px; 
      border: 1px solid #ccc;          /* було: none */
      border-radius: 8px; 
      font-size: 1.1em; 
      background: #fff;                /* було: rgba(0,0,0,0.95) */
      color: #000;
      transition: background-color .3s ease, box-shadow .3s ease, color .3s ease;
    }
    
    /* фокус-стан */
    input:focus { 
      outline: none; 
      border-color: #3b82f6;
      box-shadow: 0 0 0 3px rgba(59,130,246,.15);
      b
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.21.55.162:80 · thugsmocockharsh.rest

    2025-12-23 04:01

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 04:01:55 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=7puofjafveqregg7ksh4ojl7g5; path=/
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Expires: 0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BRfCGNZmnS5qMX0yg2LE6vG8SFDzQWnQiDvIr%2BxEPebX3THqIBh2BjH2RN9Nhv%2BbdTpMpGzK8ao%2B6HXw49Pu4Z9X2KxHdIzVvEg3FolUsplpYZ%2Bsjw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b24f5dfba44c8bb-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Zdravá výživa po 60. roku života: Ako výživa a životný štýl pomáhajú pri močovej inkontinencii
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Zdravá výživa po 60. roku života: Ako výživa a životný štýl pomáhajú pri močovej inkontinencii</title>
        <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #cccccc; background-color: #070605; } .advertorial { background: #0c0b09; color: #c8beae; text-align: center; padding: 10px 0; font-size: 14px; font-weight: bold; letter-spacing: 1px; border-bottom: 1px solid #1a1814; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: black; box-shadow: 0 2px 15px rgba(255,255,255,0.1); padding: 30px 0; } h1 { color: #eee7d8; font-size: 2.5em; margin-bottom: 15px; text-align: center; font-weight: 700; } .subtitle { text-align: center; color: #948d7f; font-size: 1.2em; margin-bottom: 20px; font-style: italic; } .hero-image { width: 100%; height: 600px; object-fit: cover; border-radius: 15px; margin: 40px 0; box-shadow: 0 15px 40px rgba(255,255,255,0.15); } .content { background: black; margin: 40px 0; padding: 50px; border-radius: 20px; box-shadow: 0 8px 25px rgba(255,255,255,0.1); } h2 { color: #eee7d8; font-size: 2em; margin: 40px 0 25px 0; padding-bottom: 15px; border-bottom: 4px solid #ef467e; position: relative; } h2::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 60px; height: 4px; background: #c47d09; } h3 { color: #c8beae; font-size: 1.6em; margin: 35px 0 20px 0; font-weight: 600; } p { margin-bottom: 20px; font-size: 1.1em; text-align: justify; line-height: 1.8; } ul { margin: 25px 0; padding-left: 30px; } li { margin-bottom: 12px; font-size: 1.05em; line-height: 1.6; } .highlight-box { background: linear-gradient(135deg, #ef467e, #c47d09); color: black; padding: 35px; border-radius: 15px; margin: 35px 0; text-align: center; position: relative; } .highlight-box::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(135deg, #ef467e, #c47d09, #da9c14); border-radius: 17px; z-index: -1; } .highlight-box h3 { color: black; margin-bottom: 20px; } .section-image { width: 100%; max-width: 600px; height: 350px; object-fit: cover; border-radius: 15px; margin: 25px auto; display: block; box-shadow: 0 8px 20px rgba(255,255,255,0.15); } .book-showcase { background: linear-gradient(135deg, #ef467e 0%, #c47d09 100%); color: black; padding: 50px; border-radius: 20px; margin: 50px 0; text-align: center; position: relative; overflow: hidden; } .book-showcase::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(0,0,0,0.1)"/></svg>') repeat; animation: float 20s infinite linear; opacity: 0.3; } @keyframes float { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } } .book-showcase h2 { color: black; border-bottom: 4px solid black; margin-bottom: 30px; position: relative; z-index: 2; } .book-image { max-width: 300px; width: 100%; height: auto; border-radius: 15px; margin: 25px auto; display: block; border: 4px solid black; box-shadow: 0 15px 40px rgba(255,255,255,0.3); position: relative; z-index: 2; } .form-group { 
      margin: 25px 0; 
      text-align: left; 
    }
    
    label { 
      display: block; 
      margin-bottom: 8px; 
      font-weight: bold; 
      font-size: 1.1em; 
    }
    
    /* білі поля вводу */
    input[type="text"], 
    input[type="email"] { 
      width: 100%; 
      padding: 18px; 
      border: 1px solid #ccc;          /* було: none */
      border-radius: 8px; 
      font-size: 1.1em; 
      background: #fff;                /* було: rgba(0,0,0,0.95) */
      color: #000;
      transition: background-color .3s ease, box-shadow .3s ease, color .3s ease;
    }
    
    /* фокус-стан */
    input:focus { 
      outline: none; 
      border-color: #3b82f6;
      box-shadow
    Found 2025-12-23 by HttpPlugin
    Create report
Domain summary
IP summary