<section id="account" class="pt-30 account">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <div class="text-center">
          <h2  class="account-title"><span class="color-base1">Login</span> Account</h2>
          <div class="clearfix"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="container">
    <div class="row">
      <div class="col-lg-offset-2 col-lg-8 col-xs-12 col-sm-12"> <img src="https://mmonline365.com/wp-content/plugins/komax-crm-api/images/banner-login.jpg" class="img-responsive img-center">
        <p class="required" lang="en">Required field <sup>*</sup> </p>
        <div id="login-error" class="alert alert-danger fade in" style="display:none;"> <strong>Well done!</strong> <span>You successfully read this important alert message.</span> </div>
                <form id="user_login" name="user_login" class="smart-form" method="post" action="https://mmonline365.com/wp-content/plugins/komax-crm-api/_engines/engines.login.php">
          <div class="row">
            <section class="col col-6">
              <label class="input"> <i class="icon-append fa fa-envelope"></i>
                <input type="text" class="form-control" name="userID" placeholder="Email *">
              </label>
            </section>
            <section class="col col-6">
              <label class="input"> <i class="icon-append fa fa-lock"></i>
                <input type="password" class="form-control" name="userPass" placeholder="Password *">
              </label>
            </section>
          </div>
          
          <button type="submit" class="btn btn-style1" lang="en"><span lang="en">Login</span></button>
          <input type="hidden" name="is_ajax" id="is_ajax" value="1">
           
        </form>
        <div class="clearfix"></div>
        <fieldset class="bg-base" style="margin-top: 30px;margin-bottom: 60px; padding: 20px 5px;">
          <div class="col-xs-12 text-center"> Don't have an account ? <a href="/en/register/">Register Here</a> </div>
          <div class="col-xs-12 text-center"> Forgot your password? <a href="/en/forgotpass/">Recover Here</a> </div>
        </fieldset>
      </div>
    </div>
  </div>
</section>


<script type="text/javascript">

   $(document).ready(function() {

        $("#user_login").validate({
          rules: {
            userID: {
              required: true,
              email: true
            },
            userPass: {
              required: true,
              minlength: 6,
              maxlength: 20
            }                    
          },
          messages: {
            userID: {
              required: "Please enter your email address",
              email: "Please enter valid email address"
            },
            userPass: {
              required: "Please provide a password",
              minlength: "Your password must be at least 6 characters long",
              maxlength: "Your password must be less than 20 characters long"
            }
          },
          submitHandler: function(form) {
              //run_waitMe_body();
              $('#login-error').html();
              $('#login-error').fadeOut();


              $.ajax({
                  type: "POST",
                  cache: false,
                  url: "https://mmonline365.com/wp-content/plugins/komax-crm-api/_engines/engines.login.php",
                  data: $(form).serialize(),
                  dataType: "json",
                  timeout: 10000,
                  success: function(data) {
                              
                    
                    if (data.status == 'success') {
                 
                    window.location.href = "/en/deposit/";

                  } else {
                  //alert(data.error_code);
                      
                      if(data.error_code == 9) {
                      err_msg = "Your account has been BLACKLISTED in response to a complaint received by the management. Please contact our Customer Service Officer for further details.";
                      } else {
                      err_msg = "Unable to login to your account, please ensure you have enter correct email and password. If you still having problem logging in to your account, please contact our Customer Service Officer for assistance. ";
                      }
            
                      $('#login-error > strong ').html('ERROR');
                      $('#login-error > span').html(err_msg);
                      $('#login-error').fadeIn();
                    }
                  },
                  error: function() {
                  alert("Post error");
                  console.log("Post error");      
                  }
              });
              
          }
        }); 
  
  });
  
  function getlanguage(){
    var arr = document.cookie.match(new RegExp("(^| )lang=([^;]*)(;|$)"));
    if(arr != null){
    return arr[2];
    }else{
    return 'en';
    }
  }
  
  function get_error(code){
    return eval("("+"CY_code_"+getlanguage()+")")[code];
  }
  
  
  var CY_code_en={  
    "user_error_001":"Username is exist!",
    "name_error_001":"Full Name is exist!",
    "email_error_001":"Email is exist!",
    "mnumber_error_001":"Phone Number existed!",
  }



</script>
</body>
</html>
<section id="account" class="pt-30 account">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <div class="text-center">
          <h2  class="account-title"></h2>
          <div class="clearfix"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="container">
    <div class="row">
      <div class="col-lg-offset-2 col-lg-8 col-xs-12 col-sm-12"> <img src="https://mmonline365.com/wp-content/plugins/komax-crm-api/images/banner-login.jpg" class="img-responsive img-center">
        <p class="required" lang="en"> <sup>*</sup> </p>
        <div id="login-error" class="alert alert-danger fade in" style="display:none;"> <strong>Well done!</strong> <span>You successfully read this important alert message.</span> </div>
                <form id="user_login" name="user_login" class="smart-form" method="post" action="https://mmonline365.com/wp-content/plugins/komax-crm-api/_engines/engines.login.php">
          <div class="row">
            <section class="col col-6">
              <label class="input"> <i class="icon-append fa fa-envelope"></i>
                <input type="text" class="form-control" name="userID" placeholder=" *">
              </label>
            </section>
            <section class="col col-6">
              <label class="input"> <i class="icon-append fa fa-lock"></i>
                <input type="password" class="form-control" name="userPass" placeholder=" *">
              </label>
            </section>
          </div>
          
          <button type="submit" class="btn btn-style1" lang="en"><span lang="en"></span></button>
          <input type="hidden" name="is_ajax" id="is_ajax" value="1">
           
        </form>
        <div class="clearfix"></div>
        <fieldset class="bg-base" style="margin-top: 30px;margin-bottom: 60px; padding: 20px 5px;">
          <div class="col-xs-12 text-center">  <a href="/register/"></a> </div>
          <div class="col-xs-12 text-center">  <a href="/forgotpass/"></a> </div>
        </fieldset>
      </div>
    </div>
  </div>
</section>


<script type="text/javascript">

   $(document).ready(function() {

        $("#user_login").validate({
          rules: {
            userID: {
              required: true,
              email: true
            },
            userPass: {
              required: true,
              minlength: 6,
              maxlength: 20
            }                    
          },
          messages: {
            userID: {
              required: "",
              email: ""
            },
            userPass: {
              required: "",
              minlength: "",
              maxlength: ""
            }
          },
          submitHandler: function(form) {
              //run_waitMe_body();
              $('#login-error').html();
              $('#login-error').fadeOut();


              $.ajax({
                  type: "POST",
                  cache: false,
                  url: "https://mmonline365.com/wp-content/plugins/komax-crm-api/_engines/engines.login.php",
                  data: $(form).serialize(),
                  dataType: "json",
                  timeout: 10000,
                  success: function(data) {
                              
                    
                    if (data.status == 'success') {
                 
                    window.location.href = "/deposit/";

                  } else {
                  //alert(data.error_code);
                      
                      if(data.error_code == 9) {
                      err_msg = "Your account has been BLACKLISTED in response to a complaint received by the management. Please contact our Customer Service Officer for further details.";
                      } else {
                      err_msg = "";
                      }
            
                      $('#login-error > strong ').html('ERROR');
                      $('#login-error > span').html(err_msg);
                      $('#login-error').fadeIn();
                    }
                  },
                  error: function() {
                  alert("Post error");
                  console.log("Post error");      
                  }
              });
              
          }
        }); 
  
  });
  
  function getlanguage(){
    var arr = document.cookie.match(new RegExp("(^| )lang=([^;]*)(;|$)"));
    if(arr != null){
    return arr[2];
    }else{
    return 'en';
    }
  }
  
  function get_error(code){
    return eval("("+"CY_code_"+getlanguage()+")")[code];
  }
  
  
  var CY_code_en={  
    "user_error_001":"Username is exist!",
    "name_error_001":"Full Name is exist!",
    "email_error_001":"Email is exist!",
    "mnumber_error_001":"Phone Number existed!",
  }



</script>
</body>
</html>
{"id":12155,"date":"2018-08-14T10:05:51","date_gmt":"2018-08-14T10:05:51","guid":{"rendered":"http:\/\/mmonline365.local\/login\/"},"modified":"2019-05-28T16:32:06","modified_gmt":"2019-05-28T16:32:06","slug":"login","status":"publish","type":"page","link":"https:\/\/mmonline365.com\/en\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12155","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MMOnline365 - Login and place your bet now<\/title>\n<meta name=\"description\" content=\"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mmonline365.com\/en\/login\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MMOnline365 - Login and place your bet now\" \/>\n<meta property=\"og:description\" content=\"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mmonline365.com\/en\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"MMONLINE365\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-28T16:32:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mmonline365.com\/en\/login\/\",\"url\":\"https:\/\/mmonline365.com\/en\/login\/\",\"name\":\"MMOnline365 - Login and place your bet now\",\"isPartOf\":{\"@id\":\"https:\/\/mmonline365.com\/en\/#website\"},\"datePublished\":\"2018-08-14T10:05:51+00:00\",\"dateModified\":\"2019-05-28T16:32:06+00:00\",\"description\":\"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!\",\"breadcrumb\":{\"@id\":\"https:\/\/mmonline365.com\/en\/login\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mmonline365.com\/en\/login\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mmonline365.com\/en\/login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mmonline365.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mmonline365.com\/en\/#website\",\"url\":\"https:\/\/mmonline365.com\/en\/\",\"name\":\"MMONLINE365\",\"description\":\"Myanmar Online Betting, Live Casino, Slot Games\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mmonline365.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MMOnline365 - Login and place your bet now","description":"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mmonline365.com\/en\/login\/","og_locale":"en_US","og_type":"article","og_title":"MMOnline365 - Login and place your bet now","og_description":"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!","og_url":"https:\/\/mmonline365.com\/en\/login\/","og_site_name":"MMONLINE365","article_modified_time":"2019-05-28T16:32:06+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mmonline365.com\/en\/login\/","url":"https:\/\/mmonline365.com\/en\/login\/","name":"MMOnline365 - Login and place your bet now","isPartOf":{"@id":"https:\/\/mmonline365.com\/en\/#website"},"datePublished":"2018-08-14T10:05:51+00:00","dateModified":"2019-05-28T16:32:06+00:00","description":"Enjoy the happinees of winning with your Smartphones or Computer at Anytime and Anywhere!","breadcrumb":{"@id":"https:\/\/mmonline365.com\/en\/login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mmonline365.com\/en\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mmonline365.com\/en\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mmonline365.com\/en\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/mmonline365.com\/en\/#website","url":"https:\/\/mmonline365.com\/en\/","name":"MMONLINE365","description":"Myanmar Online Betting, Live Casino, Slot Games","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mmonline365.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/pages\/12155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/comments?post=12155"}],"version-history":[{"count":1,"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/pages\/12155\/revisions"}],"predecessor-version":[{"id":12641,"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/pages\/12155\/revisions\/12641"}],"wp:attachment":[{"href":"https:\/\/mmonline365.com\/en\/wp-json\/wp\/v2\/media?parent=12155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}