<!DOCTYPE html><html lang="en" data-bs-theme="dark"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>เว็บพนัน ฝากถอนเร็ว ไม่มีขั้นต่ำ เว็บตรง สมัครฟรี 24 ชม.</title> <meta name="description" content="เว็บพนัน เดิมพันออนไลน์ครบวงจร การเงินมั่นคง ได้เงินจริง ให้บริการ 24 ชั่วโมง ครบทุกค่าย สมัครฟรี ไม่มีค่าใช้จ่าย 1 เทิร์นถอนได้เลย"> <!-- Framework CSS --> <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/bootstrap-5.3.3-dist/css/bootstrap.css"> <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/aos-master/aos.css"> <link rel="stylesheet" href="https://maxplayth.net/account/assets/framework/fontawesome/css/all.min.css"> <!-- Default CSS --> <link rel="stylesheet" href="https://maxplayth.net/account/assets/css/font/font-style.css"> <link rel="stylesheet" href="https://maxplayth.net/account/assets/css/style.css"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3N1CRXDGFG"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3N1CRXDGFG'); </script></head> <body class="mgMenuBottom"> <!-- HEADER --> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6"> <div class="header"> <a href="https://maxplayth.net/account/"></a> <div class="rightNav"> <a href="https://maxplayth.net/account/register" class="btn btn-danger me-2 btn-danger2">สมัครสมาชิก</a> <a href="#" class="grad_color01 language"> <img src="https://maxplayth.net/account/assets/images/icon-th.svg" alt=""> </a> <div class="grad_color01 listLanguage"> <a href="#" data-lang="th" data-icon="https://maxplayth.net/account/assets/images/icon-th.svg"> <img src="https://maxplayth.net/account/assets/images/icon-th.svg" alt=""> <span>ภาษาไทย</span> </a> <a href="#" data-lang="en" data-icon="https://maxplayth.net/account/assets/images/icon-en.svg"> <img src="https://maxplayth.net/account/assets/images/icon-en.svg" alt=""> <span>English</span> </a> </div> </div> </div> </div> </div> </div> <div class="container" data-aos="fade-up"> <div class="row justify-content-center"> <div class="col-md-4"> <div class="cardBlock topLogin"> <div class="cardTitleCenter"> <h1 class="titleCenter">เข้าสู่ระบบ</h1> <span class="underLineTitle"></span> </div> <div class="text-center color-secondary"> <p class="mb-0">สำหรับสมาชิกโปรดเข้าสู่ระบบเพื่อใช้งาน</p> <span>ยังไม่ได้เป็นสมาชิก <a href="https://maxplayth.net/account/register">สมัครสมาชิก </a></span> </div> <div class="text-center mt-3 mb-2"> <div id="notify"></div> </div> <div class="formInput"> <div class="form-floating"> <input type="number" class="form-control" id="username" placeholder=""> <label for="username">เบอร์โทรศัพท์</label> </div> </div> <div class="formInput"> <div class="form-floating"> <input type="password" class="form-control" id="password" placeholder=""> <label for="password">รหัสผ่าน</label> </div> </div> <div class="mb-3"> <a onclick="login()" style="cursor:pointer;" class="grad_color02 btn-normal" id="btn-login">เข้าสู่ระบบ</a> </div> </div> </div> </div></div> <!-- js --> <script src="https://maxplayth.net/account/assets/js/jquery-3.7.1.min.js"></script><script> const login = () => { if($("#username").val() == ""){ $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> เบอร์โทรศัพท์</div>'); $("#username").focus(); } else if($("#password").val() == ""){ $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> รหัสผ่าน</div>'); $("#password").focus(); } else { $("#btn-login").html("<i class='fa fa-spinner fa-spin'></i>"); $("#btn-login").attr("disabled", true); $("#notify").html(''); $.ajax({ url: "https://maxplayth.net/account/users/login", data: { username: $("#username").val(),password:$("#password").val() }, type: "POST", dataType: 'json', }).done(function(res) { if(res.status == 200) { window.location = "https://maxplayth.net/account/"; } else { $("#btn-login").html("เข้าสู่ระบบ"); $("#btn-login").attr("disabled", false); $("#notify").html('<div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> ' + res.message + '</div>'); } }).fail(function(err) { $("#btn-login").html("เข้าสู่ระบบ"); $("#btn-login").attr("disabled", false); $("#notify").html(''); }) } }</script> <!-- MENU FOOTER --> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 fixedMenu"> <div class="bottomMenu"> <ul class="menuListNavBottom"> <li> <a href="https://maxplayth.net/account/"> <img src="https://maxplayth.net/account/assets/images/theme/home.png" style="max-width:32px"> <span>หน้าแรก</span> </a> </li> <li> <a href="https://lin.ee/1uF7W1C" target="_blank"> <img src="https://maxplayth.net/account/assets/images/menu-icon-05.svg" style="max-width:32px"> <span>ติดต่อ</span> </a> </li> </ul> </div> </div> </div> </div> <!-- Bootstrap Framework --> <script src="https://maxplayth.net/account/assets/js/jquery-3.7.1.min.js"></script> <script src="https://maxplayth.net/account/assets/js/popper.min.js"></script> <!-- Framework JS --> <script src="https://maxplayth.net/account/assets/framework/bootstrap-5.3.3-dist/js/bootstrap.min.js"></script> <script src="https://maxplayth.net/account/assets/framework/aos-master/aos.js"></script> <script src="https://maxplayth.net/account/assets/framework/fontawesome/js/all.min.js"></script> <!-- Default JS --> <script src="https://maxplayth.net/account/assets/js/apps.js"></script> <script> $(document).ready(function(){ $('.language').click(function(e){ e.preventDefault(); $(this).next('.listLanguage').next('.listLanguage').toggleClass('show'); }); $('.listLanguage a').click(function(e){ e.preventDefault(); var selectedIcon = $(this).data('icon'); var selectedLang = $(this).data('lang'); let path = window.location.pathname; $('.language img').attr('src', selectedIcon); $('.listLanguage').removeClass('show'); window.location.replace(`https://maxplayth.net/account/lang/${selectedLang}?path=${path}`); }); $(document).click(function(e) { if (!$(e.target).closest('.language, .listLanguage').length) { $('.listLanguage').removeClass('show'); } }); }); </script><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></body> </html>