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://zincthai.com

  1. <!DOCTYPE html>
  2. <html lang="en" data-bs-theme="dark">
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>เว็บพนัน ฝากถอนเร็ว ไม่มีขั้นต่ำ เว็บตรง สมัครฟรี 24 ชม.</title>
  8.    <meta name="description" content="เว็บพนัน เดิมพันออนไลน์ครบวงจร การเงินมั่นคง ได้เงินจริง ให้บริการ 24 ชั่วโมง ครบทุกค่าย สมัครฟรี ไม่มีค่าใช้จ่าย 1 เทิร์นถอนได้เลย">
  9.  
  10.    <!-- Framework CSS -->
  11.    <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/bootstrap-5.3.3-dist/css/bootstrap.css">
  12.    <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/aos-master/aos.css">
  13.    <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/fontawesome/css/all.min.css">
  14.  
  15.    <!-- Default CSS -->
  16.    <link rel="stylesheet" href="https://maxplayth.net/account/assets/css/font/font-style.css">
  17.    <link rel="stylesheet" href="https://maxplayth.net/account/assets/css/style.css">
  18. <!-- Google tag (gtag.js) -->
  19. <script async src="https://www.googletagmanager.com/gtag/js?id=G-3N1CRXDGFG"></script>
  20. <script>
  21.  window.dataLayer = window.dataLayer || [];
  22.  function gtag(){dataLayer.push(arguments);}
  23.  gtag('js', new Date());
  24.  
  25.  gtag('config', 'G-3N1CRXDGFG');
  26. </script>
  27. </head>
  28.  
  29. <body class="mgMenuBottom">
  30.  
  31.    <!-- HEADER -->
  32.    <div class="container">
  33.        <div class="row justify-content-center">
  34.            <div class="col-md-6">
  35.  
  36.                <div class="header">
  37.                    <a href="https://maxplayth.net/account/"></a>
  38.                    <div class="rightNav">
  39.  
  40.  
  41.                        <a href="https://maxplayth.net/account/register" class="btn btn-danger me-2 btn-danger2">สมัครสมาชิก</a>
  42.  
  43.                        <a href="#" class="grad_color01 language">
  44.                            <img src="https://maxplayth.net/account/assets/images/icon-th.svg" alt="">
  45.                        </a>
  46.  
  47.                        <div class="grad_color01 listLanguage">
  48.                            <a href="#" data-lang="th" data-icon="https://maxplayth.net/account/assets/images/icon-th.svg">
  49.                                <img src="https://maxplayth.net/account/assets/images/icon-th.svg" alt="">
  50.                                <span>ภาษาไทย</span>
  51.                            </a>
  52.                            <a href="#" data-lang="en" data-icon="https://maxplayth.net/account/assets/images/icon-en.svg">
  53.                                <img src="https://maxplayth.net/account/assets/images/icon-en.svg" alt="">
  54.                                <span>English</span>
  55.                            </a>
  56.                        </div>
  57.  
  58.                    </div>
  59.                </div>
  60.  
  61.            </div>
  62.        </div>
  63.    </div>
  64.  
  65.    
  66. <div class="container" data-aos="fade-up">
  67.    <div class="row justify-content-center">
  68.        <div class="col-md-4">
  69.            <div class="cardBlock topLogin">
  70.                <div class="cardTitleCenter">
  71.                    <h1 class="titleCenter">เข้าสู่ระบบ</h1>
  72.                    <span class="underLineTitle"></span>
  73.                </div>
  74.                <div class="text-center color-secondary">
  75.                    <p class="mb-0">สำหรับสมาชิกโปรดเข้าสู่ระบบเพื่อใช้งาน</p>
  76.                    <span>ยังไม่ได้เป็นสมาชิก <a href="https://maxplayth.net/account/register">สมัครสมาชิก </a></span>
  77.                </div>
  78.                <div class="text-center mt-3 mb-2">
  79.                    <div id="notify"></div>
  80.                </div>
  81.                <div class="formInput">
  82.                    <div class="form-floating">
  83.                        <input type="number" class="form-control" id="username" placeholder="">
  84.                        <label for="username">เบอร์โทรศัพท์</label>
  85.                    </div>
  86.                </div>
  87.                <div class="formInput">
  88.                    <div class="form-floating">
  89.                        <input type="password" class="form-control" id="password" placeholder="">
  90.                        <label for="password">รหัสผ่าน</label>
  91.                    </div>
  92.                </div>
  93.                <div class="mb-3">
  94.                    <a onclick="login()" style="cursor:pointer;" class="grad_color02 btn-normal" id="btn-login">เข้าสู่ระบบ</a>
  95.                </div>
  96.            </div>
  97.        </div>
  98.    </div>
  99. </div>
  100.  
  101.    <!-- js -->
  102.    <script src="https://maxplayth.net/account/assets/js/jquery-3.7.1.min.js"></script>
  103. <script>
  104.    const login = () => {            
  105.        if($("#username").val() == ""){
  106.            $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> เบอร์โทรศัพท์</div>');
  107.            $("#username").focus();
  108.        } else if($("#password").val() == ""){
  109.            $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> รหัสผ่าน</div>');
  110.            $("#password").focus();
  111.        } else {
  112.            $("#btn-login").html("<i class='fa fa-spinner fa-spin'></i>");
  113.            $("#btn-login").attr("disabled", true);
  114.            $("#notify").html('');
  115.            $.ajax({
  116.                    url: "https://maxplayth.net/account/users/login",
  117.                    data: { username: $("#username").val(),password:$("#password").val() },
  118.                    type: "POST",
  119.                    dataType: 'json',
  120.            }).done(function(res) {
  121.                if(res.status == 200) {
  122.                    window.location = "https://maxplayth.net/account/";
  123.                } else {
  124.                    $("#btn-login").html("เข้าสู่ระบบ");
  125.                    $("#btn-login").attr("disabled", false);
  126.                    $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> ' + res.message + '</div>');
  127.                }
  128.            }).fail(function(err) {
  129.                $("#btn-login").html("เข้าสู่ระบบ");
  130.                $("#btn-login").attr("disabled", false);
  131.                $("#notify").html('');
  132.            })
  133.        }          
  134.    }
  135. </script>
  136.  
  137.  
  138.    <!-- MENU FOOTER -->
  139.    <div class="container">
  140.        <div class="row justify-content-center">
  141.            <div class="col-md-6 fixedMenu">
  142.  
  143.                <div class="bottomMenu">
  144.                    <ul class="menuListNavBottom">
  145.                        <li>
  146.                            <a href="https://maxplayth.net/account/">
  147.                                <img src="https://maxplayth.net/account/assets/images/theme/home.png" style="max-width:32px">
  148.                                <span>หน้าแรก</span>
  149.                            </a>
  150.                        </li>
  151.                        <li>
  152.                            <a href="https://lin.ee/1uF7W1C" target="_blank">
  153.                                <img src="https://maxplayth.net/account/assets/images/menu-icon-05.svg" style="max-width:32px">
  154.                                <span>ติดต่อ</span>
  155.                            </a>
  156.                        </li>
  157.                    </ul>
  158.                </div>
  159.  
  160.            </div>
  161.        </div>
  162.    </div>
  163.  
  164.  
  165.  
  166.  
  167.    <!-- Bootstrap Framework -->
  168.    <script src="https://maxplayth.net/account/assets/js/jquery-3.7.1.min.js"></script>
  169.    <script src="https://maxplayth.net/account/assets/js/popper.min.js"></script>
  170.  
  171.    <!-- Framework JS -->
  172.    <script src="https://maxplayth.net/account/assets/framework/bootstrap-5.3.3-dist/js/bootstrap.min.js"></script>
  173.    <script src="https://maxplayth.net/account/assets/framework/aos-master/aos.js"></script>
  174.    <script src="https://maxplayth.net/account/assets/framework/fontawesome/js/all.min.js"></script>
  175.  
  176.    <!-- Default JS -->
  177.    <script src="https://maxplayth.net/account/assets/js/apps.js"></script>
  178.    <script>
  179.        $(document).ready(function(){
  180.            $('.language').click(function(e){
  181.                e.preventDefault();
  182.                $(this).next('.listLanguage').next('.listLanguage').toggleClass('show');
  183.            });
  184.  
  185.            $('.listLanguage a').click(function(e){
  186.                e.preventDefault();
  187.                var selectedIcon = $(this).data('icon');
  188.                var selectedLang = $(this).data('lang');
  189.                let path = window.location.pathname;
  190.                $('.language img').attr('src', selectedIcon);
  191.                $('.listLanguage').removeClass('show');
  192.                window.location.replace(`https://maxplayth.net/account/lang/${selectedLang}?path=${path}`);
  193.            });
  194.  
  195.            $(document).click(function(e) {
  196.                if (!$(e.target).closest('.language, .listLanguage').length) {
  197.                    $('.listLanguage').removeClass('show');
  198.                }
  199.            });
  200.        });
  201.    </script>
  202. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"4f5c1a696f3f495a9a2e7b5fd052d2a6","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  203. </body>
  204.  
  205. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda