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.

Cerere script statistici si detalii forum

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cerere script statistici si detalii forum

Mesaj Scris de csone Sam Mar 16, 2013 7:02 pm

Doresc acest script , sau un tutorial , cum as putea face si eu ca si in aceasta imagine:

Cerere script statistici si detalii forum 2hn2vxi


Ultima editare efectuata de catre csone in Dum Mar 17, 2013 9:26 am, editata de 1 ori
csone

csone
Membru Forumgratuit

Mesaje : 166
Varsta : 35
Data înscrierii : 04/03/2013
Mulțumiri : 5
Internet Explorer phpBB2

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

Rezolvat Re: Cerere script statistici si detalii forum

Mesaj Scris de vLaDyX Sam Mar 16, 2013 9:53 pm

Te duci in P.A->Afisare->Template-uri->General->Index_Body
Si inlocuiti tot ce aveti acolo cu

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 -->
<a href="/forum"><img src="http://i.imgur.com/paq9f.png" /> <font style="font-size: 11px; font-weight: bold">Board index</font></a>
    <!-- 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 -->

         
                                    <td valign="top" width="100%">
                              <div id="center">
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td></tr><tr>
                    <!-- 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 -->
         
<table class="spoiler" width="90%" cellspacing="1" cellpadding="0" border="0" align="center"><tr><td style="cursor: pointer;">
  <span class="genmed"><b><center><font color="openblue">Arata-mi mini-regulamentul !</font></center>
  </b></span></td></tr><tr><td class="spoiler_closed"> </td><td class="spoiler_content hidden">
  <center> <div class="atentie"><img src="http://images.wikia.com/nation/images/c/c7/Attention.png" width="50px" /></div>
<font color="#fff"> Nu ai voie sa vorbesti cu limbajul SMS gen <strong>"lol","dnd","bn","mijto"</strong>.<Br>
  Nu injura deloc , poti suporta o mustrare sau chiar banarea pentru un timp.<br>
Nu faceti reclame la altor site-uri !<Br>
  Respectati-va unul pe altul !</center>
  <div align="right">Scris de vLaD</div></font></td></tr></table><span class="postbody"><br></center>
 
 
   
 
 

    {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="adds1"><span style="font-size: 11px; line-height: normal">  <strong>{LOGGED_IN_USER_LIST}</strong></span></div><br/>

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

<tr>
<table class="forumline detalii_forum" width="48%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white"> Detalii Forum  </font></b>{Statistici}</a></span>         
              </span>
  </tr>
 

 

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


<tr>
 
 
  <tr>
 <td class="row1"><span class="gensmall">


 
 
 
    <tr>
 <td class="row1"><span class="gensmall">
<strong><img src="" border="0" alt="" /> </td></span>
</tr>
 
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">

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

      {Statistici}<b><font color="white">Statistici</font></b>{Statistici}
  </tr>
   
<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/pgor_i10.png" border="0" alt="" /> {TOTAL_USERS_ONLINE}  </td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/i_icon10.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/images16.jpg" border="0" alt="" /> Recordul de utilizatori conectati a fost de 30, duminica 24 Feb 2013 - 14:32</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/new_po10.png" border="0" alt="" /> {NEWEST_USER}<img src="http://img132.imageshack.us/img132/103/md1f0x.gif" border="0" alt="" /></td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<img src="http://www.supercs.ro/forum/styles/Supercsro/theme/imagini/online.png" border="0" alt="" /><strong> Forumul a fost infiintat in data de : <font color="openblue">1 Noiembrie 2012</font></strong>
</td>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<img src="http://i48.servimg.com/u/f48/16/68/66/37/gnome-10.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>


<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://turism.bzi.ro/public/images/send-yahoo-ico.png" border="0" alt="" /><strong>Contact<font color="openblue"> vLaD <a href="ymsgr:send?geostate90@yahoo.com"><img border=0 src="http://opi.yahoo.com/online?u=csapogistul&m=g&t=1" /></strong></font></td></span>
</tr>










</tr>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
 
                <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}

            <!-- 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>

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

 
  <!-- / Footer -->
            </div>
  <div id="footer_container">
      <div class="centercolumn">
<center>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#202020">
<tbody><tr>
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#404040">
<tbody><tr>
<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">
<div align="center" style="background-color: ##4A4A4A; border: 1px dashed #FFFF00; padding: 2px; font-size: 11px; font-family:'tahoma';">
<center><strong><b><h32>
<font style="text-shadow: 1px 1px 7px rgb(108, 108, 108);" color="#FF8000">Nici unul din fisierele care apar aici sau urcate pe server nostru nu raspundem de acele fisiere . Linkurile sunt furnizate exclusiv de utilizatorii acestui site. Echipa NeedCs nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza, sau orice alte actiuni ilegale ale acestora . Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni, nu ezitati sa ne contactati. Administratorii acestei comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment, fara nici un anunt prealabil.Drepturile de autor pentru toate creatiile Apartin echipei NeedCs :> Si este interzisa reproducerea sau copierea lor.Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate..</font></NeedCs></div>    </a></b></p></td>
</tr>
</table>
</br>

    <!-- PARTENERI --><!-- PARTENERI -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>

<td class="row1"<a href="http://tinypic.com?ref=i1kxkz" target="_blank"><img src="http://i48.tinypic.com/i1kxkz.jpg" border="0" alt="Image and video hosting by TinyPic"></a></td>
<td class="row1 nobold" width="100%" valign="middle"><marquee direction="left" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">


<span onMouseOut="this.style.opacity=0.3;this.filters.alpha.opacity=30" onMouseOver="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;">

 <a href="http://needcs.forumz.ro/" target="_blank"><img src="http://i46.tinypic.com/2rw6lvm.gif" width='88' height='31' border="0" title="needcs.forumz.ro"></a>
  <a href='http://needcs.forumz.ro/' target='_blank'><img src='http://s8.postimage.org/4s0jf7df5/needcs.gif' border='0' alt="needcs" /></a>
  <!-- WTStats.com - Web Traffic Statistics --><noscript><a href="http://www.wtstats.com/" target="_blank"><img width="88" height="31" border="0" alt="Statistici Web" src="http://kate.wtstats.com/img/black/vLaD.png" /></a></noscript><script id="WTStats" type="text/javascript">wts_id='vLaD';wts_img='black';wts=document.createElement('script');wts.type='text/javascript';wts.async=1;wts.src='http://kate.wtstats.com/trackingcode.js';s=document.getElementById('WTStats');s.parentNode.insertBefore(wts,s);</script><!-- End of WTStats.com -->
 <a href="http://dreamcs.forumer.ro/"><img src="http://i49.tinypic.com/vct842.gif"></a>
 <a href="http://redgames.taro.tv/"><img src="http://i46.tinypic.com/309t0d1.gif"></a>
  <a href="http://www.deathcs.eu/forum/" alt="Comunitatea DeathCs" title="ReCrutam Staff Si Servere"><img src="http://i49.tinypic.com/24mz6z4.png"></a>
 <a
href="http://www.radiobiz.do.am/" target="_blank" title="Radio
Biz"><img src="http://i47.tinypic.com/v3ljkm.gif"
border="0" alt="Asculta Radio Biz" title="Click Aici Si Asculta Radio
  Biz"</a>
 <a href="http://ngegaming.net/"><img src="http://picasion.com/pic66/b7545eff3115f1ab1a9d8da15ad8db48.gif"></a>
/></a> 
</a>
 
 
 
</span></marquee>
</td>
</tr>
</table>





</marquee></td>
</tr>
</table>
    <center><table><tr><td style="border:1px dashed #FF0404 ; padding:1px ;"><span class="cattitle">Copyright©2013 by  vLaD. - Toate drepturile sunt rezervate.</span></td></tr></table></center>
<!-- 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 --> 

<!-- wTrafic.com - Web Traffic Statistics -->
<noscript><a href="http://www.wtrafic.com/" target="_blank"><img width="88" height="31" border="0" alt="Statistici Web" src="http://wtrafic.com/images/b/black.png" /></a></noscript>
<script id="wTrafic" type="text/javascript">wt_id='NeedCs';wt_img='black';wt_url='needcs.forumz.ro';wt=document.createElement('script');wt.type='text/javascript';wt.async=1;wt.src='http://wtrafic.com/wtrafic.js';s=document.getElementById('wTrafic');s.parentNode.insertBefore(wt,s);</script>
<!-- End of wTrafic.com -->
  <!-- Cod de monitorizare http://statisticile.ro -->
<script type="text/javascript" src="http://statisticile.ro/counter.php?u=NeedCs"></script>
<a href="http://statisticile.ro/stats/NeedCs" target="_blank"><img src="http://statisticile.ro/images/button4.png" width="88" height="31" border="0"></a>
<!-- Cod de monitorizare http://statisticile.ro - http://needcs.forumz.ro -->

 
  <script type="</span>
</font></div></p></td> 
</tr>
<left>
</left>
<right></right>
</td>
</tr>
</table>
    <center><table><tr><td style=<span class="</span></
 
 

vLaDyX

vLaDyX
Membru Forumgratuit

Mesaje : 70
Varsta : 28
Data înscrierii : 10/02/2013
Mulțumiri : 0
Internet Explorer phpBB2

http://needcs.forumz.ro/
vLaDyX a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cerere script statistici si detalii forum

Mesaj Scris de csone Dum Mar 17, 2013 9:25 am

Multumesc , merge T/C
csone

csone
Membru Forumgratuit

Mesaje : 166
Varsta : 35
Data înscrierii : 04/03/2013
Mulțumiri : 5
Internet Explorer phpBB2

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

Rezolvat Re: Cerere script statistici si detalii forum

Mesaj Scris de Cassius Dio Dum Mar 17, 2013 9:27 am

topic rezolvat
Cassius Dio

Cassius Dio
Membru onorific
Membru onorific

Mesaje : 10826
Varsta : 26
Localizare : Strawberry Fields
Data înscrierii : 13/07/2012
Mulțumiri : 84
Internet Explorer phpBB3

http://beatles.forummo.com/
Cassius Dio a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus


Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum