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, 5  Next

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

Địä nġụċ
  • Member

Địä nġụċ

Member


Địä nġụċ

Địä nġụċ
loading...

Vì Demo của bạn die . nên các bạn xem demo này nhé : =>> http://phamvanha.forumvi.com/
demo: http://www.4rkingofgame.com/


index body:

Code:
<div id="page-body">
      <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                          <table  class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" >
    <tbody>
                                <tr>
                                  <td valign="top" width="100%">
                                      <div class="test">
    <table class="thongke" cellpadding="4" cellspacing="0" style="border: 1px #c0c0c0 solid;" border="0" width="100%" align="center">
    <thead>
          <tr valign="top">
            <th height="30"><center><b>๑۩۞۩๑ Thống Kê Diễn Đàn 4rPlayKing™ ๑۩۞۩๑</b></center></th>
          </tr>
      </thead>
    <tr>
    <td width="100%">
    <table class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <thead>
          <tr valign="top">
    <td width="0%"></td><td width="00%" colspan="0"></td>
    </tr>
     
    <tr>
    <td><table  class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" >
</td></tr>
    <tr><td valign="top" style="border: 1px solid #9DB3C5;">
    <!-- BEGIN giefmod_index1 -->
    {giefmod_index1.MODVAR} <!-- END giefmod_index1 --></tr></thead></table>
    </td></tr></table>

    </div>
                                  </td>
        </tr><tr>
                                <td valign="top" width="100%">
    <!-- BEGIN html_validation -->
                              </td>
                            </tr>
                        </tbody>
                      </table>
                  </div>
                </div>
            </td>
          </tr>
      </table>
    </body>

</div></div>

    </html>
    <!-- END html_validation -->




    <script type="text/javascript">
    var tooltip=function(){
      var id = 'tt';
      var top = 7;
      var left = 3;
      var maxw = 300;
      var speed = 10;
      var timer = 20;
      var endalpha = 90;
      var alpha = 0;
      var tt,t,c,b,h;
      var ie = document.all ? true : false;
      return{
          show:function(v,w){
            if(tt == null){
                tt = document.createElement('div');
                tt.setAttribute('id',id);
                t = document.createElement('div');
                t.setAttribute('id',id + 'top');
                c = document.createElement('div');
                c.setAttribute('id',id + 'cont');
                b = document.createElement('div');
                b.setAttribute('id',id + 'bot');
                tt.appendChild(t);
                tt.appendChild(c);
                tt.appendChild(b);
                document.body.appendChild(tt);
                tt.style.opacity = 0;
                tt.style.filter = 'alpha(opacity=0)';
                document.onmousemove = this.pos;
            }
            tt.style.display = 'block';
            c.innerHTML = v;
            tt.style.width = w ? w + 'px' : 'auto';
            if(!w && ie){
                t.style.display = 'none';
                b.style.display = 'none';
                tt.style.width = tt.offsetWidth;
                t.style.display = 'block';
                b.style.display = 'block';
            }
            if(tt.offsetWidth > maxw){tt.style.width = maxw + 'px'}
            h = parseInt(tt.offsetHeight) + top;
            clearInterval(tt.timer);
            tt.timer = setInterval(function(){tooltip.fade(1)},timer);
          },
          pos:function(e){
            var u = ie ? event.clientY + document.documentElement.scrollTop : e.pageY;
            var l = ie ? event.clientX + document.documentElement.scrollLeft : e.pageX;
            tt.style.top = (u - h) + 'px';
            tt.style.left = (l + left) + 'px';
          },
          fade:function(d){
            var a = alpha;
            if((a != endalpha && d == 1) || (a != 0 && d == -1)){
                var i = speed;
                if(endalpha - a < speed && d == 1){
                  i = endalpha - a;
                }else if(alpha < speed && d == -1){
                  i = a;
                }
                alpha = a + (i * d);
                tt.style.opacity = alpha * .01;
                tt.style.filter = 'alpha(opacity=' + alpha + ')';
            }else{
                clearInterval(tt.timer);
                if(d == -1){tt.style.display = 'none'}
            }
          },
          hide:function(){
            clearInterval(tt.timer);
            tt.timer = setInterval(function(){tooltip.fade(-1)},timer);
          }
      };
    }();

    </script>


