Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Statistici

Vezi subiectul anterior Vezi subiectul urmator In jos

In cos Statistici

Mesaj Scris de PsyHo' Dum Feb 02, 2014 3:46 pm

Salut , as vrea sa am si eu statisticile ca in imagine ! Am versiunea phpbb2 (subsilver) ! Dar vreau sa imi explicati tot cum ar trebuii procedat ! Multumesc !
Statistici Untitl26


Ultima editare efectuata de catre PsyHo' in Dum Feb 02, 2014 8:18 pm, editata de 1 ori
PsyHo'

PsyHo'
Membru Forumgratuit

Mesaje : 63
Varsta : 25
Data înscrierii : 01/02/2014
Mulțumiri : 5
Internet Explorer phpBB2

http://cs-elike.forumers.ro/
PsyHo' a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de RealWolf. Dum Feb 02, 2014 3:53 pm

Poftim.
Inlocuieste tot index_body-ul cu acesta.
Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><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></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><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></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><span style="color:#a1a1a1">Real-Arena România | Utilizatori Online</span></b>           
              </span>
</tr>
<td class="row1"><span class="gensmall"> {LOGGED_IN_USER_LIST} </td></span>

<tr>
  <td class="row1"><span class="gensmall">{L_CONNECTED_MEMBERS} </td> </span>
</tr>
   
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  <b><span style="color:#a1a1a1">Real-Arena România | Staff</span></b>         
              </span>
</tr>
<td class="row1"><span class="gensmall">Legenda | {GROUP_LEGEND}</td></span>



 
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">

        <span class="cattitle"><span style="color:#a1a1a1">Real-Arena România | </span><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><span style="color:#a1a1a1">{L_WHO_IS_ONLINE}</span></a></span>
  </tr>
     
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall"> 
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {RECORD_USERS}</td></span>
</tr>
 
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {NEWEST_USER}  </span></td>
</tr>
 
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Versiune forum instalata : phpBB2 (Real-Arena România)</strong>
</td>
</tr>
   
      <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Comunitatea a fost infiintata in data de 7 Noiembrie 2012 - 13:51</strong>
</td>
</tr>
     
<tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Fondator-ul comunitatii Real-Arena România este H4cK3R*uL</strong>
</td>
</tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Contacteaza fondatorul folosind Mesageria Privata<a href="http://real-arena.all-up.com/"> (H4cK3R*uL)</strong></a></span> </td>
</tr>
</tr>
 
<tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong><a href="http://real-arena.all-up.com/">Citeste regulamentul comunitatii si termenii de utilizare</strong></a></td></span>
</tr>
</tr>
   
 
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <td class="catHead" colspan="2" height="28">
  <span class="cattitle"><left><span style="color:#a1a1a1">Real-Arena România | Parteneri Oficiali</span></left></span>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><a href="http://real-arena.all-up.com/f2-parteneriate"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png"></a></td>
<td class="row1" width="100%"><span class="gensmall">

<a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
 
<tr>
  <td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Link-uri <a href="http://real-arena.all-up.com/">Link-ul tau </a> # <a href="http://real-arena.all-up.com/">Link-ul tau </a> # <a href="http://real-arena.all-up.com/">Link-ul tau </a> # </strong></span></span></div></span></td>
</tr>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
http://<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
http://]]>
</script>
<!-- END switch_fb_index_login -->
Il modifici dupa bunul plac.
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de PsyHo' Dum Feb 02, 2014 3:57 pm

RealWolf. a scris:Poftim.
Inlocuieste tot index_body-ul cu acesta.
Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><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></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><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></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><span style="color:#a1a1a1">Real-Arena România | Utilizatori Online</span></b>            
              </span>
</tr>
<td class="row1"><span class="gensmall"> {LOGGED_IN_USER_LIST} </td></span>

<tr>
  <td class="row1"><span class="gensmall">{L_CONNECTED_MEMBERS} </td> </span>
</tr>
    
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  <b><span style="color:#a1a1a1">Real-Arena România | Staff</span></b>          
              </span>
</tr>
<td class="row1"><span class="gensmall">Legenda | {GROUP_LEGEND}</td></span>



  
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">

        <span class="cattitle"><span style="color:#a1a1a1">Real-Arena România | </span><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><span style="color:#a1a1a1">{L_WHO_IS_ONLINE}</span></a></span>
  </tr>
      
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">  
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {RECORD_USERS}</td></span>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /> {NEWEST_USER}  </span></td>
</tr>
  
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Versiune forum instalata : phpBB2 (Real-Arena România)</strong>
</td>
</tr>
    
      <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Comunitatea a fost infiintata in data de 7 Noiembrie 2012 - 13:51</strong>
</td>
</tr>
      
<tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Fondator-ul comunitatii Real-Arena România este H4cK3R*uL</strong>
</td>
</tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong> Contacteaza fondatorul folosind Mesageria Privata<a href="http://real-arena.all-up.com/"> (H4cK3R*uL)</strong></a></span> </td>
</tr>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<img src="http://s22.postimg.org/6v73jq62l/dg_ro.gif" border="0" alt="" /><strong><a href="http://real-arena.all-up.com/">Citeste regulamentul comunitatii si termenii de utilizare</strong></a></td></span>
</tr>
</tr>
    
  
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <td class="catHead" colspan="2" height="28">
  <span class="cattitle"><left><span style="color:#a1a1a1">Real-Arena România | Parteneri Oficiali</span></left></span>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><a href="http://real-arena.all-up.com/f2-parteneriate"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png"></a></td>
<td class="row1" width="100%"><span class="gensmall">

<a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s21.postimg.org/g0bp3gjnn/real1_zpsb69d62a9.png" style="width:88px; height:31px; border:0"></a>
  <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s18.postimg.org/um3wrvzbp/real2_zps1721558b.png" style="width:88px; height:31px; border:0"></a>
    <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/3uql5jfbv/real_zps826cb70d.gif" style="width:88px; height:31px; border:0"></a>
      <a href="http://real-arena.all-up.com/" title="Real-Arena"><img src="http://s9.postimg.org/ljibx5r2z/r_a_zps4ada68fd.gif" style="width:88px; height:31px; border:0"></a>
  
<tr>
  <td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Link-uri <a href="http://real-arena.all-up.com/">Link-ul tau </a> # <a href="http://real-arena.all-up.com/">Link-ul tau </a> # <a href="http://real-arena.all-up.com/">Link-ul tau </a> # </strong></span></span></div></span></td>
</tr>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
http://<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
http://]]>
</script>
<!-- END switch_fb_index_login -->
Il modifici dupa bunul plac.

acest script mi l-ai mai dat o data si nu a mers , dar mai incerc o data ! Il pun la sfarsit ?
PsyHo'

PsyHo'
Membru Forumgratuit

Mesaje : 63
Varsta : 25
Data înscrierii : 01/02/2014
Mulțumiri : 5
Internet Explorer phpBB2

http://cs-elike.forumers.ro/
PsyHo' a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de RealWolf. Dum Feb 02, 2014 4:02 pm

Nu inlocuiesti index_body-ul tau cu asta.
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de PsyHo' Dum Feb 02, 2014 4:08 pm

RealWolf. a scris:Nu inlocuiesti index_body-ul tau cu asta.
Sa sterg tot ce e in index body si pun codu' ala ? :-?
PsyHo'

PsyHo'
Membru Forumgratuit

Mesaje : 63
Varsta : 25
Data înscrierii : 01/02/2014
Mulțumiri : 5
Internet Explorer phpBB2

http://cs-elike.forumers.ro/
PsyHo' a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de Teed Dum Feb 02, 2014 7:50 pm

Da, asta trebuie sa faci.
Teed

Teed
Membru activ

Mesaje : 509
Varsta : 27
Localizare : Unde nu te astepti !
Data înscrierii : 11/11/2013
Mulțumiri : 141
Internet Explorer phpBB2

http://mega-game.dust.tv
Teed a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de PsyHo' Dum Feb 02, 2014 8:17 pm

Mda , multumesc pentru ajutorul vostru , dar din pacate nu a mers . Arata ca la inceput Fericit
Dati T/C !
PsyHo'

PsyHo'
Membru Forumgratuit

Mesaje : 63
Varsta : 25
Data înscrierii : 01/02/2014
Mulțumiri : 5
Internet Explorer phpBB2

http://cs-elike.forumers.ro/
PsyHo' a fost mulțumit de autorul acestui subiect.

In cos Re: Statistici

Mesaj Scris de Zeus Dum Feb 02, 2014 10:45 pm

Trimis in cos
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum