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.

Cum pot face chatbox ?

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum pot face chatbox ?

Mesaj Scris de mariusjack Sam Apr 06, 2013 9:39 pm

Salut !
Cum pot face chatbox ca in imagine de mai jos : https://2img.net/r/ihimg/photo/my-images/809/newpicture009.png/?
Daca nu intelegi ce fel de chatbox uitati-va la forumul asta : http://over-zone.forumz.ro/ (el are chatbox-ul ala )


Ultima editare efectuata de catre mariusjack in Dum Apr 07, 2013 12:38 pm, editata de 1 ori
mariusjack

mariusjack
Membru Forumgratuit

Mesaje : 203
Varsta : 27
Data înscrierii : 04/03/2013
Mulțumiri : 0
Internet Explorer phpBB2

http://darkgamingro.forumz.ro/
mariusjack a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face chatbox ?

Mesaj Scris de Adi. Sam Apr 06, 2013 10:17 pm

Salut,
PA - Module - Chatbox - Configurare - Activare Chatbox : Da.
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: Cum pot face chatbox ?

Mesaj Scris de mariusjack Sam Apr 06, 2013 11:08 pm

Mersi , dar cum il pot muta , uitati-va in imagine ca sa va dati seama unde vreau sa il mut : https://2img.net/r/ihimg/photo/my-images/9/newpicture010y.png/
mariusjack

mariusjack
Membru Forumgratuit

Mesaje : 203
Varsta : 27
Data înscrierii : 04/03/2013
Mulțumiri : 0
Internet Explorer phpBB2

http://darkgamingro.forumz.ro/
mariusjack a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face chatbox ?

Mesaj Scris de DeepEvil Dum Apr 07, 2013 10:29 am

Posteaza aici index_body .
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 26
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face chatbox ?

Mesaj Scris de mariusjack Dum Apr 07, 2013 11:23 am

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 -->
           
            </span>
          </td>
          <td width="50%" align="right">
       
                <!-- BEGIN switch_on_index -->
             
                <!-- 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 -->
    <tr>
      <table width="100%" align="right" border="0" >
     
      <td><span class="gensmall"> Legenda : {GROUP_LEGEND}</td>
   
   
    <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"> Detalii Forum  </font></b>{Statistici}</a></span>       
                  </span>
      </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 forum instalata : <font color="openblue"> PhpBB2 </strong></font></td></span>
    </tr>

    <tr>
    <td class="row1"><span class="gensmall">
      <strong><img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" />Fondator-ul comunitatii DarkGaming este : <font color="red"> Marius / Y!H : m_mariusss25@yahoo.com</strong></font></td></span>
    </tr>

   
   
        <tr>
    <td class="row1"><span class="gensmall">
    <img src="http://i48.servimg.com/u/f48/16/68/66/37/icon-110.png" border="0" alt="" />
    <strong>Citeste <a href="http://darkgamingro.forumz.ro/t43-regulamentul-forumului">Regulamentul comunitatii si termenii de utilizare</strong></a></td></span>
    </tr>

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

          <td class="catHead" colspan="2" height="28">
        {Statistici}<span class="cattitle">DarkGaming # <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>{Statistici}
   
      </tr>
     
    <tr>
    <td class="row1"><span class="gensmall">
    <strong><img src="http://www.csneamt.ro/forum/styles/csneamt/theme/images/most_users.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/new_po10.png" border="0" alt="" /> {NEWEST_USER} <img src="http://i48.servimg.com/u/f48/17/38/19/69/89223210.gif" border="0" alt="" /></td></span>
    </tr>
     
   
     
 

   
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <td class="catHead" colspan="2" height="28">
      <span class="cattitle"><left>DarkGaming # Parteneri</left></span>
    <tr>
    <td class="row1" rowspan="6" align="center" valign="middle"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png" alt="DevilGaming Romania" /></td>
    <td class="row1" width="100%"><span class="gensmall">

      <marquee>
      <a href="http://darkgamingro.forumz.ro/" title="DarkGaming"><img src="http://i70.servimg.com/u/f70/18/17/79/40/miniba13.gif" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
    </marquee>
       
    </tr>
            <table  width="100%" align="right" border="0" >
   
           
        <td><div><span class="gensmall"> <strong>{L_CONNECTED_MEMBERS}</strong></span></div><br/>
 
 
    </td>
       
    </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">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->
   
