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.

script subsol (statistici,detalii,parteneri,chat..)

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Vin Iun 07, 2013 3:21 pm

as vrea ca sa imi apara si mie subsolu de la forum asa !

macar de la utilizatori inregistrati pana la parteneri sa apara asa !

https://2img.net/r/ihimizer/img59/7458/snapshot20130607031815.png

statistici - script subsol (statistici,detalii,parteneri,chat..) Snapshot20130607031815
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de Adi. Vin Iun 07, 2013 4:14 pm

Adi.

Adi.
Membru onorific
Membru onorific

Mesaje : 3738
Localizare : Forumgratuit
Data înscrierii : 01/08/2012
Mulțumiri : 30
Google Chrome phpBB3

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

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de Zachary Vin Iun 07, 2013 5:02 pm

Zachary

Zachary
Membru onorific
Membru onorific

Mesaje : 2394
Localizare : România
Data înscrierii : 08/05/2013
Mulțumiri : 196
Google Chrome phpBB3

https://www.forumgratuit.ro
Zachary a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Vin Iun 07, 2013 9:02 pm

eu vreau exact ca si acolo
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de Duncan Vin Iun 07, 2013 9:08 pm

Buna seara, Fericit

Adaugati acest cod in index_body:

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 Team] </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://facebook.com" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.5pageweb.com/images/icon20_fb.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="http://twitter.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.idlaunch.org/styles/IDLaunch_Private/imageset/en/share_on_buttons/shareon_twitter.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://secure.delicious.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://cansecure.ca/images/delicious.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://login.live.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.xbox360asylum.ca/home/images/about/live.png" border="0" alt="" /></span></a>

<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>
  <center><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="" class="postlink" target="_blank" rel="nofollow">
  <img src="http://i40.tinypic.com/1dyjcl.jpg" border="0" alt="" /></a></span> </center><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}

            <!-- 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="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>{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 acitivi in ultimele 48 de ore  </font></b>{Statistici}</a></span>       
              </span>
  </tr>


  <td class="row1"><span class="gensmall">  {L_CONNECTED_MEMBERS}</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">Cine este conectat</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 156, Mier 11 sep 2011 - 15:57</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>Citeste <a href="/t97-regulament-forum">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">
  {Statistici}<b><font color="white"> Parteneri</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>


<td class="row1"><marquee onmouseover="this.stop();" onmouseout="this.start();"><span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=10"><a href="http://forum.phpbbonline.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i46.servimg.com/u/f46/16/16/06/68/untitl47.png" border="0" alt="" /></a></span>



<tr>
<td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Linck-uri:  <a href="http://forum.phpbbonline.com/">Phpbb Online</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></td>
</tr>

 
<br/>

<br/>
<br/>

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


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

Iar in CSS:

Cod:
.adds1{
padding: 5px;
border: solid 1px #2987CF;
border-radius: 4px;
font-family: arial;
  position: relative;
top: 2200px;
}

.adds2{
padding: 5px;
position: relative;
top: 2398px;
border: solid 1px #2787CF;
border-radius: 4px;
heigh: 10px;
font-family: arial;
}[/hide]

.adds3{
font-family: Trebuchet MS;
font-size: 10px;
font-color: #3d3d3d;
}
Duncan

Duncan
Membru activ

Mesaje : 611
Varsta : 26
Localizare : Prahova, Romania
Data înscrierii : 14/11/2012
Mulțumiri : 3
Internet Explorer phpBB3

http://www.extrem-support.forumgratuit.ro
Duncan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Vin Iun 07, 2013 9:32 pm

a iesit un balamuc total...
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de Duncan Vin Iun 07, 2013 9:34 pm

Ce versiune de forum folositi?
Duncan

Duncan
Membru activ

Mesaje : 611
Varsta : 26
Localizare : Prahova, Romania
Data înscrierii : 14/11/2012
Mulțumiri : 3
Internet Explorer phpBB3

http://www.extrem-support.forumgratuit.ro
Duncan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Vin Iun 07, 2013 9:38 pm

phpbb2
dar auzi eo vreu exact casi acolo aranjate ce miai dat tu nu seamana deloc
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de Duncan Vin Iun 07, 2013 9:43 pm

Incercati asa:

PA=>Afisare=>Template-uri=>General=>Index_body, si inlocuiti tot ce aveti acolo cu urmatorul cod:

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

EDIT:Adaugati decat acest cod, fara cel din CSS. A face cu ochiul
Duncan

Duncan
Membru activ

Mesaje : 611
Varsta : 26
Localizare : Prahova, Romania
Data înscrierii : 14/11/2012
Mulțumiri : 3
Internet Explorer phpBB3

http://www.extrem-support.forumgratuit.ro
Duncan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Vin Iun 07, 2013 9:48 pm

man eo vreau exact ca acolo nu porcarii de astea... ce nu intelegi
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de MBeatrice Vin Iun 07, 2013 9:54 pm

ilegendcs, Vă rog să nu mai folosiţi limbajul sms! Scrieti cuvintele intregi.
Mulţumesc pentru înţelegere!
MBeatrice

MBeatrice
Membru onorific
Membru onorific

Mesaje : 729
Varsta : 30
Localizare : Ploiesti
Data înscrierii : 01/01/2013
Mulțumiri : 5
Internet Explorer phpBB3

MBeatrice a fost mulțumit de autorul acestui subiect.

Rezolvat Re: script subsol (statistici,detalii,parteneri,chat..)

Mesaj Scris de ilegendcs Sam Iun 08, 2013 11:01 am

up ?
ilegendcs

ilegendcs
Membru Forumgratuit

Mesaje : 130
Varsta : 31
Data înscrierii : 11/04/2012
Mulțumiri : 0
Internet Explorer phpBB2

http://wgaming.forumz.ro
ilegendcs a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum