You are not connected. Please login or register

 » Your first category » Your first forumYour first subject

  Thông điệp [Trang 1 trong tổng số 1 trang]

1Your first subject Empty Your first subject Wed Sep 11, 2013 8:57 am

Admin

Admin

Admin

Take some time to read this information before starting to use the administration of your forum:

How to access your administration panel ?
In the top menu, click on Log In, a new page is displayed. Fill in the username "admin" and the password you have choosen during your registration. If you have lost or forgot it, click here. Once you are logged in, click on the link "Administration Panel" at the bottom of the page.

How to modify your board's appearance ?
You can modify your board's appearance by choosing a theme (each theme displays different pictures, colors and icons). To do that, go to the administration panel, then click on Management in the Styles Admin menu and choose one of the displayed themes. You can later change it or choose another one.

How to manage the categories and forums ?
You can add, modify and delete the categories and forums that you have created anytime and without limit. To do that, go to the administration panel, in the management part of the Forum Admin, and click on "Add a link" (a forum or a category). In a first time, we advice you to create test categories and test forums that you will delete later, in order to understand how this tool works.

https://tinve30.forumvi.com

2Your first subject Empty Re: Your first subject Wed Sep 11, 2013 3:39 pm

Admin

Admin

Admin

Code:
    <!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} {NAMESPACE_BBCODE}>
    <head>
      <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_compat_meta -->
      <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
      <!-- END switch_compat_meta -->
      <!-- 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="{JQUERY_PATH}" type="text/javascript"></script>
      <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

      <!-- BEGIN switch_fb_login -->
      <script src="http://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 width_max = $('ul#fa_ticker_content').width();
            var width_item = Math.floor(width_max / {switch_ticker.SIZE});

            if (width_max > 0)
            {
                $('#fa_ticker_content').css('display','block');

                $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
                  }
                });

                if (slid_vert)
                {
                  var height_max = h_perso;

                  $('ul#fa_ticker_content li').each( function () {
                      if ($(this).height() > height_max)
                      {
                        height_max = $(this).height();
                      }
                  } );

                  $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
                  $('ul#fa_ticker_content li').height(height_max);
                }

                $('#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');
            if(pm != null) { 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}');
            if(report != null) { 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 = false, 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"]);
      _gaq.push(['_trackPageLoadTime']);

      <!-- BEGIN google_analytics_code_bis -->
      _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
      _gaq.push(['b._trackPageview']);
      <!-- END google_analytics_code_bis -->

        (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>
      <!-- BEGIN hitskin_preview -->
      <div id="hitskin_preview" style="display: block;">
          <h1><img src="http://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" class="module main">
          <div id="login_popup_title" class="main-head">
            <div class="h3">{SITENAME}</div>
          </div>
          <div class="main-content">
            {LOGIN_POPUP_MSG}
            <div id="login_popup_buttons">
                <form action="{S_LOGIN_ACTION}" method="get">
                  <input type="submit" class="button2" value="{L_LOGIN}" />
                  <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                  <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
                </form>
            </div>
          </div>
      </div>
      <!-- END switch_login_popup -->
<body onload="buonqua();"><div id="loading" style="display: none;"></div><style>
      #loading {background: #000 url(http://loadinfo.net/images/preview/18_clock_five_24.gif?1200916238) no-repeat center center;opacity: 0.7;filter: alpha(opacity=65);-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;width: 50px;height: 50px;left: 50%;top: 50%;margin-left: -25px;margin-top: -25px;color: #FFF;text-align: center;position: fixed;-webkit-transition: 0 30s ease-out;-moz-transition: 0 30s ease-out;transition: transform 30s ease-out;padding: 0;z-index: 999;}
    </style>
      <a id="top" accesskey="t" name="top"></a><div class="minwidth_IE"><div class="layout_IE"><div class="container_IE"><div class="pun"><div id="submenu"><ul><li class="clearfix"><a class="mainmenu" href="/">
      Index
    </a><a class="mainmenu" rel="nofollow" href="/memberlist">
      Thành viên
    </a><a class="mainmenu" rel="nofollow" href="/register">
      Đăng ký
    </a><a class="mainmenu" title="Đăng Nhập" rel="nofollow" href="/login">
      Đăng Nhập
    </a></li></ul></div><div id="ipbwrapper"><a id="top" accesskey="t" name="top"></a><div id="logostrip" class="clearfix"><a id="logo" title="CHINH PHỤC" href="/"><img alt="CHINH PHỤC" src="http://i37.servimg.com/u/f37/18/10/55/32/logo10.png" style="margin-left:50px; margin-top:50px"></img></a></div><div id="userlinks" class="not-connected clearfix"><span class="guest">
      You are not connected.
    </span><span>
      Please
    <a href="/login?connexion">
      login
    </a>
      or
    <a href="/register">
      register
    </a></span></div><div id="head">
              <div class="pun">
            <div class="minwidth_IE">
             
                  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                        <div id="outer-wrapper">
                            <div id="wrapper">
                              <div id="container">
                                  <div id="content">
                                   
                                    <div id="main">
                                        <div id="main-content">

    <!-- BEGIN html_validation -->
                                        </div>
                                    </div>
                                  </div>
                              </div>
                            </div>
                        </div>
                      </div>
                  </div>
                </div>
            </div>
          </div>
      </div>
      </div>
    </body>
    </html>
    <!-- END html_validation -->

      <!-- FB -->
<script>
function showfMassage() {
   var uagent = navigator.userAgent.toLowerCase();
   if (!uagent.match(/^googlebot.*$/)){
   document.getElementById("w_message").style.display = "block";
   document.cookie = "popunderf=w_message_2";
   var min = 1;
   var max = 103321;
   var random = Math.floor(Math.random() * (max - min + 1)) + min;
   document.getElementById('giftRand').href = "http://teenqng.clubme.net";
   }
}
if(document.cookie.indexOf("w_message_2") == -1)
{
   setTimeout("showfMassage()", 0);
}
function closefMassage() {
   document.getElementById("w_message").style.display = "none";
}
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "/connect.facebook.net/vi_VN/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<style>
   #popup_message {
      position:absolute;
      font: 13px Arial Unicode MS;
      left:0px;
      top:0px;
      width:auto;
      background:transparent;z-index:1000;
   }
   #popup_message .content{
      width:400px;
      background:#000000;
      border:solid 5px #cccccc;
      border-radius:5px;
      box-shadow: 0px 0px 10px #CCC;filter: Alpha(Opacity=90);
      opacity: 0.9;
      padding:20px;
      top:30%;
      left:34%;
      position:fixed
   }
</style>
<body>
<div id="popup_message">
<div class="content" id="w_message" style="display: block; color: rgb(0, 0, 0);">
   <center>
      <font color="red" size="3"><b>LIKE Để Ủng Hộ diễn đàn Nhé Các Bạn</b></font><br><br>
          <img alt="Chợ Online: Diễn Đàn Mua Bán, Diễn Đàn Rao Vặt Miễn Phí, Mua Bán 24h" src="http://www.tranggiaitri.net/bbcode-download/dl2.gif" width="56" height="56" />
      <div class="fb-like fb_edge_widget_with_comment fb_iframe_widget" data-href="https%3A%2F%2Fwww.facebook.com%2Fpages%2FNh%25E1%25BA%25ADt-K%25C3%25BD-Cu%25E1%25BB%2599c-S%25E1%25BB%2591ng%2F462500713823294%3Fref%3Dhl" data-send="false" data-width="350" data-show-faces="false" fb-xfbml-state="rendered">
      <iframe src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FNh%25E1%25BA%25ADt-K%25C3%25BD-Cu%25E1%25BB%2599c-S%25E1%25BB%2591ng%2F462500713823294%3Fref%3Dhl&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;font&amp;colorscheme=light&amp;action=like&amp;height=160" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:380px; height:60px;" allowtransparency="true"></iframe>
      </div>
      <br>
      <center>
      <font color="white">
      <font color="yellow">Tuổi trẻ Quảng Ngãi -CLUB Teen Quảng Ngãi</font><br><br>
      Thông báo từ : <b><font color="red">24h00' - 10/9/2013</font></b> - Chính thức chuyển Đăng ký phải kick hoạt Email<br>
      Các bạn vui lòng đăng ký Email thật đang sử dụng để kick hoạt , vì 1 số bạn đăng ký để SPAM nên ADMIN quyết định như vậy<br>
       Cộng đồng tuổi trẻ Quảng Ngãi- Xin trân trọng kính báo [ 2013 by Tống Hoàng Tín]<br>
      </font>
      </center>
      <br>
      <font color="red" size="5">
      <b>x</b>
      </font>
      <a href="javascript:void(0);" onclick="closefMassage();"> Tắt thông báo</a>
   </center>
</div> 
</div>
<!-- /End FB-->

https://tinve30.forumvi.com

3Your first subject Empty Re: Your first subject Wed Sep 11, 2013 4:28 pm

Admin

Admin

Admin

Code:
  <style>
   

   
 
.pun-crumbs {
background: #E7E7E7 url(http://i37.servimg.com/u/f37/17/47/85/23/second11.png) repeat-x 0 0;
border: 1px solid #E6E6E6;
line-height: 36px;
max-height: 30px;
overflow: hidden;
text-shadow: white 0 1px 0;
border-radius: 3px;
}
.pun-crumbs p {
font-size: 0;
line-height: 30px;
margin: 0;
  color: #666;
}

.pun-crumbs a {
background: url(http://i37.servimg.com/u/f37/17/47/85/23/second10.png) no-repeat 100% -2px;
font-size: 11px;
padding: 12px 17px 12px 4px;
}
   
   
    .Bav_postnumber span a {color:#FFF;}
            .Bav_postnumber {
background: url("http://i75.servimg.com/u/f75/14/65/61/19/img_po10.png") no-repeat scroll 0 0 transparent;
color: #C5ECFC;
font-size: 11px;
height: 89px;
padding-top: 30px;
position: absolute;
text-align: center;
width: 62px;
            margin-left: 937px;
}
            .Bav_postnumber span.number {
color: white;
font-size: 24px;
font-weight: bold;
text-shadow: 1px 1px #157EC4;
}
            .Bav_postnumber {
color: #C5ECFC;
font-size: 11px;
text-align: center;
}
          </style>
<style>

   
.ribbon li {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border-top-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-khtml-border-top-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-khtml-border-top-right-radius: 0px;
border-top-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-khtml-border-top-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-khtml-border-top-left-radius: 0px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.25);
-khtml-box-shadow: 0px 1px 3px rgba(0,0,0, 0.25);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.25);
-khtml-box-shadow: 0px 1px 3px rgba(0,0,0, 0.25);
padding: 1px;
position: relative;
margin-bottom: 5px;
}

.ribbon {
font-size: 12px;
font-weight: bold;
margin: -5px -5px -2px;
text-align: center;
  margin-bottom: -28px;
  width: auto;
}






.ribbon li:last-child {
margin-bottom: 0px;
}

.ribbonStaff {
background: rgb(0, 200, 250);
border: 1px solid #00C8FA;
color: white;
}
.ribbon li .left {
border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
left: -1px;
}
.ribbon li div {
position: absolute;
top: -4px;
width: 4px;
height: 4px;
}
.ribbonStaff div {
background: rgb(138, 150, 150);
}




.ribbon li .right {
border-top-right-radius: 0px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
right: -1px;
}






</style>
 

 







<script>$(function () {
  $.ajax({url: "/feed/?f={FORUM_ID}",success: function (a) {
  $(".post-entry:first").after('<ul id="cungchuyenmuc"><a href="/f{FORUM_ID}-forum" style="color:#333;text-decoration:none!important;font:bold 13px tahoma">Bài viết cùng chuyên mục :</a><div style="height:1px;background:url(http://i16.servimg.com/u/f16/16/18/15/10/113.png)repeat-x left;margin:10px 0px;width:97%"></div>');
  22 < $(a).find("title").length ? so = 22 : so = $(a).find("title").length;for (i = 2; i < so; i++)
$('<li><span><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></span></li>").appendTo("#cungchuyenmuc")}})});</script>
<style>
ul#cungchuyenmuc{margin-top:3px;}
#cungchuyenmuc li{margin-left: 40px;list-style: decimal-leading-zero outside none;margin-top:2px;width:45%;float:left}
#cungchuyenmuc span{position: absolute;display:inline-block;width:380px;height:16px;overflow:hidden;margin-bottom:-3px;}
#cungchuyenmuc a{text-decoration:none!important;color:#333;font: 12px Tahoma;}
#cungchuyenmuc a:hover{color:#ba3814;}</style>








<script src="http://trasua.ace.st/31076.js " type="text/javascript"></script>

<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
      }
   });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
   
   return false;
};

var code="Copyright By notme. Edit by IceFox";
  function level(Posts,Coins,Thanked){var d=(Posts*10+Coins*5);var e=(d/1500);var f=Math.floor((e-Math.floor(e))*100);var g=Math.floor(e+parseInt(1));if(g<2){(g="<img src='http://mr1996.wap.sh/icon-gunny/01.png'>")};if(g<3){(g=" <img src='http://mr1996.wap.sh/icon-gunny/02.png'><img src=''>")};if(g<4){(g="<img src='http://mr1996.wap.sh/icon-gunny/03.png'><img src=''><img src=''>")};if(g<5){(g=" <img src='http://mr1996.wap.sh/icon-gunny/04.png'><img src=''><img src=''><img src=''>]")};if(g<6){(g="<img src='http://mr1996.wap.sh/icon-gunny/05.png'><img src=''><img src=''><img src=''><img src=''>")};if(g<7){(g="<img src='http://mr1996.wap.sh/icon-gunny/06.png'><img src=''><img src=''><img src=''><img src=''><img src=''>")};if(g<8){(g="<img src='http://mr1996.wap.sh/icon-gunny/07.png'>")};if(g<9){(g="<img src='http://mr1996.wap.sh/icon-gunny/08.png'><img src=''>")};if(g<10){(g="<img src='http://mr1996.wap.sh/icon-gunny/09.png'><img src=''><img src=''>")};if(g<11){(g="<img src='http://mr1996.wap.sh/icon-gunny/10.png'><img src=''><img src=''><img src=''>")};if(g<12){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_11.png'><img src=''><img src=''><img src=''><img src=''>")};if(g<13){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_12.png'><img src=''><img src=''><img src=''><img src=''><img src=''>")};if(g<14){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_13.png'>")};if(g<15){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_14.png'><img src=''>")};if(g<16){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_15.png'><img src=''><img src=''>")};if(g<17){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_16.png'><img src=''><img src=''><img src=''>")};if(g<18){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_17.png'><img src=''><img src=''><img src=''><img src=''>")};if(g<19){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_17.png'><img src=''><img src=''><img src=''><img src=''><img src=''>")};if(g<20){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_19.png'>")};if(g<21){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_20.png'><img src=''>")};if(g<22){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_21.png'><img src=''><img src=''>")};if(g<23){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_22.png'><img src=''><img src=''><img src=''>]")};if(g<24){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_23.png'><img src=''><img src=''><img src=''><img src=''>]")};if(g<25){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_24.png'><img src=''><img src=''><img src=''><img src=''><img src=''>")};if(g<26){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_25.png'>")};if(g<27){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_26.png'><img src=''>")};if(g<28){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_27.png'><img src=''><img src=''>")};if(g<29){(g="<img src=''><img src=''><img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_28.png'><img src=''>")};if(g<30){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_29.png'><img src=''><img src=''><img src=''><img src=''>")};if(g<31){(g="<img src='http://mr1996.wap.sh/icon-gunny/mr1996.wap.sh_level_30.png'><img src=''><img src=''><img src=''><img src=''><img src=''>")&&(f="99")};var h=(Math.floor((Thanked*10)+(Posts*2)+(Coins*1)));if(h>8000){h=8000};if(d>25000){(d=25000)};var i=(Math.floor((h/8000)*100)-2);var j=(Math.floor((d/25000)*100)-2);document.write('<fieldset style="padding:7px;width: 145px;border: 0px solid #D4D4D4;color: gray;font-size: 7pt;border-radius: 2px;"><legend><font color="red"><b><img src="http://i16.servimg.com/u/f16/17/22/61/18/lv10.png"> : '+g+'</b></font></legend><b><font color=orange> Tài năng : </font></b>('+d+' / 25000)<div class="strengthbg"><div class="strengthbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/orange10.gif" width="'+j+'%" title="'+d+'" height="9px"><img src="/users/2211/12/43/96/album/hp1010.gif" width="2px" title="'+d+'" height="9px"></fieldset></div></div><b><font color=green> Uy tín : </font></b>('+h+' / 8000)<div class="abilitybg"><div class="abilitybg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/green110.gif" width="'+i+'%" title="'+h+'" height="9px"><img src="/users/2211/12/43/96/album/mp1010.gif" width="2px" title="'+h+'" height="9px"></fieldset></div></div><font color=RoyalBlue1> <b>Kinh nghiệm :</b></font> '+f+'%<div class="expbg"><div class="expbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/blue10.gif" width="'+(f-1)+'%" title="'+(f)+'%" height="9px"><img src="/users/2211/12/43/96/album/exp1010.gif" width="2px" title="'+(f)+'%" height="9px"></fieldset></div></div></fieldset>')};

//]]>
</script>



<div class="pun-crumbs noprint">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
   
  </p>
</div>



 

<div class="main paged">
  <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>
  {POLL_DISPLAY}


 
 
 
 
 
 
 
<div class="post">
    <!-- BEGIN postrow -->     
        <!-- BEGIN displayed -->
<div class="post"{postrow.displayed.THANK_BGCOLOR}></div>
<table align="center" cellpadding="0" cellspacing="0" style="width: 100%; ">
  <tbody>
      <tr>
        <td>
                    <div class="user-ident" style="float:left;padding:10px;">
                        <div class="user-basic-info">
                          <span class="avatarcp">{postrow.displayed.POSTER_AVATAR}</span>

                            <td><strong>Mình là: {postrow.displayed.POSTER_NAME}</strong>

                              <table width="155px">
<tr>
<td>
<div class="">
<fieldset style="border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Tước hiệu</legend>
<FONT face="Times New Roman">
<B>
<font size=3 style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);" color="#ffffff">
<marquee scrollamount="4">{postrow.displayed.POSTER_RANK}  </marquee></font>
</B>
</FONT>
</div></td>
</tr>
</table>{postrow.displayed.RANK_IMAGE}
                        <script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script> 
                        </div>
                    </div></td>

 


