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.

Pot sa asez si eu asa ?Who is online ?

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de KinetiX Joi 29 Dec 2011 - 17:32

Vreau sa va intreb , pentru ca am vazut pe un forum gratuit ca are aranjat "Who is Online ? " ca in imagine
https://2img.net/r/ihimizer/img843/4503/29797192.png

Si daca se poate sa imi spuneti si mie cum...
avatar

KinetiX
Membru Forumgratuit

Mesaje : 271
Varsta : 25
Localizare : Caras-Severin
Data înscrierii : 24/08/2011
Mulțumiri : 0
Internet Explorer phpBB3

KinetiX a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de hihi xDD Joi 29 Dec 2011 - 17:47

tu ai phpBB 3 si nu iti merge asa ceva
hihi xDD

hihi xDD
Membru activ

Mesaje : 446
Varsta : 105
Data înscrierii : 15/10/2011
Mulțumiri : 2
Internet Explorer phpBB3

http://pwnedmc.ace.st/
hihi xDD a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de KinetiX Joi 29 Dec 2011 - 18:55

poi daca o schimb cum fac sa mearga?
avatar

KinetiX
Membru Forumgratuit

Mesaje : 271
Varsta : 25
Localizare : Caras-Severin
Data înscrierii : 24/08/2011
Mulțumiri : 0
Internet Explorer phpBB3

KinetiX a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de Andreinstars Joi 29 Dec 2011 - 19:14

Daca schimbi versiunile de tema toata tema de pe forumul tau se va strica.Daca vrei neaaparat sa pui acele statistici schimba pune o tema phpbb2 sau punBB si revin-o aici.
Andreinstars

Andreinstars
Membru Forumgratuit

Mesaje : 127
Data înscrierii : 26/11/2011
Mulțumiri : 0
Internet Explorer Invision

http://pro-forum.online-talk.net/
Andreinstars a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de chillax. Vin 30 Dec 2011 - 16:18

Ba este posibil și pentru platforma phpbb3.(doar ca n-o să arate ca originalul)
Eu am să explic pentru phpbb2. Intri in index_body , cauți liniile de Cine este conectat etc...
și adaugi codul ăsta in fața lor:

Cod:
<img src="link"> 

TREBUIE CA ICONUL SĂ AI ICONURI DE 16px !
avatar

chillax.
Membru Forumgratuit

Mesaje : 19
Data înscrierii : 30/12/2011
Mulțumiri : 0
Internet Explorer phpBB3

chillax. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de hihi xDD Vin 30 Dec 2011 - 17:42

ai explicat prost...
sterge tot din idnex_body si pune:
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" perms="{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">
 
        </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" perms="{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 -->

<br>
<center><span style="font-size: 11px; line-height: normal"><a href="/contact">- [Contact] </a></span>
<br>

<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://yahoo.com" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.tristangaldosdelcarpio.com/wp-content/themes/tristan/images/yahoo.png" border="0" alt="" /></a></span> 

<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://google.ro" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.maskedcrusader.com/images/styles/masked/misc/bookmarksite_google.png" border="0" alt="" /></a></span> 

<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="/feed" class="postlink" target="_blank" rel="nofollow">
<img src="http://creative-mathematics.ubm.ro/res/rss.png" border="0" alt="" /></a></span> 

<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="https://youtube.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.mcconnellbourn.com.au/img/youtube.png" border="0" alt="" /></a></span> 
</center>
<br>
<br><br><br>
<tr>
           
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td></tr><tr></tr><tr>
<br>

                <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>
</table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
 
  </tr>
</table>


<!-- END switch_legend -->



<div class="adds2"><span style="font-size: 11px; line-height: normal">  <strong>{LEGEND}</strong> : {GROUP_LEGEND}</span></div>

<tr>
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white">Utilizatori activi in ultimele 48 ore</font></b>{LAST_ONLINE}</a></span>           
              </span>
  </tr>


  <td class="row1"><span class="gensmall">  {}</td></span>


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

      <td class="catHead" colspan="2" height="28">
     
      {Statistici}<b><font color="white">Who's online?</font></b>{Statistici}
  </tr>
     
<tr>
 <td class="row1"><span class="gensmall"> 
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE}  </td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall"> 
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall"> 
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 10, 01 Nov 2011 - 20:00</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall"> 
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>



<tr>
 <td class="row1"><span class="gensmall"> 
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall"> 
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Read:<a href="/t2-regulament-forum">Forum Rules</strong></a></td></span>
</tr>




<tr>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white">Parteneri si Link-uri</font></b>{Statistici}</a></span>           
              </span>
  </tr>

<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://img401.imageshack.us/img401/2357/parteneriat.png" alt="{L_WHO_IS_ONLINE}" /></td> 





     

   
 
     

     

   

   



<tr>
<td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Link-uri:  <a href="/forum">Link-ul tau</a> | <a href="/forum">Link-ul tau</a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau</a> | <a href="/forum">Link-ul tau</a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | </strong></span></span></div></span>
Link-uri Bannere
</td>
  </tr>
  <br/>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <td class="catHead" colspan="2" height>
        <span class="cattitle"><font color="white">[PC-Tutorials.Ro] Promovarea forumului tau</font></span>
      </td>
  </tr>
  <tr>
      <td width="60" class="row1" rowspan="1" align="center" valign="middle"><img src="http://i.imgur.com/CABlt.png" id="i_whosonline" width="50" height="50" alt="{L_WHO_IS_ONLINE}" /></td>

<td class="row1" rowspan="1" align="center" valign="middle">
  <a target='_blank' title='RECLAMA TA AICI!!!' href='http://pc-tutorials.ro/forum/index.php'><img src='http://img508.imageshack.us/img508/8168/reclamaz.jpg' border='0'/></a>
</td>
  </tr>
</table>

<br/> 

 
<br/>

<br/>
<br/>

                <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insert[PwNeD.Ro] ChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>

<!-- END switch_chatbox_activate -->
</table>


{AUTO_DST}
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->


<!-- 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
});
//]]>
</script>
<!-- END switch_fb_index_login --> 
hihi xDD

hihi xDD
Membru activ

Mesaje : 446
Varsta : 105
Data înscrierii : 15/10/2011
Mulțumiri : 2
Internet Explorer phpBB3

http://pwnedmc.ace.st/
hihi xDD a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de chillax. Sam 31 Dec 2011 - 11:28

ce , te rog frumos pe viitor să nu-mi mai zici tu mie ai explicat prost.
Caci este explicat bine, dacă tu nu înțelegi te rog frumos sa-ți ții gura si să mă lași în pace.

Am zis clar unde sa intre , ce linii să caute, dacă el nu înțelege poate pune un reply cu ceea ce nu a înteles.

avatar

chillax.
Membru Forumgratuit

Mesaje : 19
Data înscrierii : 30/12/2011
Mulțumiri : 0
Internet Explorer phpBB3

chillax. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de KinetiX Sam 31 Dec 2011 - 14:15

Multumesc am rezolvat !
***Topic Rezolvat !
avatar

KinetiX
Membru Forumgratuit

Mesaje : 271
Varsta : 25
Localizare : Caras-Severin
Data înscrierii : 24/08/2011
Mulțumiri : 0
Internet Explorer phpBB3

KinetiX a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Pot sa asez si eu asa ?Who is online ?

Mesaj Scris de Lycan Mier 4 Ian 2012 - 21:43

topic rezolvat
avatar

Lycan
Membru onorific
Membru onorific

Mesaje : 3146
Localizare : Karaibe
Data înscrierii : 21/10/2011
Mulțumiri : 0
Internet Explorer punBB

http://netuts.forumz.ro
Lycan 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