'; html += '
'; $("body").prepend(html); $("#uname").blur(function (e) { var params = new Object(); params.uname = $("#uname").val().trim(); $.getJSON(NCTInfo.ROOT_URL + "ajax/user-social", params, function (result) { if (typeof result.error_code != "undefined" && result.error_code == 0) { NCTOAuth.validateFieldRegister(false, "UName"); } else { var msg = ""; if (result.error_code == 1) { msg = "Tên đăng nhập tối thiểu phải 6 ký tự và tối đa 30 ký tự. Vui lòng nhập lại!"; } else if (result.error_code == 2) { msg = "Tên đăng nhập không hợp lệ. Vui lòng nhập lại!"; } else if (result.error_code == 3) { msg = "Tên đăng nhập đã tồn tại. Vui lòng nhập lại!"; } NCTOAuth.validateFieldRegister(true, "UName", msg); } }); }); $("#uname").focus(function () { $("#noteUserName").show(); }); $("#uname").blur(function () { $("#noteUserName").hide(); }); $("#email").focus(function () { $("#noteEmail").show(); }); $("#email").blur(function () { $("#noteEmail").hide(); }); } if (NCTOAuth.FACEBOOK == type) { title += " bằng tài khoản facebook"; } else if (NCTOAuth.GOOGLE == type) { title += " bằng tài khoản Google"; } $("#socialTitle").html(title); $("#uname").val(username); $("#fullName").val(fullName); $("#email").val(email); $("#htmlLoginSocial").show(); NCTOAuth.showAllSuccessFieldRegister(); }, closePopupRegister: function () { $("#htmlLoginSocial").hide(); }, validateFieldRegister: function (isError, regex, msg) { if (typeof isError == "undefined" || isError == null || typeof regex == "undefined" || regex == null || regex == "") { return; } if (isError) { $("#err_" + regex).html(msg); $("#err_" + regex).show(); $("#suc_" + regex).hide(); } else { $("#err_" + regex).hide(); $("#suc_" + regex).show(); } }, showErrorSocial: function (msg) { $("#errorSocial").show(); $("#errorSocial").html(msg); }, showAllSuccessFieldRegister: function () { $("span[id*='err_']").each(function (e) { $(this).hide(); }); $("div[id*='suc_']").each(function (e) { $(this).show(); }); $("#errorSocial").hide(); }, closePopupLogin: function () { if ($("#htmlLoginForm").is(":visible")) { $("#htmlLoginForm").addClass("hideShowCase"); } if ($("#htmlRegisterForm").is(":visible")) { $("#htmlRegisterForm").addClass("hideShowCase"); } }, isInvalidEmail: function (email) { if (email == null || email == 'undefined') { return false; } var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(email); }, registerSocial: function (socialId, type) { if (!$("#checkAll").is(":checked")) { NCTOAuth.showErrorSocial("Bạn chưa chọn đồng ý điều kiện \"Thỏa thuận sử dụng\" "); return; } var userName = $("#uname").val(); var fullName = $("#fullName").val(); var email = $("#email").val(); var phone = $("#phone").val(); var ggCaptcha = $("#codegg").val(); if (typeof userName == "undefined" || userName == "") { NCTOAuth.validateFieldRegister(true, "UName", "Tên đăng nhập tối thiểu phải 6 ký tự và tối đa 30 ký tự. Vui lòng nhập lại!"); return; } if (typeof fullName == "undefined" || fullName == "") { NCTOAuth.validateFieldRegister(true, "FName", "Tên hiển thị không được để trống."); return; } if (typeof email == "undefined" || email == "") { NCTOAuth.validateFieldRegister(true, "Mail", "Email không được để trống."); return; } else if (!NCTOAuth.isInvalidEmail(email)) { NCTOAuth.validateFieldRegister(true, "Mail", "Email không không hợp lệ."); return; } if (typeof ggCaptcha == "undefined" || ggCaptcha == "") { NCTOAuth.showErrorSocial("Mã xác nhận không đúng."); return; } var user = new Object(); user.userName = userName; user.fullName = fullName; user.email = email; user.phone = phone; user.ggCaptcha = ggCaptcha; user.socialId = socialId; user.type = type; $.post(NCTInfo.ROOT_URL + "ajax/user-social", user, function (result) { if (typeof result.error_code != "undefined") { if (result.error_code == 0) { //success if ($("#htmlLoginSocial").is(":visible")) { $("#htmlLoginSocial").hide(); } NCTOAuth.showPopupRegisterSuccess(userName, fullName, type); } else { var msg = ""; if (result.error_code == 1) { msg = "Tên đăng nhập tối thiểu phải 6 ký tự và tối đa 30 ký tự. Vui lòng nhập lại!"; NCTOAuth.validateFieldRegister(true, "UName", msg); } else if (result.error_code == 2) { msg = "Tên đăng nhập không hợp lệ. Vui lòng nhập lại!"; NCTOAuth.validateFieldRegister(true, "UName", msg); } else if (result.error_code == 3) { msg = "Tên đăng nhập đã tồn tại. Vui lòng nhập lại!"; NCTOAuth.validateFieldRegister(true, "UName", msg); } else if (result.error_code == 16) { msg = "Mã xác minh đã hết hạn."; NCTOAuth.showErrorSocial(msg); } else if (result.error_code == 15) { msg = "Thông tin đăng nhập không hợp lệ. Vui lòng nhập lại!"; NCTOAuth.showErrorSocial(msg); } } } grecaptcha.reset(); }); }, showPopupRegisterSuccess: function (username, fullName, type) { var title = "Đăng ký"; if (NCTOAuth.FACEBOOK == type) { title += " bằng tài khoản facebook"; } else if (NCTOAuth.GOOGLE == type) { title += " bằng tài khoản Google"; } var html = '
จริงๆ
ภาพแหละ
มันยืนฟัง
ในใจไม่หาย
อ่อนแน่
เกินชะลุ้มวิม
ตามเธอไป
ตรงนี้
กี่ครั้ง
สุดท้ายเป็นฉันที่โดนล่าร้าย
ศิลป์เพลง
เจ้าอยู่ข้างฉันที่มันรู้สึกเหมือนตาย
ฉันจะไม่ขอให้เธอมาอธิบาย
ในสิ่งที่ทําลงไป
แม้การชีวิตที่เคยให้เธอจะพัง
แต่ฉันจะไม่เสียใจ
เงิบรัก
ต่อให้ต้องล้อหายอีกแค่ไหน
จากนี้
จะมีแค่ฉันadinate
ถัดไปแต่ละคืน ไม่อยากไม่มีเธอข้างๆ
เดือนขาดเธอจะจะ apologize
ความหลังใจถึงมันอาจมัน conservative
อยากยังบ่อยเธอว่าถ้าเลิกรักมันก็คงยากไป
เช่ untailgกับเข็มบูตếuว่าเราต่างกัน
บางๆทีเธอบอกว่าฉันดีไป
köt Значит teaกสร้างการนี้
&YEarloว่า night
เอยูก่ะภาพที่เธอว่ายกับรัก
T waiverite
ฉันอยู่ในที่ทานที่เธอสร้าง อยู่กับคนที่เธออาจได้
แค่หยอมไปเดินเถอะ เท่าที่เธอบอกว่ารักมันไม่จริง
เพราะที่เธอให้เคยก็รู้มันไม่จริง
และหัวใจเธอมองอาจฉันมันไม่มีควบคุย
แต่แสดงวันเธอที่ฉันเหลือไว้แค่พักให้กับคนไม่รัมดี
ฉันจะไม่ขอให้เธอมาอาจจะบายใดรูปสิ่งที่ทานลงไป
จะมีแค่ฉัน ไม่ว่าฉันเดียวร้าย
น้ําตา ที่ไหลออกมา เทิมกลางแสงของระจันทร์
ทุกวัน ยิ่งเห็นว่ามัน ยิ่งมองและซ่อมลงมา
แค่ซ่อมลงมา
ฉันจะไม่ขอให้เธอ มาอธิบาย ในสิ่งที่ทําลงไป
แม้ต้องชีวิตที่เคยให้เจอ จะพักแค่ฉัน จะมั่นสินใจ
กับรัก ต่อให้ต้องร้องหาดีแค่ไหน
จากนี้ จะมีแค่ฉัน ไม่ว่าฉันที่รัก
ไม่ว่าฉันที่รัก