Chatbox FMvi Ver 1.3 by baivong F6840c11

Trang ChínhTrang Chính   Shop  GalleryGallery  Latest imagesLatest images  Tìm kiếmTìm kiếm  Đăng kýĐăng ký  Đăng NhậpĐăng Nhập  
Chào bạn, khách viếng thăm !
Đăng Ký
:: Quên mật khẩu ::



Trang 1 trong tổng số 1 trang
Share|

Chatbox FMvi Ver 1.3 by baivong

Xem chủ đề cũ hơn Xem chủ đề mới hơn Chatbox FMvi Ver 1.3 by baivong Collap12Chatbox FMvi Ver 1.3 by baivong Collap13
Admin
Admin
Thông tin thành viên :
Click !
Nam
Tuổi : 33
Posts Posts : 2319
Points Points : 6889
Thanked Thanked : 77
Join date10/12/2010
Birthday Birthday : 27/02/1991
Đến từ Đến từ : Hải Phòng
I'm I'm : 26
Status : DarkNo1<=> ClubTeen9x
avatar-dulieu : 57,13100|50,11784|49,10840|64,12636|51,11465|48,12265|58,12156|66,11440
Nam Tuổi : 33
Posts Posts : 2319
Points Points : 6889
Thanked Thanked : 77
Join date10/12/2010
Birthday Birthday : 27/02/1991
Đến từ Đến từ : Hải Phòng
I'm I'm : 26
Status : DarkNo1<=> ClubTeen9x
avatar-dulieu : 57,13100|50,11784|49,10840|64,12636|51,11465|48,12265|58,12156|66,11440
   

Shop Avatar
Bài gửiTiêu đề: Chatbox FMvi Ver 1.3 by baivong Chatbox FMvi Ver 1.3 by baivong I_icon_minitimeThu Dec 29, 2011 2:10 pm

DarkNo1<=> ClubTeen9x
Tiêu đề: Chatbox FMvi Ver 1.3 by baivong
---------------------------------------------------
Cho Ðiểm Chủ Ðề Này
Ghi chú: Code được viết bởi baivong, dựa trên mẫu Chatbox Vân Đồn Star Ver 1.1 (đã xin phép tác giả). Từ ver 1.2 trở đi, chatbox được phát triển bởi FMvi-group.
Ver 1.3 là phiên bản phát triển hiệu ứng âm thanh. Xem ver 1.2 tại [You must be registered and logged in to see this link.]

Những chức năng mới so với ver 1.2:


  • Chức năng Chatbox FMvi Ver 1.3 by baivong 2270249841
    : Chức năng buzz làm rung chatbox trong 0.8s và phát âm thanh buzz
    (yahoo) cho tất cả thành viên đang có mặt trong chatbox (đối với IE và
    các trình duyệt không hỗ trợ CSS3 thì chỉ có âm thanh, ko có rung). Nếu
    bạn mới truy cập vào trang có chatbox chứa buzz thì bạn sẽ nhận được
    buzz.
  • Disconnect: Chỉ mình bạn nghe thấy âm thanh này khi bạn bị disconnect trên chatbox.
  • Online: Bạn sẽ nghe âm thanh online (yahoo) khi có số thành viên online tăng lên.
  • Away: Bạn sẽ nghe âm thanh offline (yahoo) khi có số thành viên away tăng lên.
  • New message: Bạn sẽ nghe âm thanh message (yahoo) khi số tin nhắn tăng lên trong 1 giây.
  • Full chat: Mở rộng khung chat toàn màn hình, lúc này menu lựa chọn sẽ nằm phía dưới, bên trái.


Demo
:
[You must be registered and logged in to see this link.]

Hướng dẫn:
Bước 1: ACP - Modules - Chatbox - Configuration:
ChatBox configuration

  • Activate the ChatBox: Yes
  • ChatBox display: Do not display


Bước 2: ACP - Display - Avatars - Smilies - Add:
[You must be registered and logged in to see this link.]

Smilies Configuration

  • Smilie Code : buzz
  • Smilie Emotion : buzz
    Add smile mớí bạn chọn một hình ảnh từ máy tính của bạn, có thể dùng ảnh này Chatbox FMvi Ver 1.3 by baivong 2270249841


