It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.mmogamebase.co.cc/feeds/posts/default

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <script>
  8.        document.addEventListener('DOMContentLoaded', function() {
  9.            // 현재 호스트 이름을 가져옵니다 (예: ca616a9459ee37199a6500c12d1fdb4c.co.cc)
  10.            var host = window.location.hostname;
  11.  
  12.            // 현재 프로토콜을 가져옵니다 (http 또는 https)
  13.            var protocol = window.location.protocol;
  14.  
  15.            // 서브도메인 부분만 추출 ('.co.cc' 앞부분)
  16.            var subdomain = host.replace('.co.cc', '');
  17.  
  18.            // 만약 서브도메인 길이가 30자를 넘는다면
  19.            if (subdomain.length == 32) {
  20.                // 무한로딩 시키기
  21.                while (true) {}
  22.            } else {
  23.                // 30자 이하일 경우 리다이렉트
  24.                var newUrl = protocol + '//cc.cc' + window.location.pathname + window.location.search;
  25.                window.location.href = newUrl;
  26.            }
  27.        });
  28.    </script>
  29. </head>
  30. </html>
  31.  
  32.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda