Chào mừng!

Bằng cách đăng ký với chúng tôi, bạn sẽ có thể thảo luận, chia sẻ và nhắn tin riêng tư với các thành viên khác trong cộng đồng của chúng tôi.

Đăng ký ngay!
  • Chào Khách,
    Bạn cần liên hệ với admin ??? ZALO & TELEGRAM

Share Share code đổi thẻ cào tự động doicardnhanh

Tham gia
11/7/19
Bài viết
84
Lượt Thích
11
Coins
6,850
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
16/10/19
Bài viết
18
Lượt Thích
9
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
23/12/18
Bài viết
104
Lượt Thích
18
Coins
3,500
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
21/3/20
Bài viết
6
Lượt Thích
0
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
Ok
 
Tham gia
14/7/20
Bài viết
62
Lượt Thích
4
Coins
5,215
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
29/10/19
Bài viết
87
Lượt Thích
28
Coins
1,100
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
.
 
Tham gia
23/6/21
Bài viết
5
Lượt Thích
0
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
21/6/21
Bài viết
5
Lượt Thích
0
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
Vjp
 
Tham gia
30/3/21
Bài viết
87
Lượt Thích
9
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
24/5/21
Bài viết
38
Lượt Thích
2
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
Hu
 
Tham gia
6/7/21
Bài viết
1
Lượt Thích
0
Coins
1,000
hhay
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
hay
 
Tham gia
5/6/21
Bài viết
88
Lượt Thích
6
Coins
1,000
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Tham gia
4/12/19
Bài viết
185
Lượt Thích
15
Coins
1,800
Code mang tính chất tham khảo - không nên sử dụng thương mại.
demo

Hướng dẫn cài đặt :
Config csdl : classes/DB.php
Config domain : core/init.php (dòng 22 $_DOMAIN, api fb các thứ ở đây luôn)
Mở file includes/footer.php tìm đến đoạn javascript xóa thay bằng code dưới
JavaScript:
$(document).ready(function () {
    $("#sign_in").validate({
        rules: {
            username: {
                required: true
            },
            pwd: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            username: "Hãy nhập tài khoản",
            pwd: "Mật khẩu phải lớn hơn 6 kí tự"
        },
        submitHandler: function (_0xeb80x2) {
            $("button.btn-danger").attr("disabled", true);
            $.post("/assets/ajax/client/login.php", $("#sign_in").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-danger").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    });
    $("#forgot").validate({
        rules: {
            forgotusername: {
                required: true,
                minlength: 6
            },
            email: {
                required: true,
                minlength: 6
            }
        },
        messages: {
            forgotusername: "Bạn Chưa Nhập Tài Khoản",
            email: "Hãy Nhập Email"
        },
        submitHandler: function (_0xeb80x2) {
            $("btn.btn-info").attr("disabled", true);
            $.post("/assets/ajax/client/quenmk.php", $("#forgot").serialize(), function (_0xeb80x3) {
                alert(_0xeb80x3.msg);
                $("button.btn-success").attr("disabled", false);
                if (_0xeb80x3.status == 0) {
                    window.location = "/"
                }
            }, "json");
            return false
        }
    })
});
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
Chỉnh lại dòng
JavaScript:
var _0x7580 = ["hostname", "location", "doicardnhanh.com", "Edit Code by ĐẶNG QUỐC BẮC", "href", "https://www.facebook.com/Bac.CSM
thành website của bạn và tên của bạn, lưu lại là xong nhé.
Download
Nội dung ẩn.
Code Bắc gì gì đó
 
Top Bottom
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock
No Thanks