mariusjack

mariusjack
Membru Forumgratuit

Mesaje : 203
Varsta : 27
Data înscrierii : 04/03/2013
Mulțumiri : 0
Internet Explorer phpBB2

http://darkgamingro.forumz.ro/
mariusjack a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face chatbox ?

Mesaj Scris de DeepEvil Dum Apr 07, 2013 11:40 am

Poftim:
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 -->
           
            </span>
          </td>
          <td width="50%" align="right">
       
                <!-- BEGIN switch_on_index -->
             
                <!-- 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 -->
{CHATBOX_BOTTOM}
    <!-- BEGIN disable_viewonline -->
    <tr>
      <table width="100%" align="right" border="0" >
     
      <td><span class="gensmall"> Legenda : {GROUP_LEGEND}</td>
   
   
    <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"> Detalii Forum  </font></b>{Statistici}</a></span>       
                  </span>
      </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 forum instalata : <font color="openblue"> PhpBB2 </strong></font></td></span>
    </tr>

    <tr>
    <td class="row1"><span class="gensmall">
      <strong><img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" />Fondator-ul comunitatii DarkGaming este : <font color="red"> Marius / Y!H : m_mariusss25@yahoo.com</strong></font></td></span>
    </tr>

   
   
        <tr>
    <td class="row1"><span class="gensmall">
    <img src="http://i48.servimg.com/u/f48/16/68/66/37/icon-110.png" border="0" alt="" />
    <strong>Citeste <a href="http://darkgamingro.forumz.ro/t43-regulamentul-forumului">Regulamentul comunitatii si termenii de utilizare</strong></a></td></span>
    </tr>

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

          <td class="catHead" colspan="2" height="28">
        {Statistici}<span class="cattitle">DarkGaming # <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>{Statistici}
   
      </tr>
     
    <tr>
    <td class="row1"><span class="gensmall">
    <strong><img src="http://www.csneamt.ro/forum/styles/csneamt/theme/images/most_users.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/new_po10.png" border="0" alt="" /> {NEWEST_USER} <img src="http://i48.servimg.com/u/f48/17/38/19/69/89223210.gif" border="0" alt="" /></td></span>
    </tr>
     
   
     
 

   
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <td class="catHead" colspan="2" height="28">
      <span class="cattitle"><left>DarkGaming # Parteneri</left></span>
    <tr>
    <td class="row1" rowspan="6" align="center" valign="middle"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png" alt="DevilGaming Romania" /></td>
    <td class="row1" width="100%"><span class="gensmall">

      <marquee>
      <a href="http://darkgamingro.forumz.ro/" title="DarkGaming"><img src="http://i70.servimg.com/u/f70/18/17/79/40/miniba13.gif" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
      <a href="Link" title=""><img src="img" style="width:88px;height:31px;border:0"></a>
    </marquee>
       
    </tr>
            <table  width="100%" align="right" border="0" >
   
           
        <td><div><span class="gensmall"> <strong>{L_CONNECTED_MEMBERS}</strong></span></div><br/>
 
 
    </td>
       
    </table>

    <!-- END disable_viewonline -->
   
    <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">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 26
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face chatbox ?

Mesaj Scris de Adi. Dum Apr 07, 2013 3:11 pm

Subiectul a fost marcat ca fiind rezolvat, deci il voi trimite in arhiva.
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.

Vezi subiectul anterior Vezi subiectul urmator Sus


Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum