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
13/5/21
Bài viết
43
Lượt Thích
4
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
25/8/20
Bài viết
112
Lượt Thích
26
Coins
1,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ì đó
Wo
 
Tham gia
9/2/21
Bài viết
57
Lượt Thích
10
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
13/5/21
Bài viết
43
Lượt Thích
4
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
27/3/20
Bài viết
585
Lượt Thích
575
Coins
23,860
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
22/8/21
Bài viết
214
Lượt Thích
64
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
16/9/21
Bài viết
31
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ì đó
tls ad
 
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