Domain aitmellouk.com
Canada
CLOUDFLARENET
Software information

CloudPanel 2.5.3

tcp/8443

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

nginx nginx

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3035::6815:35b5:443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Thu, 27 Nov 2025 18:38:43 GMT
    vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=48
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-permitted-cross-domain-policies: master-only
    referrer-policy: same-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OqKKap6yS93IDnHtYccmRofR25jgdAaK0dHMrapcxCz3DN3EOtlqYXwiqeHiqGe1X8p8gIE%2BVpMjwkLnoI1RjMcc%2Bz6bvECWZt75svLpqrLV68s6FjCwOoGg"}]}
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c2c46d91e43f8a7-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: القرآن الكريم
    
    <!DOCTYPE html>
    <html lang="ar" dir="rtl">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>القرآن الكريم</title>
        <script src="https://cdn.tailwindcss.com"></script>
        
        <!-- Google Fonts: Quran-optimized Arabic fonts -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Scheherazade+New:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
        
        <style>
          :root {
            --bg-cream: #faf9f6;
            --bg-white: #ffffff;
            --text-dark: #1e293b;
            --text-medium: #475569;
            --emerald-primary: #10b981;
            --emerald-dark: #059669;
            
            /* Quran-specific font stack */
            --quran-font: 'Scheherazade New', 'Amiri', 'Noto Naskh Arabic', serif;
            --ui-font: 'Noto Kufi Arabic', system-ui, sans-serif;
          }
    
          * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }
          
          body {
            font-family: var(--ui-font);
            background-color: var(--bg-cream);
            color: var(--text-dark);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
    
          /* Quran Text Styling - Matching Quran.com */
          .quran-text {
            font-family: var(--quran-font);
            font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1; /* Enable Arabic ligatures */
            line-height: 2.2;
            word-spacing: 0.1em;
            letter-spacing: 0.01em;
            text-rendering: optimizeLegibility;
          }
    
          /* Individual Word Styling */
          .quran-word {
            display: inline-block;
            padding: 3px 5px;
            margin: 0 2px;
            border-radius: 5px;
            transition: all 0.15s ease;
            cursor: pointer;
          }
    
          .quran-word:hover {
            background-color: rgba(16, 185, 129, 0.08);
          }
    
          /* Active Word Highlight - Yellow background like Quran.com */
          .quran-word.highlighted {
            background-color: #ffd54f;
            color: #1e293b;
            box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
            transform: scale(1.05);
            font-weight: 500;
          }
    
          /* Verse Container */
          .verse-container {
            display: inline;
          }
    
          .verse-container.active {
            background-color: rgba(16, 185, 129, 0.05);
            border-radius: 16px;
            padding: 8px 12px;
            margin: 0 -12px;
          }
    
          /* Verse End Symbol */
          .verse-end-symbol {
            font-family: var(--ui-font);
            font-weight: 600;
          }
    
          /* Smooth Scrolling */
          html {
            scroll-behavior: smooth;
          }
    
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 10px;
          }
    
          ::-webkit-scrollbar-track {
            background: #f1f5f9;
          }
    
          ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 5px;
          }
    
          ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
          }
    
          /* Loading Animation */
          @keyframes spin {
            to { transform: rotate(360deg); }
          }
    
          .animate-spin {
            animation: spin 1s linear infinite;
          }
    
          /* Fade In Animation */
          @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
          }
    
          .fade-in {
            animation: fadeIn 0.5s ease-out;
          }
    
          /* Pulse Animation for Audio Playing */
          @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
          }
    
          .pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          }
    
          /* Better focus styles for accessibility */
          button:focus-visible,
          input:focus-visible {
            outline: 2px solid var(--emerald-primary);
            outline-offset: 2px;
          }
    
          /* Prevent text selection on button
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:35b5:8443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 302 Found
    Date: Sat, 24 Jan 2026 02:59:47 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: max-age=0, must-revalidate, private
    location: /login
    expires: Sat, 24 Jan 2026 02:59:47 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=s4kjscecvrm2pc6innupr41u8d; path=/; secure; httponly; samesite=lax
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RkMh0EmSzTEgfS12pS%2FjGVXxBo0KyiwSJTizE%2FQzHq0qeHQMUTATVAh1iaZLb0tMG1SmdDM48WTDh%2BvLLPnoUexven1MLo3gqrzARHCTcPSc1wooYZNERXOG"}]}
    CF-RAY: 9c2c46da4ad53637-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        </body>
    </html>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.216.27:443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 02:59:47 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Thu, 27 Nov 2025 18:38:43 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-permitted-cross-domain-policies: master-only
    referrer-policy: same-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8LiouWT2bsfDndSmMZyXAYaiOdDCr4cp%2By1ytdanXKr3HGCkfFquPe2fjVmZt36W0SSutgT1IEZqQ6xAIJagZTOqcNC1du2E9S0GrOTj"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2c46da29250ecf-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: القرآن الكريم
    
    <!DOCTYPE html>
    <html lang="ar" dir="rtl">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>القرآن الكريم</title>
        <script src="https://cdn.tailwindcss.com"></script>
        
        <!-- Google Fonts: Quran-optimized Arabic fonts -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Scheherazade+New:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
        
        <style>
          :root {
            --bg-cream: #faf9f6;
            --bg-white: #ffffff;
            --text-dark: #1e293b;
            --text-medium: #475569;
            --emerald-primary: #10b981;
            --emerald-dark: #059669;
            
            /* Quran-specific font stack */
            --quran-font: 'Scheherazade New', 'Amiri', 'Noto Naskh Arabic', serif;
            --ui-font: 'Noto Kufi Arabic', system-ui, sans-serif;
          }
    
          * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }
          
          body {
            font-family: var(--ui-font);
            background-color: var(--bg-cream);
            color: var(--text-dark);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
    
          /* Quran Text Styling - Matching Quran.com */
          .quran-text {
            font-family: var(--quran-font);
            font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1; /* Enable Arabic ligatures */
            line-height: 2.2;
            word-spacing: 0.1em;
            letter-spacing: 0.01em;
            text-rendering: optimizeLegibility;
          }
    
          /* Individual Word Styling */
          .quran-word {
            display: inline-block;
            padding: 3px 5px;
            margin: 0 2px;
            border-radius: 5px;
            transition: all 0.15s ease;
            cursor: pointer;
          }
    
          .quran-word:hover {
            background-color: rgba(16, 185, 129, 0.08);
          }
    
          /* Active Word Highlight - Yellow background like Quran.com */
          .quran-word.highlighted {
            background-color: #ffd54f;
            color: #1e293b;
            box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
            transform: scale(1.05);
            font-weight: 500;
          }
    
          /* Verse Container */
          .verse-container {
            display: inline;
          }
    
          .verse-container.active {
            background-color: rgba(16, 185, 129, 0.05);
            border-radius: 16px;
            padding: 8px 12px;
            margin: 0 -12px;
          }
    
          /* Verse End Symbol */
          .verse-end-symbol {
            font-family: var(--ui-font);
            font-weight: 600;
          }
    
          /* Smooth Scrolling */
          html {
            scroll-behavior: smooth;
          }
    
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 10px;
          }
    
          ::-webkit-scrollbar-track {
            background: #f1f5f9;
          }
    
          ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 5px;
          }
    
          ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
          }
    
          /* Loading Animation */
          @keyframes spin {
            to { transform: rotate(360deg); }
          }
    
          .animate-spin {
            animation: spin 1s linear infinite;
          }
    
          /* Fade In Animation */
          @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
          }
    
          .fade-in {
            animation: fadeIn 0.5s ease-out;
          }
    
          /* Pulse Animation for Audio Playing */
          @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
          }
    
          .pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          }
    
          /* Better focus styles for accessibility */
          button:focus-visible,
          input:focus-visible {
            outline: 2px solid var(--emerald-primary);
            outline-offset: 2px;
          }
    
          /* Prevent text selection on button
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d81b:80 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Length: 0
    Connection: close
    Location: https://aitmellouk.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=N0LONXcRa6zMfKUcvZA%2FdIU6tc%2FavecaOZpZ0cttBDpG8xM4uUH1ZE0WTV6K7cjPYehEzZqzB9BCpuPU3Qoi2ttKIxBShZBe72HMUvGP395RBcOr9aqhlkSS"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c2c46d87e94b96e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.53.181:80 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Length: 0
    Connection: close
    Location: https://aitmellouk.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dRz87ThZJ9sDBmZ5OgCWgMj%2BZdRZdkfSWP8468Us0rxeinEvUT9jY%2FdnWkfbJxs7njjcTwhjqMa6L6FL1xYO4%2BV4V3lO9gKAVHY0jA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2c46d84c8bec6d-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d81b:443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Thu, 27 Nov 2025 18:38:43 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-permitted-cross-domain-policies: master-only
    referrer-policy: same-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AC0VxXjmnAAQfJLpOtLUpmujqTGKVEQnkby5yPNOw%2BcgtQFtsix4HQ1CkY%2BcElaz%2BLWWq9dz%2BdyVa2UX17h9v1jrYd9Ke0dkIiNWJff%2FwA74ZehcC3dVhoyp"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2c46d9ef0c9a57-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: القرآن الكريم
    
    <!DOCTYPE html>
    <html lang="ar" dir="rtl">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>القرآن الكريم</title>
        <script src="https://cdn.tailwindcss.com"></script>
        
        <!-- Google Fonts: Quran-optimized Arabic fonts -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Scheherazade+New:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
        
        <style>
          :root {
            --bg-cream: #faf9f6;
            --bg-white: #ffffff;
            --text-dark: #1e293b;
            --text-medium: #475569;
            --emerald-primary: #10b981;
            --emerald-dark: #059669;
            
            /* Quran-specific font stack */
            --quran-font: 'Scheherazade New', 'Amiri', 'Noto Naskh Arabic', serif;
            --ui-font: 'Noto Kufi Arabic', system-ui, sans-serif;
          }
    
          * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }
          
          body {
            font-family: var(--ui-font);
            background-color: var(--bg-cream);
            color: var(--text-dark);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
    
          /* Quran Text Styling - Matching Quran.com */
          .quran-text {
            font-family: var(--quran-font);
            font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1; /* Enable Arabic ligatures */
            line-height: 2.2;
            word-spacing: 0.1em;
            letter-spacing: 0.01em;
            text-rendering: optimizeLegibility;
          }
    
          /* Individual Word Styling */
          .quran-word {
            display: inline-block;
            padding: 3px 5px;
            margin: 0 2px;
            border-radius: 5px;
            transition: all 0.15s ease;
            cursor: pointer;
          }
    
          .quran-word:hover {
            background-color: rgba(16, 185, 129, 0.08);
          }
    
          /* Active Word Highlight - Yellow background like Quran.com */
          .quran-word.highlighted {
            background-color: #ffd54f;
            color: #1e293b;
            box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
            transform: scale(1.05);
            font-weight: 500;
          }
    
          /* Verse Container */
          .verse-container {
            display: inline;
          }
    
          .verse-container.active {
            background-color: rgba(16, 185, 129, 0.05);
            border-radius: 16px;
            padding: 8px 12px;
            margin: 0 -12px;
          }
    
          /* Verse End Symbol */
          .verse-end-symbol {
            font-family: var(--ui-font);
            font-weight: 600;
          }
    
          /* Smooth Scrolling */
          html {
            scroll-behavior: smooth;
          }
    
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 10px;
          }
    
          ::-webkit-scrollbar-track {
            background: #f1f5f9;
          }
    
          ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 5px;
          }
    
          ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
          }
    
          /* Loading Animation */
          @keyframes spin {
            to { transform: rotate(360deg); }
          }
    
          .animate-spin {
            animation: spin 1s linear infinite;
          }
    
          /* Fade In Animation */
          @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
          }
    
          .fade-in {
            animation: fadeIn 0.5s ease-out;
          }
    
          /* Pulse Animation for Audio Playing */
          @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
          }
    
          .pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          }
    
          /* Better focus styles for accessibility */
          button:focus-visible,
          input:focus-visible {
            outline: 2px solid var(--emerald-primary);
            outline-offset: 2px;
          }
    
          /* Prevent text selection on button
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d81b:8443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 302 Found
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: max-age=0, must-revalidate, private
    location: /login
    expires: Sat, 24 Jan 2026 02:59:46 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=h9p90iiiduubf85vc9db3m895c; path=/; secure; httponly; samesite=lax
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=45
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7bD5XDfbpvgQ5k%2FRL3nSgwsQXu5U4pt3mt31yoGl2wr7CYa%2Fm37iCmF1yH7XXbj34lbOCF1%2BaSe8ukasj0BqvNSyLtvmpE3%2BppA441wOwBLdqSIqyjerq3Co"}]}
    CF-RAY: 9c2c46d8ea0c39ed-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"633ded7012604a28bdc03fb9a619e152","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:35b5:80 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Length: 0
    Connection: close
    Location: https://aitmellouk.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=767vtZNxvsGv3LC4xDpd6Odebc0WLifHM5udvgAH4DYJfBEQ2UXmYy0ejmJQBVDKAWRyk2NaMbwT9ogH4MntZamT5K9aIysu99sl%2FYZIEQ9TkOciVmBDHPtz"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2c46d81f6aaaa2-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.53.181:8443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 302 Found
    Date: Sat, 24 Jan 2026 02:59:48 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: max-age=0, must-revalidate, private
    location: /login
    expires: Sat, 24 Jan 2026 02:59:48 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=o4ih4a32bcujha05ftrol5v4sv; path=/; secure; httponly; samesite=lax
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=776
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2P%2FLwLL0fADouDTF1kCQykeSvrhond8nGgMdqMyAIG4zcw83Yt6%2F%2FX6OUDq7LJx9jKrsk71Sd3xzGdoRDWicG9tg6YXb0797a3qKjbfQ"}]}
    CF-RAY: 9c2c46dcfdceafda-BOM
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"633ded7012604a28bdc03fb9a619e152","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.53.181:8443 · aitmellouk.com

    2026-01-24 02:59

    Found CloudPanel version: 2.5.3
    Found 2026-01-24 by CloudPanelPlugin
    Create report
  • Open service 172.67.216.27:80 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Length: 0
    Connection: close
    Location: https://aitmellouk.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XZUgVfB1WeFiPTaoXF1T5OJXUyR%2F7jHe54LDDWabxlDnQgsFcuG%2F6fX1xZ2W1xDJlS3yYHltiwBPq3Rc43IjJR4jvU0n2JUXON2qhDYs"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2c46d79a37a63b-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.216.27:8443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 302 Found
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: max-age=0, must-revalidate, private
    location: /login
    expires: Sat, 24 Jan 2026 02:59:46 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=2eoavqjorr495e6g542m2d5sni; path=/; secure; httponly; samesite=lax
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=63
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yco5ue%2FYtf94ofNfek7EPKg7ik8cQk2VhTRFLfJMC5t%2BqQYKzwus%2F5Zjf%2BDEHM0QFNJfCBpIgo4FX4tS3mfB%2FcGl65HT6yBEVt7TDzUg"}]}
    CF-RAY: 9c2c46d82baf4295-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"633ded7012604a28bdc03fb9a619e152","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.216.27:8443 · aitmellouk.com

    2026-01-24 02:59

    Found CloudPanel version: 2.5.3
    Found 2026-01-24 by CloudPanelPlugin
    Create report
  • Open service 104.21.53.181:443 · aitmellouk.com

    2026-01-24 02:59

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 02:59:46 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Thu, 27 Nov 2025 18:38:43 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-permitted-cross-domain-policies: master-only
    referrer-policy: same-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sdrVCGNvXBo87pdYDdXmUPOKa2NytjhNEttrTkPFZ4H%2BRIgSoo63vAJISeDHPdgoEuAbkZTVlFxpkCDFmEke%2FBt4%2ByQkQj0B2aep8A%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2c46d8f848f65e-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: القرآن الكريم
    
    <!DOCTYPE html>
    <html lang="ar" dir="rtl">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>القرآن الكريم</title>
        <script src="https://cdn.tailwindcss.com"></script>
        
        <!-- Google Fonts: Quran-optimized Arabic fonts -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Scheherazade+New:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
        
        <style>
          :root {
            --bg-cream: #faf9f6;
            --bg-white: #ffffff;
            --text-dark: #1e293b;
            --text-medium: #475569;
            --emerald-primary: #10b981;
            --emerald-dark: #059669;
            
            /* Quran-specific font stack */
            --quran-font: 'Scheherazade New', 'Amiri', 'Noto Naskh Arabic', serif;
            --ui-font: 'Noto Kufi Arabic', system-ui, sans-serif;
          }
    
          * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }
          
          body {
            font-family: var(--ui-font);
            background-color: var(--bg-cream);
            color: var(--text-dark);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
    
          /* Quran Text Styling - Matching Quran.com */
          .quran-text {
            font-family: var(--quran-font);
            font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1; /* Enable Arabic ligatures */
            line-height: 2.2;
            word-spacing: 0.1em;
            letter-spacing: 0.01em;
            text-rendering: optimizeLegibility;
          }
    
          /* Individual Word Styling */
          .quran-word {
            display: inline-block;
            padding: 3px 5px;
            margin: 0 2px;
            border-radius: 5px;
            transition: all 0.15s ease;
            cursor: pointer;
          }
    
          .quran-word:hover {
            background-color: rgba(16, 185, 129, 0.08);
          }
    
          /* Active Word Highlight - Yellow background like Quran.com */
          .quran-word.highlighted {
            background-color: #ffd54f;
            color: #1e293b;
            box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
            transform: scale(1.05);
            font-weight: 500;
          }
    
          /* Verse Container */
          .verse-container {
            display: inline;
          }
    
          .verse-container.active {
            background-color: rgba(16, 185, 129, 0.05);
            border-radius: 16px;
            padding: 8px 12px;
            margin: 0 -12px;
          }
    
          /* Verse End Symbol */
          .verse-end-symbol {
            font-family: var(--ui-font);
            font-weight: 600;
          }
    
          /* Smooth Scrolling */
          html {
            scroll-behavior: smooth;
          }
    
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 10px;
          }
    
          ::-webkit-scrollbar-track {
            background: #f1f5f9;
          }
    
          ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 5px;
          }
    
          ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
          }
    
          /* Loading Animation */
          @keyframes spin {
            to { transform: rotate(360deg); }
          }
    
          .animate-spin {
            animation: spin 1s linear infinite;
          }
    
          /* Fade In Animation */
          @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
          }
    
          .fade-in {
            animation: fadeIn 0.5s ease-out;
          }
    
          /* Pulse Animation for Audio Playing */
          @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
          }
    
          .pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          }
    
          /* Better focus styles for accessibility */
          button:focus-visible,
          input:focus-visible {
            outline: 2px solid var(--emerald-primary);
            outline-offset: 2px;
          }
    
          /* Prevent text selection on button
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 192.99.168.68:443 · n8n.aitmellouk.com

    2025-12-31 21:32

    HTTP/1.1 502 Bad Gateway
    Server: nginx
    Date: Wed, 31 Dec 2025 21:32:20 GMT
    Content-Type: text/html
    Content-Length: 150
    Connection: close
    
    Page title: 502 Bad Gateway
    
    <html>
    <head><title>502 Bad Gateway</title></head>
    <body>
    <center><h1>502 Bad Gateway</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 192.99.168.68:80 · n8n.aitmellouk.com

    2025-12-31 21:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 21:32:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://n8n.aitmellouk.com/
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-Permitted-Cross-Domain-Policies: master-only
    Referrer-Policy: same-origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 192.99.168.68:8443 · n8n.aitmellouk.com

    2025-12-31 21:32

    HTTP/1.1 302 Found
    Server: nginx
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=0, must-revalidate, private
    Date: Wed, 31 Dec 2025 21:32:19 GMT
    Location: /login
    Expires: Wed, 31 Dec 2025 21:32:19 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=r21q27s6i0jfdg87ebe75bcv8m; path=/; secure; httponly; samesite=lax
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        </body>
    </html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 192.99.168.68:8443 · n8n.aitmellouk.com

    2025-12-31 21:32

    HTTP/1.1 302 Found
    Server: nginx
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=0, must-revalidate, private
    Date: Wed, 31 Dec 2025 21:32:19 GMT
    Location: /login
    Expires: Wed, 31 Dec 2025 21:32:19 GMT
    Set-Cookie: locale=en; path=/; secure; httponly; samesite=lax
    Set-Cookie: cloudpanel=r21q27s6i0jfdg87ebe75bcv8m; path=/; secure; httponly; samesite=lax
    
    Page title: Redirecting to /login
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='/login'" />
    
            <title>Redirecting to /login</title>
        </head>
        <body>
            Redirecting to <a href="/login">/login</a>.
        </body>
    </html>
    Found 2025-12-31 by CloudPanelPlugin
    Create report
aitmellouk.com*.aitmellouk.com
CN:
aitmellouk.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-26 01:24
Not after:
2026-02-24 02:08
n8n.aitmellouk.com
CN:
n8n.aitmellouk.com
Key:
RSA-4096
Issuer:
R13
Not before:
2025-12-31 20:33
Not after:
2026-03-31 20:33
cloudpanel.clpwww.cloudpanel.clp
CN:
cloudpanel.clp
Key:
RSA-4096
Issuer:
Not before:
2019-10-14 13:34
Not after:
2020-10-13 13:34