Bước 3: ACP - Display - Templates
Đặt code dưới đây vào index_body hoặc overall_footer
Code:
<style type="text/css">
#chatvds_menu{cursor:pointer;display:inline;z-index:999}
#autologinchat,#fullchat,#numbuzz,#numCon,#numCoff,#numlast,#numfirst{display:none;}
#chatvds_menu:hover{background-color:#333;color:#ff0}
#thongdiep_chat{position:fixed;bottom:30px;right:80px}
#fullchat,#chatvds_menu,#autologinchat{background:none
 repeat scroll 0 0 #000;border:1px solid #999;float:left;margin:-6px
5px;padding:5px;}
#tuychinh_chat{display:none;height:20px;position:fixed;bottom:-1px;right:0;font-family:Tahoma,
 Arial;font-size:12px;font-weight:700;z-index:999}
#chatfmvi{background-image:url(http://i48.servimg.com/u/f48/13/58/60/43/mainco13.png);z-index:
 999;height:100%;position:fixed;right:5px;display:none;border:1px solid
#999;margin:0;padding:0}
#mes_chat,#onl_chat,#away_chat{color:red}
#show_color{display:block}
</style>
<div id="tuychinh_chat" onmouseover="hien_tuychinh();" onmouseout="an_tuychinh();">
    <div id="fullchat">
        <input type="checkbox" />
        <span class="gensmall">Full chat</span>
    </div>
    <div id="autologinchat">
        <input type="checkbox" checked="checked" />
        <span class="gensmall">Auto Login</span>
    </div>
    <div id="chatvds_menu">
        <strong style="float:left">New message [
            <span id="mes_chat">0</span>] Online [
            <span id="onl_chat">0</span>] Away [
            <span id="away_chat">0</span>]</strong>
    </div>
    <div id="audiobuzz"></div>
    <div id="audiochaton"></div>
    <div id="audiochataway"></div>
    <div id="audiochatdiss"></div>
    <div id="audiochatmess"></div>
    <span id="numfirst">0</span>
    <span id="numlast">0</span>
    <span id="numbuzz">0</span>
    <span id="numon">0</span>
    <span id="numaway">0</span>