{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<!-- BEGIN message_admin_index -->
<div class="main">
  <!-- BEGIN message_admin_titre -->
  <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
  </div>
  <!-- END message_admin_titre -->

  <!-- BEGIN message_admin_txt -->
  <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
  </div>
  <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label>  
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>  
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>  
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
  </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
  <!-- BEGIN switch_user_logged_in -->
<script type="text/javascript">//<![CDATA[$('#frame_chatbox').load(function(){if($(this).contents().find('#chatbox_option_disco').css('display')=='none'){$(this).fadeOut(1000,function(){$(this)[0].contentWindow.CB_disconnect();$(this).fadeIn(1000);});};});//]]></script>
<!-- END switch_user_logged_in -->
{BOARD_INDEX}


<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="boxfmvi main">
  <div class="main-head">
      <div class="page-title">
        <h2>Tình hình diễn đàn</h2>
      </div>
  </div>
  <div class="main-content" style="border: 1px solid #DDD; margin: 2px;">
      <div class="starsItem">
        <p class="starsTitle">
            <!-- BEGIN switch_viewonline_link -->
            <a href="{U_VIEWONLINE}" rel="nofollow">Ai đang trực tuyến</a>
            <!-- END switch_viewonline_link -->
            <!-- BEGIN switch_viewonline_nolink -->Ai đang trực tuyến
            <!-- END switch_viewonline_nolink -->
        </p>
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/user_s10.png" />
            </div>
            <p>{TOTAL_USERS_ONLINE}
              <br />{LOGGED_IN_USER_LIST} {L_ONLINE_USERS} {L_CONNECTED_MEMBERS}</p>
        </div>
      </div>
      <div class="starsItem">
        <p class="starsTitle">Sự kiện</p>
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/openso10.png" />
            </div>
            <p>{NEWEST_USER}</p>
            <p>{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
        </div>
      </div>
      <div class="starsItem">
        <p class="starsTitle">Thống kê</p>
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/icon_s10.gif" />
            </div>
            <p>{RECORD_USERS}
              <br />{TOTAL_POSTS}
              <br />{TOTAL_USERS}</p>
        </div>
      </div>
  </div>
  <div class="main-box clearfix" style="border: 1px solid #DDD; margin: 2px;">
      <p align="center"></p>
  </div>
</div>
<!-- END disable_viewonline -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label>  
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label>  
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>  
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
  </div>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN switch_legend -->
<ul id="pun-legend">
  <li>

  </li>
</ul>
<!-- END switch_legend -->

{AUTO_DST}


<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_lVì Demo của bạn die . nên các bạn xem demo này nhé  : =>>  http://phamvanha.forumvi.com/
ogin -->

 

Trả lời nhanh

Message reputation : 100% (4 votes)

  • giakhanhlk
    giakhanhlk

    Bài gửi 24/1/2013, 11:52 am giakhanhlk

    †¤•Mitotaure•¤† đã viết:index box free của ta dám share à
    Mày bị bựa àk

    Trả lời nhanh
  • Minion
    Minion

    Bài gửi 26/1/2013, 8:58 pm Minion

    add vô skin k hiện tên bõ

    Trả lời nhanh
  • Selldom
    Selldom

    Bài gửi 27/1/2013, 11:24 am Selldom

    xem

    Trả lời nhanh
  • Huy.PC52
    Huy.PC52

    Bài gửi 27/1/2013, 11:54 am Huy.PC52

    xem

    Trả lời nhanh
  • xeko0007
    xeko0007

    Bài gửi 27/1/2013, 8:31 pm xeko0007

    xemmm

    Trả lời nhanh
  • avatar
    Tim rơi lệ

    Bài gửi 28/1/2013, 12:06 am Tim rơi lệ

    xem

    Trả lời nhanh
  • Bruce Hoàng
    Bruce Hoàng

    Bài gửi 28/1/2013, 4:04 pm Bruce Hoàng

    ?????????

    Trả lời nhanh
  • duycoi_123
    duycoi_123

    Bài gửi 8/2/2013, 7:56 pm duycoi_123

    xem

    Trả lời nhanh
  • duycoi_123
    duycoi_123

    Bài gửi 14/2/2013, 6:53 pm duycoi_123

    Xin CSS cá nào

    Trả lời nhanh
  • bikakavt
    bikakavt

    Bài gửi 13/3/2013, 8:57 am bikakavt

    xem

    Trả lời nhanh
  • www.vn3s.net
    www.vn3s.net

    Bài gửi 13/3/2013, 4:43 pm www.vn3s.net

    demo sai

    Trả lời nhanh
  • nh0xpr075
    nh0xpr075

    Bài gửi 17/3/2013, 4:26 pm nh0xpr075

    xem

    Trả lời nhanh
  • helyken
    helyken

    Bài gửi 27/3/2013, 10:44 am helyken

    xem

    Trả lời nhanh
  • www.vn3s.net
    www.vn3s.net

    Bài gửi 27/3/2013, 4:31 pm www.vn3s.net

    yêu cầu bạn xem lại demo

    Trả lời nhanh
  • magc
    magc

    Bài gửi 27/3/2013, 7:22 pm magc

    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 2 trong tổng số 5 trang]

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

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