• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hotro

Member
Bắt đầu nào! Bật file head.php lên thêm trên thẻ.
<script type="text/javascript" src=" http://ajax.microsoft.com /ajax/jquery.validate /1.7/jquery.validate.min.js"></script>
<script type="text/javascript" src="../mod/jquery.js"></script>
Tiếp tìm
core::display_core_errors();
Thêm dưới nó đoạn code sau:
//--- Mod Chatbox v3 ---//
echo "<script>
$(document).ready(function(){
$(\"#datachat\").load(\"chemgio.php\");
var refreshId = setInterval(function() {
$(\"#datachat\").load('$home/chemgio.php');
$(\"#datachat\").slideDown(\"slow\");
}, 5000);
$(\"#shoutbox\").validate({
debug: false,
submitHandler: function(form) {
$.post('$home/chemgio.php', $(\"#shoutbox\").serialize(),function(chatoutput) {
$(\"#datachat\").html(chatoutput);
});
$(\"#msg\").val(\"\");
}
});
});
</script>";
Cuối cùng là up file chemgio.php lên ngang index.php và up file jquery.js lên thư mục mod( chưa có thif tạo nhé).
http://m.iui.vn/files/f5f2eaba6589f35257ef0d6a9e040c9c/d85763a353ffaabc9e5dc98a7e911b35/chatboxv3.zip
 

Facebook Comments

New posts New threads New resources

Back
Top