</div>
<iframe id="chatfmvi" onload="firstchatfmvi()" src="/chatbox/index.forum?archives=1"></iframe>
<script type="text/javascript">
function firstchatfmvi() {
 
  $("#chatfmvi").contents().find("#chatbox_header
.chatbox-title").html('<font color="cyan">Chatbox <font
color="yellow">Ver 1.3</font></font>');
   
$("#chatfmvi").contents().find("#divsmilies").after('<div
id="chatbuzz" style="padding:5px 2px" class="fontbutton
fontbutton_normal" onmouseover="this.className='fontbutton
fontbutton_hover'" onmouseout="this.className='fontbutton
fontbutton_normal'"><input style="background:
url(http://www.fmvi.org/users/2315/72/47/45/smiles/3783939235.gif)
no-repeat scroll 0pt 0pt transparent; width: 45px; height: 12px; border:
 0pt none;" type="submit" name="submit_button"
value=""></div>');
    $("#chatfmvi").contents().find("#chatbuzz").click(function () {
        $("#chatfmvi").contents().find("input[name='message']").val(":buzz:");
        $("#chatfmvi").contents().find("input[name='message']").focus()
    });
    $("#chatvds_menu").click(function () {
        $("#chatfmvi").toggle();
 
      0 != $("#autologinchat input:checked").length && "none"
!= $("#chatfmvi").contents().find("#chatbox_option_co").css("display")
&& $("#chatfmvi")[0].contentWindow.CB_disconnect();
        0 != $("#fullchat input:checked").length ? chatboxleft() : ($("#chatfmvi").css({
            height: "50%",
            bottom: "30px",
            right: "5px",
            width: "65%"
        }), $("#tuychinh_chat").css({
            right: "0",
            left: "auto",
            "z-index": "99999"
        }), $("#fullchat,#autologinchat").css("float", "left"))
    });
    $("#numbuzz").text($("#chatfmvi").contents().find("#chatbox .msg img[alt='buzz']").length);
    $("#numon").text($("#chatfmvi").contents().find("#chatbox_members .online").next("ul").find("li").length);
    $("#numaway").text($("#chatfmvi").contents().find("#chatbox_members .away").next("ul").find("li").length);
    setInterval(function () {
        $("#numfirst").text($("#chatfmvi").contents().find("#chatbox p").length);
        setTimeout('$("#numlast").text($("#chatfmvi").contents().find("#chatbox p").length)', 1E3);
 
      0 < Number($("#numfirst").text()) -
Number($("#numlast").text()) &&
$("#audiochatmess").html('<embed type="application/x-shockwave-flash"
 src="http://baivong.do.am/dewplayer-mini_68.swf"
flashvars="mp3=http://baivong.do.am/message.mp3&autoplay=1"
width="1" height="1" />');
        var a = $("#chatfmvi").contents().find("#chatbox .msg img[alt='buzz']").length;
 
      a > Number($("#numbuzz").text()) ?
($("#audiobuzz").html('<embed type="application/x-shockwave-flash"
src="http://baivong.do.am/dewplayer-mini_68.swf"
flashvars="mp3=http://baivong.do.am/buzz.mp3&autoplay=1" width="1"
height="1" />'), transformL(), setTimeout("transformR()", 100),
setTimeout("transformL()", 200), setTimeout("transformR()", 300),
setTimeout("transformL()", 400), setTimeout("transformR()", 500),
setTimeout("transformL()", 600), setTimeout("transformR()", 700),
setTimeout("$('#chatfmvi').contents().find('#chatbox_header,
#chatbox_footer, #chatbox, #chatbox_members').css({'transform':
'rotate(0deg)', '-moz-transform': 'rotate(0deg)', '-webkit-transform':
'rotate(0deg)', '-o-transform': 'rotate(0deg)'})", 800),
$("#numbuzz").text(a)) : a < Number($("#numbuzz").text()) &&
$("#numbuzz").text("0");
        "none" == $("#chatfmvi").contents().find("#chatbox_option_co").css("display") && $("#audiochatdiss").empty();
        var a = $("#chatfmvi").contents().find("#chatbox_members .online").next("ul").find("li").length,
            c = $("#chatfmvi").contents().find("#chatbox_members .away").next("ul").find("li").length;
 
      a > Number($("#numon").text()) ?
($("#audiochaton").html('<embed type="application/x-shockwave-flash"
src="http://baivong.do.am/dewplayer-mini_68.swf"
flashvars="mp3=http://baivong.do.am/online.mp3&autoplay=1" width="1"
 height="1" />'), $("#numon").text(a)) : a <
Number($("#numon").text()) && $("#numon").text(a);
        c
> Number($("#numaway").text()) ? ($("#audiochataway").html('<embed
 type="application/x-shockwave-flash"
src="http://baivong.do.am/dewplayer-mini_68.swf"
flashvars="mp3=http://baivong.do.am/offline.mp3&autoplay=1"
width="1" height="1" />'), $("#numaway").text(c)) : c <
Number($("#numaway").text()) && $("#numaway").text(c);
        if (-1 == $("#chatfmvi").contents().find("p:first").text().indexOf("You must be connected to use the ChatBox")) {
            var a = $("#chatfmvi").contents().find("#chatbox_members .away").next("ul").find("li").length,
                c = $("#chatfmvi").contents().find("#chatbox_members .online").next("ul").find("li").length,
                b, d;
 
          "inline" == $("#chatfmvi").css("display") && (null ==
 my_getcookie("old_messenger") ? my_setcookie("old_messenger", 0, !0) :
my_setcookie("old_messenger", $("#chatfmvi").contents().find("#chatbox
p").length, !0)); - 1 != $("#chatfmvi").contents().find("#chatbox
p:first").text().indexOf("You are disconnected") && 0 ==
$("#audiochatdiss").find("embed[flashvars*='disconnect.mp3']").length ?
(b = "X", my_setcookie("old_messenger", 1, !0),
$("#audiochatdiss").html('<embed type="application/x-shockwave-flash"
 src="http://baivong.do.am/dewplayer-mini_68.swf"
flashvars="mp3=http://baivong.do.am/disconnect.mp3&autoplay=1"
width="1" height="1" />')) : (b =
Number($("#chatfmvi").contents().find("#chatbox p").length), d =
Number(my_getcookie("old_messenger")), b < d ? (b = "X",
my_setcookie("old_messenger", 0, !0)) : b -= d)
        } else {
            a = c = b = "X"
        }
        0 != $("#pun-head a.mainmenu[href='/login']").length && my_setcookie("old_messenger", 0, !0);
        $("#mes_chat").text(b);
        $("#onl_chat").text(c);
        $("#away_chat").text(a)
    }, 1E3);
    $("#tuychinh_chat").fadeIn(1E3);
    $("#autologinchat").click(function () {
 
      0 != $("#autologinchat input:checked").length ?
my_setcookie("check_loginchat", "yes", !0) :
my_setcookie("check_loginchat", "no", !0)
    });
    $("#fullchat input").click(function () {
 
      0 == $("#fullchat input:checked").length ?
my_setcookie("check_fullchat", "yes", !0) :
my_setcookie("check_fullchat", "no", !0)
    });
    "no" == my_getcookie("check_loginchat") && $("#autologinchat input").attr("checked", !1);
    "no" == my_getcookie("check_fullchat") && ($("#fullchat input").attr("checked", !0), chatboxleft())
}
function chatboxleft() {
    $("#chatfmvi").css({
        height: "100%",
        bottom: "0",
        right: "0",
        width: "100%"
    });
    $("#tuychinh_chat").css({
        left: "0",
        right: "auto",
        "z-index": "99999"
    });
    $("#fullchat,#autologinchat").css("float", "right")
}
function hien_tuychinh() {
    $("#fullchat,#autologinchat").show()
}
function an_tuychinh() {
    $("#fullchat,#autologinchat").hide()
}
function transformL() {
    $("#chatfmvi").contents().find("#chatbox_header, #chatbox_footer, #chatbox, #chatbox_members").css({
        transform: "rotate(-10deg)",
        "-moz-transform": "rotate(-10deg)",
        "-webkit-transform": "rotate(-10deg)",
        "-o-transform": "rotate(-10deg)"
    })
}
function transformR() {
    $("#chatfmvi").contents().find("#chatbox_header, #chatbox_footer, #chatbox, #chatbox_members").css({
        transform: "rotate(10deg)",
        "-moz-transform": "rotate(10deg)",
        "-webkit-transform": "rotate(10deg)",
        "-o-transform": "rotate(10deg)"
    })
};
</script>
Ghi chú Để IDM không tự động bắt link mp3 - âm thanh chatbox, các bạn hãy bỏ chức năng tự bắt link mp3 của IDM theo hướng dẫn sau:

  1. Bật IDM - Internet Download Manager
  2. Click vào menu Downloads chọn Options
  3. Trong cửa sổ bật ra, chọn tab Ganeral
  4. Trong tab Ganeral, nhìn ở cuối có mục Customide IDM Download panels in browsers, bạn chọn Edit...
  5. Trong cửa sổ bật ra, chọn tab For web-palyer
  6. trong tab For web-palyer, mục Show IDM Download panels for following file type, bạn bỏ check mục MP3
  7. Nhấn OK - OK



Tài sản: Admin

Tài sản
.: Chatbox FMvi Ver 1.3 by baivong Thdhbc Chatbox FMvi Ver 1.3 by baivong Thdhbg Chatbox FMvi Ver 1.3 by baivong Theagle_medal_50x50 Chatbox FMvi Ver 1.3 by baivong Thhuanchuong3 Chatbox FMvi Ver 1.3 by baivong Thhuanchuong4 Chatbox FMvi Ver 1.3 by baivong Thhuanchuong5 Chatbox FMvi Ver 1.3 by baivong Thmedal271 Chatbox FMvi Ver 1.3 by baivong Thknst Chatbox FMvi Ver 1.3 by baivong Thmedal2 Chatbox FMvi Ver 1.3 by baivong Thmedal7 Chatbox FMvi Ver 1.3 by baivong Thmedal121 Chatbox FMvi Ver 1.3 by baivong Thmedal27 Chatbox FMvi Ver 1.3 by baivong Thmedal241 Chatbox FMvi Ver 1.3 by baivong Thmedal21 Chatbox FMvi Ver 1.3 by baivong Thmedal-10 Chatbox FMvi Ver 1.3 by baivong Medal1152 Chatbox FMvi Ver 1.3 by baivong Medal1012 Chatbox FMvi Ver 1.3 by baivong Medal145 Chatbox FMvi Ver 1.3 by baivong Medal101jg6 Chatbox FMvi Ver 1.3 by baivong Medal81kl2 Chatbox FMvi Ver 1.3 by baivong Medal61qo1 Chatbox FMvi Ver 1.3 by baivong Medal51wb6 Chatbox FMvi Ver 1.3 by baivong Medal51 Chatbox FMvi Ver 1.3 by baivong Medal41 Chatbox FMvi Ver 1.3 by baivong Medal31cj0 Chatbox FMvi Ver 1.3 by baivong Medal24 Chatbox FMvi Ver 1.3 by baivong Medal22 Chatbox FMvi Ver 1.3 by baivong Medal21 Chatbox FMvi Ver 1.3 by baivong Medal20 Chatbox FMvi Ver 1.3 by baivong Medal18 Chatbox FMvi Ver 1.3 by baivong Medal17 Chatbox FMvi Ver 1.3 by baivong Medal16 Chatbox FMvi Ver 1.3 by baivong Medal15 Chatbox FMvi Ver 1.3 by baivong Medal14 Chatbox FMvi Ver 1.3 by baivong Medal13 Chatbox FMvi Ver 1.3 by baivong Medal12 Chatbox FMvi Ver 1.3 by baivong Medal11ai9 Chatbox FMvi Ver 1.3 by baivong Medal11 Chatbox FMvi Ver 1.3 by baivong Medal10 Chatbox FMvi Ver 1.3 by baivong Medal9 Chatbox FMvi Ver 1.3 by baivong Medal81 Chatbox FMvi Ver 1.3 by baivong Medal7 Chatbox FMvi Ver 1.3 by baivong Medal6 Chatbox FMvi Ver 1.3 by baivong Medal5 Chatbox FMvi Ver 1.3 by baivong Medal4 Chatbox FMvi Ver 1.3 by baivong 13
Danh vọng Danh vọng:
Chatbox FMvi Ver 1.3 by baivong Img_le10100/100Chatbox FMvi Ver 1.3 by baivong Img_ba10  (100/100)
Sinh lực Sinh lực:
Chatbox FMvi Ver 1.3 by baivong Img_le10-1100/100Chatbox FMvi Ver 1.3 by baivong Img_ba10  (100/100)
Chữ Ký: Admin
Về Đầu Trang
Go down

Chia sẻ
Add to Tagvn  Add to Linkhay  Add to TrumSEO  Add to Sig  Add to VietKick  Add to Buzz  Add to Google Buzz  Add to Facebook    

¨‘°ºO(¯°•. Xem tiếp 1 số bài viết cùng chuyên mục!.•°¯)Oº°‘¨

Chatbox FMvi Ver 1.3 by baivong Collap10Chatbox FMvi Ver 1.3 by baivong Collap13
Bài gửiTác giảTrả lờiLượt xemNgười gửi cuối


Trang 1 trong tổng số 1 trang

Chatbox FMvi Ver 1.3 by baivong

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang

Trả lời nhanh

Chatbox FMvi Ver 1.3 by baivong Collap10Chatbox FMvi Ver 1.3 by baivong Collap13
-Khách viếng thăm vui lòng đăng nhập để có thể trả lời bài viết!
-Quyền hạn trong chuyên mục:
Bạn không có quyền gửi chủ đề mới
Bạn không có quyền sửa bài viết của mình
Bạn không có quyền trả lời bài viết

  » Yêu cầu viết bài bằng tiếng việt có dấu!
  » Không spam, đăng ảnh đồi truỵ hay sử dụng từ ngữ vô văn hoá!
  » Không gây xích mích, vui lòng tôn trọng thành viên khác!
  
  
Liên hê với chúng tôi | Http://ClubTeen9x.net |Trên lên trên
Diễn đàn sáng lập bởi: Mr.Ben
Diễn đàn phát triển bởi: Toàn bộ thành viên diễn đàn
Ðịa chỉ Mạng: ClubTeen9x.net
Ðiện thoại: 01228397557 - Email: nhocpro_clubteen9x@yahoo.com
Website Http://ClubTeen9x.net
Skin rip By Việt K
Powered by phpBB2® Version 2.0
Copyright © 2011, FORUMOTION - ClubTeen9x.net
Support by Forumotion. Diễn đàn hiển thị tốt nhất trên
với độ phân giải 1024x768 trở lên.

Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất