You are not connected. Please login or register

sụt .....................

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

Admin
Post Post : 31
Xu $ Xu $ : 58
Uy tín Uy tín : 0
Đk Đk : 01/12/2014
Tường Bài viết Kết bạn Chặn

https://fcmanga.forumvi.com
Admin
Post Post : 31
Xu $ Xu $ : 58
Uy tín Uy tín : 0
Đk Đk : 01/12/2014
Tường Bài viết Kết bạn Chặn

https://fcmanga.forumvi.com
Admin
Post Post : 31
Xu $ Xu $ : 58
Uy tín Uy tín : 0
Đk Đk : 01/12/2014
Tường Bài viết Kết bạn Chặn
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[
   jQuery().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 -->
         $(window).load(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {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="" /> <em>Hit</em>skin.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 -->
<a id="top" name="top" accesskey="t"></a>
 <div id="leo-mainmenu" class="wrap">
    <div class="leo-container">
      <div class="leo-container-inner">
      <div class="menusys_mega">
        <ul id="menusys_mega">
          <li class="first-item  active">
            <a href="/" class=" active" id="menusys435" title="Home">
              <span class="no-image"><span class="menu-title">Home</span></span></a></li>
          <li><a href="/tong-hop-video.html" class=" item" id="menusys638" title="Tổng Hợp Video"><span class="no-image"><span class="menu-title">Home</span></span></a></li>
          <li class=""><a href="/video-hot.html" class=" item" id="menusys563" title="Video Hot"><span class="no-image"><span class="menu-title">Video Hot</span></span></a></li>
          <li class=""><a href="/video-hai.html" class=" item" id="menusys233" title="Video Hài"><span class="no-image"><span class="menu-title">Video Hài</span></span></a></li>
          <li><a href="/video-sock.html" class=" item" id="menusys491" title="Video Sock"><span class="no-image"><span class="menu-title">Video Sock</span></span></a></li>
          <li><a href="/tv-show.html" class=" item" id="menusys581" title="TV Show"><span class="no-image"><span class="menu-title">TV Show</span></span></a></li>
        </ul>
       
        <!-- BEGIN switch_user_logged_out -->
       
        <span style="float:right;display:inline-block;width: 355px;margin-top: 5px;">
          <a href="/h36-search" style="padding:8px;background: url(http://i57.servimg.com/u/f57/16/18/15/10/search11.png)no-repeat;margin-right:5px;float:left;margin-top:3px"></a>
          <style>.toplogin input#username,.toplogin input#password{width:80px;margin:0px 5px;padding-top:3px;padding-bottom:4px;font:12px Tahoma}</style>
          <script type="text/javascript">jQuery(function(){jQuery(".toplogin").attr('action','/login?redirect='+this.location.pathname);});</script>
          <form action="/login?redirect='+this.location.pathname);}" method="post" class="toplogin" name="form_login"><input type="text" tabindex="1" name="username" id="username" size="30" maxlength="40" value="" onblur="if (this.value == '') this.value = 'Tên truy cập';" onfocus="if (this.value == 'Tên truy cập') this.value = '';" placeholder="Tên truy cập" class="inputfield"><input type="password" tabindex="2" id="password" name="password" size="30" maxlength="25" onblur="if (this.value == '') this.value = 'Mật khẩu';" onfocus="if (this.value == 'Mật khẩu') this.value = '';" value="Mật khẩu" placeholder="Mật khẩu" class="inputfield"><input type="submit" name="login" tabindex="6" value="Đăng Nhập" class="button2"><input type="hidden" name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked"></form>
            </span>
            <script type="text/javascript">new LeoMegaMenu( $("menusys_mega"), {transition:Fx.Transitions.Sine.easeInOut,duration:800,delay:350,effect:"simple"} );</script>
            <!-- END switch_user_logged_out -->
            <!-- BEGIN switch_user_logged_in -->
            <style>#tinnhan0 b {display: none;}.tinnhan b {font: bold 8px Tahoma;background-color: rgb(240,61,37);display: inline-block;padding: 0px 3px;color: #FFF;border: 1px solid rgb(192,49,30);float: right;margin-right: -4px;margin-top: -4px;float: right;border-radius: 6px;}
              .profiletop a{display:inline-block;font:bold 12px Arial;padding:2px 8px;margin:4px 0px;border-left:1px solid #333;height:12px;float:left;min-width:16px}
              .profiletop img{width:22px;height:22px}.profiletop a[href*="profile?mode=editprofile&page_profil=avatars"]{margin:0px;padding:0px;border:0px}.profilehide:hover,.tinnhantop:active+.profilehide {display:inline-block!important}
              .profilehide {display:none;width:150px;padding:10px;height:auto;border:1px solid #333;background:#fff url(http://i57.servimg.com/u/f57/16/18/15/10/settin15.png)no-repeat 140px 6px;margin-top:-3px;position: absolute;margin-left:-165px;z-index:10;box-shadow: 0px 2px 8px #333}
              .profilehide a{margin:0px!important;padding:7px 8px 8px 22px!important;border:0px;border-bottom:1px solid #ebebeb!important;width:120px;background-position:left;background-repeat:no-repeat;color:#333333!important}.profilehide a:hover{margin:0px -10px!important;background-color:rgb(238,238,238);border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;margin-top:-1px!important;padding:7px 18px 8px 32px!important;background-position:10px 6px}</style>
            <span style="width: 195px;margin-top: 5px;float:right;display:inline-block;margin-left:7px" class="profiletop">
              <a href="/profile?mode=editprofile&amp;page_profil=avatars"><span id="th_avarx"></span></a>
              <a href="/profile?mode=editprofile" style="margin-top:2px;border:0px;overflow:hidden;max-width:90px"><span style="color:#FFFF00"><strongLogged in as <strong{LOGGED_AS}</strong></strong></span></a>
<a href="{U_PRIVATEMSGS}"style="background: url(http://i.imgur.com/4jAf6zA.png)no-repeat center center" class="tinnhan" id="tinnhan0" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"></a>
            <a href="/javascript:show" id="bb1" style="background: url(http://i.imgur.com/NVmeUXC.png)no-repeat center center" class="tinnhantop"></a>
            <span class="profilehide"><div style="margin-bottom:5px;font:bold 12px Arial">CÀI ĐẶT CHUNG</div><a href="/profile?mode=editprofile" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/user-410.png);border-top:0px!important;margin-top:0px!important">Chỉnh sửa lý lịch</a>
              <a href="/profile?mode=editprofile&amp;page_profil=preferences" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/settin16.png)">Tùy chỉnh cá nhân</a>
              <a href="/profile?change_password=Change+your+password&amp;mode=editprofile&amp;page_profil=informations" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/key-210.png)">Đổi mật khẩu</a>
              <a href="/profile?mode=editprofile&amp;page_profil=avatars" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/image12.png)">Sửa ảnh đại diện</a>
              <a href="/profile?mode=editprofile&amp;page_profil=signature" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/pencil10.png)">Sửa chữ ký</a>
              <a href="/login?logout=1" style="background-image: url(http://i57.servimg.com/u/f57/16/18/15/10/power12.png);border-bottom:0px!important;margin-bottom:1px!important">Thoát</a>
            </span>
            </span>
            <form id="sell1" method="get" action="/h36-search" name="cpsearch" style="float:right;margin-top: 5px;"><input size="10" name="q" onblur="if (this.value == '') this.value = 'Gõ tìm kiếm vào ô ...';" onfocus="if (this.value == 'Gõ tìm kiếm vào ô ...') this.value = '';" value="Gõ tìm kiếm vào ô ..." placeholder="Gõ tìm kiếm vào ô ..." class="search_pt" type="text" style="width:170px;border:1px solid #a6a6a6;border-top:1px solid #858583;border-left:1px solid #858583;padding:3px 30px 3px 3px!important;font:12px Arial;color:#333333"><input value="" style="width:23px;height:16px;border:0px;box-shadow: 0px 0px 0px #000;position: absolute;margin-left:-25px;margin-top:3px;float:right;background: url(http://i57.servimg.com/u/f57/16/18/15/10/1102.png)no-repeat" type="submit"></form>
              <script type="text/javascript">new LeoMegaMenu( $("menusys_mega"), {transition:Fx.Transitions.Sine.easeInOut,duration:800,delay:350,effect:"simple"} );</script>
            <!-- END switch_user_logged_in -->
            </div>     
            </div>
          </div>
        </div>
  <div class="minwidth_IE">
    <div class="layout_IE">
      <div class="container_IE">
        <div class="pun">
    <style>
@media only screen and (max-width:700px){
   #sell1,.module,#abb11,.user,.pun .subbox65,.blog_pt1,a[href*="javascript:Pagination"],.mobilept,.vote-Zzbaivong,.atk1 img,.titleava {
      display:none!important
   }

   .mobilept1 {
      display:inline-block!important
   }

   body,html {
      width:100%!important;
      overflow-x: hidden!important;
      background:#FFF!important
   }

   body .pun {
      min-width:calc(100% + 8px)!important;
      width:calc(100% + 8px)!important;
      margin:27px -1px 0 -1px!important
   }

   #wrapper {
      min-width:100%!important;
      width:100%!important
   }

   .bb22 {
      width:calc(100% - 20px)!important;
      float:left
   }

   .pun .topload {
      padding:0!important;
      height:auto!important;
      position: static!important;
      width:100%!important;
      min-width:100%!important;
      background:rgb(247,247,247)!important;
      border-bottom:0!important;
      box-shadow:0px 0px 0px #333!important;
      padding:0!important;
      margin:0!important
   }

   body .pun {
      margin-top:48px!important
   }

   .pun .topload {
      height:20px!important;
      padding:10px 5px!important;
      margin:-10px 0!important
   }

   .topmuc a {
      width:33%!important;
      padding:0!important;
      text-align:center;
      border:0!important;
      background-image:none!important
   }

   .tinnhantop {
      display:none!important
   }

   .ptdn {
      width:100%!important;
      margin-right:-5px!important
   }

   .toplogin #username,.toplogin #password {
      width:calc(50% - 76px)!important;
      margin:0 5px 0 0!important
   }

   .blog_tintuc {
      width:auto!important;
      padding:0 0 0 160px!important;
      margin:0 0 10px 0!important
   }

   .ava_pt {
      height:80px!important;
      width:150px!important;
      margin-left:-160px;
      float:left
   }

   .ava_pt img {
      min-height:150px!important
   }

   .pun .tintucpt a.topictitle {
      font: 14px/20px Arial!important
   }

   .blog_tintuc h2 {
      display:inline;
      float:left
   }

   .blogphutu {
      margin-top:-10px!important;
      display:inline-block;
      width:100%
   }

   .nav1 {
      position: fixed!important;
      top:0;
      z-index:9;
      padding:9px 10px!important;
      border:0!important;
      background:rgb(37,43,67) url(http://i59.servimg.com/u/f59/18/83/96/52/122.png)repeat-x bottom left!important
   }

   .nav1 a {
      display:none!important
   }

   .topprofile .edit_top {
      background-image:url(http://i59.servimg.com/u/f59/18/83/96/52/untitl17.png)!important
   }

   .topprofile .tb_top {
      background-image:url(http://i59.servimg.com/u/f59/18/83/96/52/untitl16.png)!important
   }

   .nav1 a:last-child {
      display:inline-block!important;
      background:none!important;
      padding-left:0px!important
   }

   .nav1 a.nav2:last-child {
      background:url(http://i59.servimg.com/u/f59/18/83/96/52/119.png)no-repeat -5px center!important;
      padding-left:20px!important
   }

   .nav1 a span {
      font:bold 14px Arial!important;
      color:#FFF!important;
      background:url(http://i59.servimg.com/u/f59/18/83/96/52/123.png)no-repeat left;
      display:inline-block;
      padding-left:25px
   }

   .toppt {
      position: fixed;
      top:10px;
      z-index:15;
      right:40px
   }

   .mapxtemo .anbox {
      display:block!important
   }

   .mapxtemo {
      border:0!important;
      background:none!important;
      margin:0!important
   }

   .a111,.topbai1 {
      width:100%!important;
      padding:0!important
   }

   .a111 {
      overflow: hidden;
      border:0!important
   }

   .chude {
      width:200px!important
   }

   .mbskin {
      padding:10px!important
   }

   .pun .navmap a {
      padding:0 10px!important;
      background-image:none
   }

   #fixadent .gensmall {
      float:left!important
   }

   .postvideo {
      padding-top:45px;
      left:0px!important;
      top:0!important;
      margin:0!important;
      border:0!important
   }

   a.ablum {
      width:calc(50% - 43px)!important;
      margin:10px 0 0 10px!important
   }

   .subbox54 {
      height:1000px!important
   }

   .boxcon {
      margin:0!important
   }

   .boxcon1 {
      width:100%!important
   }

   .khungnav {
      border-bottom:0!important
   }

   .box3 {
      width:calc(100% - 70px)!important;
      margin-right:0!important
   }

   .box1 {
      background:#FFF!important
   }

   .box2 {
      margin-right:15px!important
   }

   .box4 {
      display:block!important;
      width:auto!important;
      margin-left:65px!important
   }

   .box4 span {
      display:inline-block!important;
      width:auto!important;
      margin-right:5px!important
   }

   .entry-content,.postmain {
      margin:0!important;
      padding:0!important
   }

   .postfoot {
      margin-top:0!important;
      border:0!important
   }

   .post-entry {
      padding:10px!important;
      margin:0!important;
      min-height:0!important;
   }

   .icon_bt {
      float:left
   }

   .topic2 {
      border:0!important;
      background:none!important
   }

     .menupt a {
      width:33%;
      text-align:center;
      background:none!important;
      padding:0!important;
      border:0!important
   }

   .mapxte {
      display:none!important
   }

   .baimoimb {
      height:auto!important
   }

   .baimoimb2 {
      width:calc(100% - 20px)!important;
      border:0!important
   }

   .paged-head {
      padding:5px!important
   }

   .paging {
      display:inline-block!important
   }

   .posting {
      display:block!important;
      width:100%
   }

   .pun a[href*="mode=newtopic"] img {
      display:none
   }

   .pun a[href*="mode=newtopic"]:before {
      text-align:center;
      display:block;
      width:100%;
      padding:10px 0!important;
      background-image:none!important;
      margin:4px 0
   }

   .fb-comments {
      padding:0!important;
      margin:0!important
   }

   #cungchuyenmuc a {
      width:100%!important
   }

}

@media only screen and (max-width:300px){
   html {
      min-width:300px!important;
      overflow-x: auto!important
   }

}

@media only screen and (min-width:420px){
   .navmap a .mobilept {
      display:inline!important
   }

}

    </style>

   
    <div class="logophutu"></div>
    <div class="topmuc blogpt" style="background-color:rgb(239,239,247);background-image:url(http://i.imgur.com/36LlnK7.png);background-repeat:repeat-x;background-position:top left;border:1px solid rgb(222,223,231);border-bottom:1px solid rgb(214,219,222);margin:10px 0 15px 0">
      <div style="background-image:url(http://i59.servimg.com/u/f59/18/83/96/52/126.png);background-repeat:no-repeat;background-position:750px center;padding:12px 0">
        <a href="/" style="background-image:url(http://i.imgur.com/HE1Sg9r.png)" class="acpt mobilept">Trang Chính</a>
        <a href="/f54-forum#view" style="background-image: url(http://i.imgur.com/ayBGt3J.png)">Hình Ảnh</a>
        <a href="/f85-forum" style="background-image: url(http://i39.servimg.com/u/f39/16/18/15/10/113.png)">Tin Tức</a>
        <a href="/h58-Games" style="background-image: url(http://i39.servimg.com/u/f39/18/83/96/52/123.png)" class="mobilept">Games</a>
        <a href="/h3-Tools" style="background-image: url(http://i74.servimg.com/u/f74/18/83/96/52/110.png)" class="mobilept">Phần Mềm</a>
        <a href="/f65-forum#view" style="background-image: url(http://i39.servimg.com/u/f39/18/83/96/52/156.png);border-right:0!important">Video(<videophutu></videophutu>)</a>
        <span class="tienich"><a href="/t129-topic" target="_blank" style="float:right;border:0" class="mobilept tienichshow">Tiện ích</a>
          <span style="display:none"><a href="/h32-forum" target="_blank">Photoshop</a>
            <a href="/h22-uploadimage" target="_blank">Up Ảnh</a>
            <a href="/h1-gamemini" target="_blank">Game Mini</a>
            <a href="/h4-" target="_blank">Truyện Tranh</a>
            <a href="/h47-" target="_blank">Ảnh Bìa Fb</a>
          </span>
        </span>
      </div>
    </div>
               <!-- BEGIN switch_ticker_new -->
               <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker_new -->

               <!-- BEGIN switch_ticker -->
               <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <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>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker -->

               <div id="page-body">
                  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                     <div id="outer-wrapper">
                                                          <div id="wrapper" style="width:750px;margin-top:-8px">
                           <div id="container">
                              <div id="content">
                                 
                                 <div id="main">
                                    <div id="main-content">
<a href="http://gg.dchienthan.24game.vn/?_c=4671" class="mobilept quangcaopt" target="_blank"><img src="http://i59.servimg.com/u/f59/18/83/96/52/740x1010.gif" style="width: 740px; height: 100px">
<!-- BEGIN html_validation -->
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
   </div>
</body>
</html>
<!-- END html_validation -->

https://fcmanga.forumvi.com

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

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