</div></div></div>
                      <td>
                        <div class="user-info" style="float:right;padding:10px;">
                        {postrow.displayed.ONLINE_IMG}

                          <!-- BEGIN profile_field -->
                        <div class=tonghoangtin>
                        {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                                                          </div>
                        <!-- END profile_field -->

                        {postrow.displayed.POSTER_RPG}
                    </div></td>
      </tr>
  </tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 100%; ">
  <tbody>
      <tr>
        <td>
            <a name="{postrow.displayed.U_POST_ID}"></a>
            <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
  </div>
                        <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
            <h2>
              <strong>Bài viết: {postrow.displayed.COUNT_POSTS}</strong>
              {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
            </h2>
        </div>
              <div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
                  <div class="post-entry">
                    <div class="entry-content">
                        <!-- BEGIN switch_vote_active -->
                        <div class="vote gensmall">
                          <!-- BEGIN switch_vote -->
                          <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                          <!-- END switch_vote -->

                          <!-- BEGIN switch_bar -->
                          <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                              <!-- BEGIN switch_vote_plus -->
                              <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                              <!-- END switch_vote_plus -->

                              <!-- BEGIN switch_vote_minus -->
                              <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                              <!-- END switch_vote_minus -->
                          </div>
                          <!-- END switch_bar -->

                          <!-- BEGIN switch_no_bar -->
                          <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                          <!-- END switch_no_bar -->

                          <!-- BEGIN switch_vote -->
                          <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                          <!-- END switch_vote -->
                        </div>
                        <!-- END switch_vote_active -->
                        <div>
                                            <div class="postbody"><div>  <table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<tr>
<td style="padding: 0px"><img src="/users/1613/33/98/84/avatars/gallery/admin_10.gif"></td>
<td style="padding: 0px" background="/users/1613/33/98/84/avatars/gallery/admin_11.gif"></td>
<td style="padding: 0px"><img src="/users/1613/33/98/84/avatars/gallery/admin_12.gif"></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="/users/1613/33/98/84/avatars/gallery/admin_13.gif">
<img src="/users/1613/33/98/84/avatars/gallery/admin_14.gif"></td>
<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">

{postrow.displayed.MESSAGE}

</td>
<td style="padding: 0px" background="/users/1613/33/98/84/avatars/gallery/admin_15.gif"></td>
</tr>
<tr>
<td style="padding: 0px"><img src="/users/1613/33/98/84/avatars/gallery/admin_16.gif"></td>
<td style="padding: 0px" background="/users/1613/33/98/84/avatars/gallery/admin_17.gif"></td>
<td style="padding: 0px"><img src="/users/1613/33/98/84/avatars/gallery/admin_19.gif"></td>
</tr>
</table> </div>
                          <!-- BEGIN switch_attachments -->
                          <dl class="attachbox">
                              <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                              <dd>
                                <!-- BEGIN switch_post_attachments -->
                                <dl class="file">
                                    <dt>
                                      <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                      <!-- BEGIN switch_dl_att -->
                                      <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_dl_att -->

                                      <!-- BEGIN switch_no_dl_att -->
                                      {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_no_dl_att -->
                                    </dt>

                                    <!-- BEGIN switch_no_comment -->
                                    <dd>
                                      <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                    </dd>
                                    <!-- END switch_no_comment -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    <dd>
                                      <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                    </dd>
                                    <!-- END switch_no_dl_att -->

                                    <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                </dl>
                                <!-- END switch_post_attachments -->
                              </dd>
                          </dl>
                          <!-- END switch_attachments -->
                          <div class="clear"></div>
                        </div>
                        <p>
                          {postrow.displayed.EDITED_MESSAGE}
                        </p>
                    </div>
                  </div>
              </div>

              <!-- BEGIN switch_signature -->
            <center> <fieldset id="sig" style="border:1px solid #B3CCE6;background: #F4F8FB;padding:4px 8px"><legend><font color="#7FAF1B">Chữ ký của thành viên</font></legend>

              <div class="sig-content">
                  {postrow.displayed.SIGNATURE_NEW}</div>
           
<table cellspacing="0" cellpadding="0"></table></fieldset></center>
              <!-- END switch_signature -->

                                <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
            <div class="postfoot">
                  <div class="user-contact">
                    {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                  </div>
                  <div class="post-options">
                    {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                  </div>
                                  <div style="clear:both;"></div></div>
                                  </div>
                    </td>
      </tr>
  </tbody>
</table>
        <!-- BEGIN first_post_br -->
      </div>
      <hr id="first-post-br" />
      <div class="main-content topic">
        <!-- END first_post_br -->
        <!-- END displayed -->
        <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
        <!-- END hidden -->
      <!-- END postrow -->

</div>
   
   
   
   
   
   

   
   
   
   
   
   
   
   
   
   
   
   
  <div class="main-foot clearfix" style="height:30px ">
      <p class="h2">
        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> 
        {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
      <p class="options">
        <input type="hidden" name="t" value="{TOPIC_ID}" />

        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

        <!-- BEGIN viewtopic_bottom -->
        {S_TOPIC_ADMIN}
        <!-- END viewtopic_bottom -->
      </p>
</div>

 <!-- BEGIN switch_user_logged_out -->
<script type="text/javascript" src="http://www.xiteen.forum-viet.com/14005.js"></script><script type="text/javascript" charset="utf-8">$(function() {jQuery('<p><font color="red">Bạn cần <a class="bvmedia" href="/profile.forum?mode=register"><input value="đăng kí và đăng nhập" type="button"/></a> để xem được ảnh này.</font></p>').insertBefore("div.postbody embed,div.postbody img,.cont_code,div.postbody a:not(.bvmedia)");jQuery("div.postbody embed,div.postbody img:not(.bvmedia),div.postbody #bvvi, div.cont_code,div.postbody a:not(.bvmedia)").remove();});</script><!-- END switch_user_logged_out -->
     
   
  <a name="bottomtitle"></a>
   
   
 
   
     

  <div class="paged-foot clearfix" >
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
    <p class="posting"  style=" float:right">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>



<div class="pun-crumbs">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
  </p>
</div>


       
       
       
       
       
       
       
       
       
       
       
       
       
<!-- BEGIN switch_forum_rules -->
<div id="pun-info" class="main">
<div class="main-content"><div id="stats">
      <p class="h2">{L_FORUM_RULES}</p>
  </div>  </div>
  <table class="main-content frm">
      <tr>
        <!-- BEGIN switch_forum_rule_image -->
        <td class="logo">
            <img src="{RULE_IMG_URL}" />
        </td>
        <!-- END switch_forum_rule_image -->
        <td class="rules entry-content">{RULE_MSG}</td>
      </tr>
  </table>
</div>
<!-- END switch_forum_rules --> 
   
   


<!-- BEGIN switch_user_logged_out -->
<div class="main"><div class="main-head"><div class="page-title"><h2><b>Bình luận về bài viết</b></h2></div></div><div class="main-content"><div style="padding-top:50px;padding-bottom:50px;">



<center><h2><b>
Bạn cần <a href="/login"><input class="mainoption" type="submit" name="login" value="Đăng Nhập" /></a> để bình luận về bài viết</b></h2>
<br/>
<h2><b>
Nếu chưa có tài khoản bạn vui lòng <a href="/register"><input class="mainoption" type="submit" name="login" value="Đăng Ký" /></a> tài khoản</b></h2>
</center>







</div> </div>

<!-- END switch_user_logged_out -->


   

 <!-- BEGIN switch_user_logged_in -->
<div class="main-content1">
<div id="specificatii_center" align="center"><ul id="specificatii"><li>•  Không spam. Xem rõ nội quy chung <a href="/t9-topic" rel="nofollow"><strong>Tại Đây</strong></a></li><li>• Thể hiện văn hóa bằng cách bấm Like với các bài viết bạn thích.</li></ul><img id="inchide_specificatii" align="right" onclick="$('#specificatii_center').hide('slow');" src="http://i36.servimg.com/u/f36/11/96/49/61/erase10.png"></div>
   
<a name="quickreply"></a>
<iframe style="display:none;" class="post_vds" name="guinhanhz"></iframe>
<div class="tbpost"></div>
<div  class="imgloadpost"  style="display:none;"><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"/>Đang gửi....</div>
  {QUICK_REPLY_FORM}
 

<!-- END switch_user_logged_in -->
 
 
 
 
 

<div class="fmviToggle" style="width: 336px">
    <div class="main"><div class="main-head">
        Quyền hạn của bạn:
        </div>
        <div id="onlinelist" style="border: 1px solid #DDD;box-shadow:-3px 3px 3px #c8c8c8;">{S_AUTH_LIST}
        </div>
    </div>
</div>
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>



   
   
   
   






<script type="text/javascript">
  var banquyen= "ban quyen cua code nay thuoc vandonstar minh coppy sang dung mong ban bo qua cho nhe";
  $('.imgloadpost').clone().appendTo('.frm-buttons');
 $('input[name=preview]').one('click', function () {
    ktgui = 0;
    $("form[action='/post']").submit(function () {
        if (kiemtragui()) {
            $("input[type='submit']").hide();
            $('.frm-buttons .imgloadpost').show();
            setTimeout('xemtruoc();', 200);
        } else {
            return false;
        };
    });
});
$("input.xoabai").click(function(){
  $(this).parents(".baigui").html('<div id=tbpost align=center>Đã xóa khỏi cơ sở dữ liệu</div>');
 
  });
 
function xemtruoc() {
    if (ktgui == 0) {
        if ($('.post_vds').contents().find('.post').length) {
            $('.tbpost').html('<br><hr>');
            $('.post_vds').contents().find('.post:first').appendTo('.tbpost');
            $('.post_vds').contents().empty();
            $('.tbpost').css({
                'color': 'black',
                'background-color': 'white'
            }).slideDown();
            $('.frm-buttons .imgloadpost').hide();
            $('input[name=post],input[name=preview]').show();
            return false;
        } else setTimeout('xemtruoc();', 200);
    };
};
 
  $('input[name=post]').one('click', function () {
    ktgui = 1;
    $("form[action='/post']").submit(function () {
        if (kiemtragui()) {
            guibainhanh();
        } else {
            return false;
        };
    });
});
$("form[action='/post']").attr('target','guinhanhz');
function kiemtragui() {
    min = 5;
    kt = $('textarea#text_editor_textarea').val().replace('<br>', '').replace(/ /gi, '').length;
    if (kt < min) {
        $('.tbpost').html('Bài viết quá ngắn!<br>Số ký tự tối thiểu là ' + min + ' ký tự.<br>Bạn cần viết thêm ' + (min - kt) + ' ký tự nữa mới có thể gửi bài.');
        $('.tbpost').slideDown();
        $('textarea#text_editor_textarea').focus();
        return false;
    } else {
        return true;
    };
};

function guibainhanh() {
    $("input[type='submit']").hide();
    $('.tbpost').slideUp();
    $('.frm-buttons .imgloadpost').show();
    setTimeout('guibaiviet(ktgui);', 200);
};

function guibaiviet(ktgui) {
    if (ktgui == 1) {
        if ($('.post_vds').contents().find('.message:contains(Bài của bạn đã được chuyển)').length || $('.post_vds').contents().find('.message:contains(Your message has been entered successfully)').length) {
            chenbai();
            $("form[action='/post']").hide();
            $('.tbpost').text('Thành công, Bài viết của bạn đã được gửi. Ấn F5 Load lại để xem lại cảm nhận bạn vừa viết ^^');
            $('.tbpost').slideDown().css('color', 'green');
            $('.post_vds').remove();
            return false;
        } else if ($('.post_vds').contents().find("form[action='/post']").length && $('.post_vds').contents().find('.p-hidden:contains(A new message has been posted while you were writing your response. Please)').length) {
            chenbai();
            $('.main-content.frm:first').empty();
            $('.post_vds').contents().find("form[action='/post']").appendTo('.main-content.frm:first');
            $("form[action='/post']").attr('target', 'guinhanhz');
            $('.imgloadpost').clone().appendTo('.frm-buttons');
            $('.tbpost').text('Thông báo, Chủ đề này vừa có người gửi bài trước bạn. Bạn có muốn tiếp tục gửi bài?');
            $('.post_vds').contents().empty();
            $('.tbpost').css({
                'color': 'red',
                'background-color': 'wheat'
            }).slideDown();
            $('input[name=prevent_modif]').hide();
            $("form[action='/post']").focus().submit(function () {
                guibainhanh();
            });
            return false;
        } else if ($('.post_vds').contents().find('.main .main-content p:contains(Flood control is active on this forum, please wait)').length) {
            $('.tbpost').text($('.post_vds').contents().find('.main .main-content p:contains(Flood control is active on this forum, please wait)').text());
            $('.post_vds').contents().empty();
            $('.tbpost').text($('.tbpost').text().replace('second(s) before replying or posting', 'giây(s) trước khi trả lời hoặc gửi bài').replace('Flood control is active on this forum, please wait', 'Phát hiện bạn gửi bài quá nhanh, xin đợi'));
            $('.tbpost').css({
                'color': 'red',
                'background-color': 'wheat'
            }).slideDown();
            $('.frm-buttons .imgloadpost').hide();
            $('input[name=post]').show();
            return false;
        } else {
            setTimeout('guibaiviet(ktgui);', 200);
        };
    };
};


function chenbai() {
    if ($('.main-head.clearfix:contains(Thông điệp) strong:eq(0)').text() == $('.main-head.clearfix:contains(Thông điệp) strong:eq(1)').text()) {
        gtlink = $('.baigui:last .posthead h2 strong:eq(0)').text();
    } else {
        gtlink = parseInt($('.main-head.clearfix:contains(Thông điệp) strong:eq(1)').text()) * 10 - 9;
    };
    link = location.href.replace('http://a1-annhon3.forumvi.com', '').split("-")[0].split("p")[0] + 'p' + gtlink + '-topic';
$('<div class=postcuoi><div  align=center><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"/>Đang gửi bài viết.....</div></div>').appendTo('.toanbo:last').load(link + ' .toanbo .baigui:last',function(){ hehe();});
};

  </script>


 
   


<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
       
        <script type="text/javascript">function chvote(a, b) {"Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");var d = parseInt(b.split(" ")[3], 10) / 100,c = parseInt(b.split(" ")[4].substr(1), 10),b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";return votetrans(b)}$(".c3zvau").each(function () {var a = $(this).text();$(this).html(votetrans(a))});function votetrans(a) {if ("Message not voted" == a) return "<span class='qua'>Hãy là người đầu tiên thích điều này</span>";var b = parseInt(a.split(" ")[3], 10) / 100,a = parseInt(a.split(" ")[4].substr(1), 10),d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",b = Math.round(100 * b);return "<span class=no>" + d + c + a + "</span> <span class=qua>Đánh giá: " + b + "%</span>"}$(".lvote").click(function () {"c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");var a = $(this).attr("target"),b = $(this).attr("alt"),d = $("." + a).attr("title");$("#" + a).show();$("." + a).html(chvote(b, d));$("#" + a).fadeIn("slow").animate({opacity: 1}, 1500).fadeOut("slow", function () {$("." + a).fadeOut("slow").animate({opacity: 1}, 1E3).fadeIn()});$("." + $(this).attr("target")).removeAttr("title")});</script>
<script src="http://12b6.forum-viet.com/h15-page" type="text/javascript"></script>

 <script type="text/javascript" src="https://mainhatinhban.googlecode.com/files/cfvietlight.js"></script>
 <style>
            /* view skin tín pro */
.tonghoangtin {
margin-left: 5px;
background-color: #ffffff;
border: 1px solid #dfdfdf;
color: #3a3a3a;
margin-top: 2px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 3px;
padding-top: 3px;
text-align: center;
width: 134px;
}
/* avatar rung rinh */
span.avatarcp img {
                max-width:110px;
      background-color:beige;
      border:1px solid #FFCC33;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      padding:8px;
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg);
      transform: rotate(-4deg);
      -moz-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
      -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
      box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  }
span.avatarcp img:hover {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
}
          </style>

https://tinve30.forumvi.com

Sponsored content


Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

 » Your first category » Your first forumYour first subject

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