Suporte Community

Você não está conectado. Conecte-se ou registre-se

Ver o tópico anterior Ver o tópico seguinte Ir para baixo Mensagem [Página 1 de 1]

#1
FullGamer

FullGamer
Membro
Queria um chat no estilo deste forum.

Versão:
PunBB

#2
Mr.Sheldon

Mr.Sheldon
Administrador
O Formulário não esta configurado corretamente, mas já que o senhor é novato vou deixar passar.

Crie um HTML com o seguinte
Código:
<div align="left"></div><!--
// Copyright? (c) 2013 JScript <jscriptbrasil at live.com>
// This work is free. You can redistribute it and/or modify it
// under the terms of the WTFPL, Version 2
//
// For more information, go to the home page:
// http://punbb.forumeiros.com/forum
//
// Based on IPBoard ShoutBox, all rights reserved!
 --> <title>Chatbox</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <link rel="shortcut icon" type="image/x-icon" href="http://illiweb.com/fa/favicon/write.ico" /> <link rel="stylesheet" href="https://googledrive.com/host/0BywKunb3ieyDdVlWcUlScmk2SlE/ShoutBox.css" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
<!-- <script type="text/javascript" src="http://illiweb.com/rs3/54/frm/lang/pt.js"></script> -->
<!-- <script src="https://googledrive.com/host/0BywKunb3ieyDdVlWcUlScmk2SlE/bbcode-Convert_min.js" type="text/javascript"></script> --> <script src="https://googledrive.com/host/0BywKunb3ieyDdVlWcUlScmk2SlE/lz-string-1.3.0-rc1.js" type="text/javascript"></script>
<!--  Link com versão final ao usuário!
        <script type="text/javascript" src="https://googledrive.com/host/0BywKunb3ieyDdVlWcUlScmk2SlE/ShoutBox.js" charset="ISO-8859-1"></script>
        -->
<!--  Link com versão beta para testes somente, utilize o link acima de preferência!  --> <script charset="ISO-8859-1" src="https://googledrive.com/host/0BywKunb3ieyDaW5OTFJCWl95VzA/ShoutBox.js" type="text/javascript"></script>
<!--  Include the editors JS
        <link rel="stylesheet" href="https://googledrive.com/host/0BywKunb3ieyDdjQzQW43bUtndnM/office-toolbar.min.css" type="text/css" media="all" />
        <script type="text/javascript" src="https://googledrive.com/host/0BywKunb3ieyDYTRDTVAxX1N2MGM/jquery.sceditor.bbcode.min.js"></script>
        <script type="text/javascript" src="https://googledrive.com/host/0BywKunb3ieyDR2FvbUdPLVczTjQ/pt-BR.js"></scrip>
          --> <script type="text/javascript">
         //<![CDATA[
         var params = '?archives=1';
         var smilies_sid = '';
         var url_chat = '/chatbox/index.forum';
            /*
            $(function() {
                $("#editarea").sceditor({
                    plugins: "bbcode",
                    toolbar: "source,removeformat,maximize|font,size,color,emoticon|cut,copy,paste,pastetext|bold,italic,underline,strike,subscript,superscript|code,quote,image,email,link,unlink|left,center,right,justify",
                    fonts: "Arial,Arial Black,Courier New,Sans-serif,Times New Roman,Trebuchet MS",
                    locale: "pt",
                    emoticonsRoot: "https://googledrive.com/host/0BywKunb3ieyDeXo0RF93Z1BXd3M/",
                    resizeEnabled: false,
                    autofocus: true
                });
            });*/
         //]]>
      </script> <script>
            window.addEventListener('keydown', function (e){
                if (e.ctrlKey && e.keyCode === 85){
                    e.preventDefault();
                    var sHtml = '<br>' +
                        '<h1 class="ipsType_pagetitle">Desculpe, ocorreu um erro!</h1><br>' +
                        '<div class="ipsBox">' +
                        '  <div class="ipsBox_container ipsPad">' +
                        '      <span class="right desc ipsType_smaller ipsPad_top">[#103139]</span>' +
                        '          <p class="ipsType_sectiontitle">Você não tem permissão para visualizar o código.</p><br>' +
                        '          <p>Links úteis</p>' +
                        '          <ul class="ipsPad_top bullets">' +
                        '              <li><a href="http://suportecommunity.forumeiros.com/forum" title="Retornar">Retornar para o Fórum</a></li>' +
                        '              <li><a href="http://suportecommunity.forumeiros.com/faq" rel="help" title="Nossa documentação de ajuda">Nossa documentação de ajuda</a></li>' +
                        '              <li><a href="http://suportecommunity.forumeiros.com/contact" title="Entre em contato com o administrador">Entre em contato com o administrador</a></li>' +
                        '          </ul>' +
                        '  </div>' +
                        '</div>';
                        parent.$('body').replaceWith(sHtml);
                    return false;
                }
            });
      </script> <style type="text/css">
         * {margin: 0;padding: 0;}
         html, body {overflow: hidden;}
         body {padding: 0;margin: 0;background-color: #fbfbfb; font-family: helvetica,arial,sans-serif !important}
         .fontbutton {border:0;}
            #ajax_loading {
                background: -moz-linear-gradient(center top , #95C715 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
                border: 1px solid #7BA60D;
                border-radius: 0 0 5px 5px;
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
                color: #FFFFFF;
                left: 46%;
                padding: 5px 0 8px;
                position: fixed;
                text-align: center;
                top: 0;
                width: 8%;
                z-index: 10000;
            }           
      </style>
<div style="display: none;" id="ajax_loading">
   <img src="http://i69.servimg.com/u/f69/18/17/62/92/ajax_l10.gif" alt="Carregando..." />
</div>
 
<div style="display: none;" id="shoutbox-temp-msgs">
</div>
 
<div style="display: none;" id="shoutbox-temp-imgs">
</div>
 
<div style="min-height: 300px; min-width: 720px; width: 100%;" class="category_block block_wrap" id="category_shoutbox">
   
   <h3 class="maintitle">
       <a target="_top" href="#" title="View Main Shoutbox">Suporte Chat (v1.1112pr) </a>
      <!-- <a title="Open the Shoutbox in a popup" id="shoutbox-popup-button" href="/h3-shoutbox" target="_blank"><img alt="Open the Shoutbox in a popup" src="http://i78.servimg.com/u/f78/18/17/62/92/popup10.png"/></a> --> <a target="_top" onclick="return alert('Em fase de desenvolvimento, obrigado!');" href="#" id="shoutbox-popup-button" title="Open the Shoutbox in a popup"><img src="http://i78.servimg.com/u/f78/18/17/62/92/popup10.png" alt="Open the Shoutbox in a popup" /></a>
   </h3>
   
   <!--  Obsolete, removed in new versions until new decision!
         <div role="tablist" class="cke_dialog_tabs" id="cke_dialog_tabs_200">
            <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_207" title="Geral" cke_first="" class="cke_dialog_tab" style="-moz-user-select: none;">
            Geral
            </a>
            <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_208" title="MP Recebida" cke_first="" class="cke_dialog_tab" style="-moz-user-select: none;">
            MP Recebida
            </a>
            <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_209" title="MP Enviada" cke_first="" class="cke_dialog_tab" style="-moz-user-select: none;">
            MP Enviada
            </a>
         </div>
            -->
   <div class="ipsBox table_wrap">
      
      <div class="ipsBox_container">
         
         <table style="height: 230px; min-height: 230px;" class="ipb_table shoutbox_table">
            
            <tbody>
               
               <tr id="shoutbox-announcement-row" class="row2">
                  
                  <td class="altrow" colspan="2" valign="middle">
                     
                     <div id="shoutbox-announcement-text" class="message">
                         A ofensa a outro membro / Staff é sujeito a punições. <strong class="bbc">O ChatBox é um lugar para descontração, não de ajuda e suporte!</strong>
                        <!--  DO NOT REMOVE THIS LINE!  --> <a style="margin-top: 10px; margin-left: 10px;" target="_top" href="#" title="Ajuda para usuários Forumeiros" class="right id" id="punbb_jscript"></a>
                     </div>
                     
                  </td>
                  
               </tr>
               
               <tr class="row1">
                  
                  <td class="altrow" colspan="2" valign="top">
                     
                     <div style="overflow: auto; overflow-x: hidden; left: 0px; top: 0px; height: 169px; min-height: 128px;" id="shoutbox-shouts">
                        
                        <p class="altrow short" style="display: none; height: 126px;" id="shoutbox-inactive-prompt">
                            <br />Nós percebemos que você esteve inativo por mais de 10 minutos.<br /> O shoutbox parou de ser executado devido a sua inatividade.<br /> Se você está de volta, por favor clique no botão abaixo <span style="text-decoration: underline;">Estou de Volta!</span>. <br /><br /> <input value="Estou de Volta!" class="input_submit" onclick="I_am_back();" type="button" />
                        </p>
                        
                        <p class="altrow short" style="display: none; height: 126px;" id="shoutbox-service">
                            <br /><br />Nosso shoutbox está passando por manutenção neste momento, agradecemos a sua compreênção!<br /> Em breve estaremos funcionando normalmente, grato pela sua visita...<br /> O shoutbox parou de ser executado por motivos técnicos. <br />
                        </p>
                        
                        <div curpos="0" maxpos="460" pageincrement="144" increment="10" style="display: none;" id="chatbox_members">
                        </div>
                        <table style="display: ;" id="shoutbox-shouts-table">
                           
                           <tbody increment="10" pageincrement="0" maxpos="325" curpos="188" style="display: ;" class="chat_toggle" id="chatbox_general">
                              
                              <!--  General ChatBox content  -->
                           </tbody>
                           
                           <tbody increment="10" pageincrement="0" maxpos="325" curpos="188" style="display: none;" class="chat_toggle" id="chatbox_mpreceive">
                              
                              <!--  Private Receive Message ChatBox content  -->
                           </tbody>
                           
                           <tbody increment="10" pageincrement="0" maxpos="325" curpos="188" style="display: none;" class="chat_toggle" id="chatbox_mpsend">
                              
                              <!--  Private Send Message ChatBox content  -->
                           </tbody>
                           
                        </table>
                        
                     </div>
                     
                     <div onmousedown="resizeElement();" title="Clique para redimensionar o ShoutBox!" id="shouts-global-resizer">
                     </div>
                     
                     <div id="shoutbox-inline-error-glb" class="message error block_wrap" style="display: none;">
                     </div>
                     
                  </td>
                  
               </tr>
               
               <!--  Buttons  -->
               <tr class="row1">
                  
                  <td class="altrow" colspan="2" valign="top">
                     
                     <form name="post" action="" method="post" onsubmit="submitmsg('?archives=1');return false;">
                        
                        <div style="display: " id="chatbox_messenger_form">
                           
                           <div onclick="document.post.message.focus();timer_count=0;">
                               <input onkeydown="number_of_refresh=0;timer_count=0;" autocomplete="off" class="input_text" maxlength="1024" size="70" name="message" id="message" type="text" /> <input name="submit_button" id="submit_button" value="Enviar Shout" class="input_submit" type="submit" /> <input onclick="document.getElementById('message').value = '';" id="shoutbox-clear-button" value="Limpar" class="input_submit alt" type="button" /> <input onclick="refresh_chatbox('?archives=1');" style="" id="shoutbox-refresh-button" value="Atualizar" class="input_submit alt" type="button" /> <input id="divsmilies" value="Smilies" class="input_submit alt" onclick="do_selectsmilies(event);" data-scope="shoutbox" type="button" /> <input onclick="window.open('/faq?mode=bbcode','BBCodes Help','status=no,location=no,toolbar=no,menubar=no,personalbar=no,width=640,height=window.innerHeight,scrollbars=yes,resizable=yes,left=0,top=0'); return false;" id="shoutbox-bbcode-button" value="BBCode" class="input_submit alt" type="button" /> <input onclick="$('#myPrefs_popup').toggle();" id="shoutbox-myprefs-button" value="Preferências" class="input_submit alt" type="button" />
                              <!-- <input type="button" class="input_submit alt" value="MP" id="shoutbox-private-button" onclick="return false"/> -->
                           </div>
                           
                        </div>
                        
                     </form>
                     
                  </td>
                  
               </tr>
               
            </tbody>
            
         </table>
         
      </div>
      
   </div>
   
   <div style="margin-top: 5px;" id="board_stats">
      
      <ul class="ipsType_small ipsList_inline">
         
         <li class="clear">
             <span id="shoutbox-total-shouts" class="value"></span> Total de Shouts
         </li>
         
         <li class="clear">
             <span id="shoutbox-top-shouter" class="value"></span> Top Shouter
         </li>
         
         <li class="clear">
             <span id="shoutbox-total-members" class="value"></span> Total de Membros
         </li>
         
      </ul>
       <script type="text/javascript">
                    //<![CDATA[
                    $('#shoutbox-total-members').text(parent.$('#onlinechat').find('p.page-bottom > strong').text());
                    //]]>
                </script>
   </div>
   
</div>
 
<!-- Smiles  -->
<div style="display: none; width: 400px; position: absolute; z-index: 9999; top: 1px; left: 1px;" id="shoutbox-smilies-button_menucontent">
   
   <h3 class="maintitle short">
       <span class="pager"><a href="#" class="emoticonPager" id="page_0">«</a> </span> More <span class="pager"> <a href="#" class="emoticonPager" id="page_1">»</a></span>
   </h3>
   
   <table style="background: none repeat scroll 0 0 #FFFFFF;" class="ipb_table">
      
      <tbody>
         
         <tr class="row1" id="smile_row">
            
            <td>
                <span>
                  <!--
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':shout:')">
                                    <img style="margin-bottom: 10px;" alt="Shout!" src="http://i78.servimg.com/u/f78/18/17/62/92/images10.jpg" title="Shout!">
                                </a>
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':like:')">
                                    <img style="margin-bottom: 10px;" alt="Like!" src=" http://i78.servimg.com/u/f78/18/17/62/92/like_i11.png" title="I Like!">
                                </a>
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':nolike:')">
                                    <img style="margin-bottom: 10px;" alt="No Like!" src="http://i78.servimg.com/u/f78/18/17/62/92/dislik10.png" title="No Like!">
                                </a>
                                --> <a onclick="copy_user_name(':sos:')" href="#" style="margin-left: 10px;"> <img title="SOS" src="http://r19.imgfast.net/users/1917/43/09/52/smiles/632187147.gif" alt="No Like!" style="margin-bottom: 10px;" /> </a> <a longdesc="1" alt="Very Happy" icon_biggrin.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"> <img title="Very Happy" src="http://2img.net/i/fa/i/smiles/icon_biggrin.png" alt="Very Happy" style="margin-bottom: 10px;" /> </a><a longdesc="2" alt="Smile" icon_smile.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Smile" src="http://2img.net/i/fa/i/smiles/icon_smile.gif" alt="Smile" style="margin-bottom: 10px;" /></a><a longdesc="3" alt="Sad" icon_sad.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Sad" src="http://2img.net/i/fa/i/smiles/icon_sad.gif" alt="Sad" style="margin-bottom: 10px;" /></a><a longdesc="4" alt="Surprised" icon_surprised.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Surprised" src="http://2img.net/i/fa/i/smiles/icon_surprised.gif" alt="Surprised" style="margin-bottom: 10px;" /></a><a longdesc="5" alt="Shocked" icon_eek.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Shocked" src="http://2img.net/i/fa/i/smiles/icon_eek.gif" alt="Shocked" style="margin-bottom: 10px;" /></a><a longdesc="6" alt="Cool" icon_cool.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Cool" src="http://2img.net/i/fa/i/smiles/icon_cool.gif" alt="Cool" style="margin-bottom: 10px;" /></a><a longdesc="7" alt="Laughing" icon_lol.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Laughing" src="http://2img.net/i/fa/i/smiles/icon_lol.gif" alt="Laughing" style="margin-bottom: 10px;" /></a><a longdesc="8" alt="Mad" icon_mad.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Mad" src="http://2img.net/i/fa/i/smiles/icon_mad.gif" alt="Mad" style="margin-bottom: 10px;" /></a><a longdesc="9" alt="Razz" icon_razz.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Razz" src="http://2img.net/i/fa/i/smiles/icon_razz.gif" alt="Razz" style="margin-bottom: 10px;" /></a><a longdesc="10" alt="Embarassed" icon_redface.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Embarassed" src="http://2img.net/i/fa/i/smiles/icon_redface.gif" alt="Embarassed" style="margin-bottom: 10px;" /></a><a longdesc="11" alt="Crying or Very sad" icon_cry.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Crying or Very sad" src="http://2img.net/i/fa/i/smiles/icon_cry.gif" alt="Crying or Very sad" style="margin-bottom: 10px;" /></a><a longdesc="12" alt="Evil or Very Mad" icon_evil.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Evil or Very Mad" src="http://2img.net/i/fa/i/smiles/icon_evil.gif" alt="Evil or Very Mad" style="margin-bottom: 10px;" /></a><a longdesc="13" alt="Twisted Evil" icon_twisted.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Twisted Evil" src="http://2img.net/i/fa/i/smiles/icon_twisted.gif" alt="Twisted Evil" style="margin-bottom: 10px;" /></a><a longdesc="14" alt="Rolling Eyes" icon_rolleyes.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Rolling Eyes" src="http://2img.net/i/fa/i/smiles/icon_rolleyes.gif" alt="Rolling Eyes" style="margin-bottom: 10px;" /></a><a longdesc="15" alt="Wink" icon_wink.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Wink" src="http://2img.net/i/fa/i/smiles/icon_wink.gif" alt="Wink" style="margin-bottom: 10px;" /></a><a longdesc="16" alt="Exclamation" icon_exclaim.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Exclamation" src="http://2img.net/i/fa/i/smiles/icon_exclaim.gif" alt="Exclamation" style="margin-bottom: 10px;" /></a><a longdesc="17" alt="Question" icon_question.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Question" src="http://2img.net/i/fa/i/smiles/icon_question.gif" alt="Question" style="margin-bottom: 10px;" /></a><a longdesc="18" alt="Idea" icon_idea.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Idea" src="http://2img.net/i/fa/i/smiles/icon_idea.png" alt="Idea" style="margin-bottom: 10px;" /></a><a longdesc="19" alt="Arrow" icon_arrow.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Arrow" src="http://2img.net/i/fa/i/smiles/icon_arrow.gif" alt="Arrow" style="margin-bottom: 10px;" /></a><a longdesc="20" alt="Neutral" icon_neutral.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Neutral" src="http://2img.net/i/fa/i/smiles/icon_neutral.gif" alt="Neutral" style="margin-bottom: 10px;" /></a><a longdesc="21" alt="What a Face" fresse.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="What a Face" src="http://2img.net/i/fa/i/smiles/fresse.png" alt="What a Face" style="margin-bottom: 10px;" /></a><a longdesc="22" alt="Like a Star @ heaven" star3.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Like a Star @ heaven" src="http://2img.net/i/fa/i/smiles/star3.png" alt="Like a Star @ heaven" style="margin-bottom: 10px;" /></a><a longdesc="23" alt="Suspect" suspect.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Suspect" src="http://2img.net/i/fa/i/smiles/suspect.gif" alt="Suspect" style="margin-bottom: 10px;" /></a><a longdesc="24" alt="I love you" herz.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="I love you" src="http://2img.net/i/fa/i/smiles/herz.png" alt="I love you" style="margin-bottom: 10px;" /></a><a longdesc="25" alt="No" kopfschuettel.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="No" src="http://2img.net/i/fa/i/smiles/kopfschuettel.gif" alt="No" style="margin-bottom: 10px;" /></a><a longdesc="26" alt="@" at.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="@" src="http://2img.net/i/fa/i/smiles/at.png" alt="@" style="margin-bottom: 10px;" /></a><a longdesc="27" alt="cyclops" icon_cyclops.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="cyclops" src="http://2img.net/i/fa/i/smiles/icon_cyclops.gif" alt="cyclops" style="margin-bottom: 10px;" /></a><a longdesc="28" alt="clown" icon_clown.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="clown" src="http://2img.net/i/fa/i/smiles/icon_clown.png" alt="clown" style="margin-bottom: 10px;" /></a><a longdesc="29" alt="pirat" icon_pirat.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="pirat" src="http://2img.net/i/fa/i/smiles/icon_pirat.png" alt="pirat" style="margin-bottom: 10px;" /></a><a longdesc="30" alt="tongue" icon_tongue.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="tongue" src="http://2img.net/i/fa/i/smiles/icon_tongue.png" alt="tongue" style="margin-bottom: 10px;" /></a><a longdesc="31" alt="silent" icon_silent.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="silent" src="http://2img.net/i/fa/i/smiles/icon_silent.png" alt="silent" style="margin-bottom: 10px;" /></a><a longdesc="32" alt="pale" icon_pale.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="pale" src="http://2img.net/i/fa/i/smiles/icon_pale.gif" alt="pale" style="margin-bottom: 10px;" /></a><a longdesc="33" alt="alien" alien.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="alien" src="http://2img.net/i/fa/i/smiles/alien.png" alt="alien" style="margin-bottom: 10px;" /></a><a longdesc="34" alt="cat" icon_cat.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="cat" src="http://2img.net/i/fa/i/smiles/icon_cat.png" alt="cat" style="margin-bottom: 10px;" /></a><a longdesc="35" alt="monkey" icon_monkey.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="monkey" src="http://2img.net/i/fa/i/smiles/icon_monkey.png" alt="monkey" style="margin-bottom: 10px;" /></a><a longdesc="36" alt="pig" icon_porc.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="pig" src="http://2img.net/i/fa/i/smiles/icon_porc.png" alt="pig" style="margin-bottom: 10px;" /></a><a longdesc="37" alt="rabbit" icon_rabbit.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="rabbit" src="http://2img.net/i/fa/i/smiles/icon_rabbit.png" alt="rabbit" style="margin-bottom: 10px;" /></a><a longdesc="38" alt="bounce" icon_bounce.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="bounce" src="http://2img.net/i/fa/i/smiles/icon_bounce.gif" alt="bounce" style="margin-bottom: 10px;" /></a><a longdesc="39" alt="confused" confused.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="confused" src="http://2img.net/i/fa/i/smiles/confused.png" alt="confused" style="margin-bottom: 10px;" /></a><a longdesc="40" alt="affraid" affraid.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="affraid" src="http://2img.net/i/fa/i/smiles/affraid.gif" alt="affraid" style="margin-bottom: 10px;" /></a><a longdesc="41" alt="Basketball" icon_basketball.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Basketball" src="http://2img.net/i/fa/i/smiles/icon_basketball.gif" alt="Basketball" style="margin-bottom: 10px;" /></a><a longdesc="42" alt="cheers" icon_cheers.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="cheers" src="http://2img.net/i/fa/i/smiles/icon_cheers.png" alt="cheers" style="margin-bottom: 10px;" /></a><a longdesc="43" alt="bom" bom.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="bom" src="http://2img.net/i/fa/i/smiles/bom.png" alt="bom" style="margin-bottom: 10px;" /></a><a longdesc="44" alt="drunken" drunken_smilie.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="drunken" src="http://2img.net/i/fa/i/smiles/drunken_smilie.png" alt="drunken" style="margin-bottom: 10px;" /></a><a longdesc="45" alt="Sleep" sleep.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="Sleep" src="http://2img.net/i/fa/i/smiles/sleep.gif" alt="Sleep" style="margin-bottom: 10px;" /></a><a longdesc="46" alt="sunny" icon_sunny.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="sunny" src="http://2img.net/i/fa/i/smiles/icon_sunny.png" alt="sunny" style="margin-bottom: 10px;" /></a><a longdesc="47" alt="albino" icon_albino.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="albino" src="http://2img.net/i/fa/i/smiles/icon_albino.png" alt="albino" style="margin-bottom: 10px;" /></a><a longdesc="48" alt="cherry" icon_cherry.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="cherry" src="http://2img.net/i/fa/i/smiles/icon_cherry.png" alt="cherry" style="margin-bottom: 10px;" /></a><a longdesc="49" alt="santa" icon_santa.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="santa" src="http://2img.net/i/fa/i/smiles/icon_santa.png" alt="santa" style="margin-bottom: 10px;" /></a><a longdesc="50" alt="rendeer" icon_rendeer.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="rendeer" src="http://2img.net/i/fa/i/smiles/icon_rendeer.png" alt="rendeer" style="margin-bottom: 10px;" /></a><a longdesc="51" alt="farao" icon_farao.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="farao" src="http://2img.net/i/fa/i/smiles/icon_farao.png" alt="farao" style="margin-bottom: 10px;" /></a><a longdesc="52" alt="king" icon_king.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="king" src="http://2img.net/i/fa/i/smiles/icon_king.png" alt="king" style="margin-bottom: 10px;" /></a><a longdesc="53" alt="queen" icon_queen.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="queen" src="http://2img.net/i/fa/i/smiles/icon_queen.png" alt="queen" style="margin-bottom: 10px;" /></a><a longdesc="54" alt="jocolor" icon_jokercolor.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="jocolor" src="http://2img.net/i/fa/i/smiles/icon_jokercolor.png" alt="jocolor" style="margin-bottom: 10px;" /></a><a longdesc="55" alt="geek" icon_geek.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="geek" src="http://2img.net/i/fa/i/smiles/icon_geek.png" alt="geek" style="margin-bottom: 10px;" /></a><a longdesc="56" alt="scratch" icon_scratch.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="scratch" src="http://2img.net/i/fa/i/smiles/icon_scratch.png" alt="scratch" style="margin-bottom: 10px;" /></a><a longdesc="57" alt="study" icon_study.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="study" src="http://2img.net/i/fa/i/smiles/icon_study.png" alt="study" style="margin-bottom: 10px;" /></a><a longdesc="58" alt="elephant" icon_elephant.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="elephant" src="http://2img.net/i/fa/i/smiles/icon_elephant.png" alt="elephant" style="margin-bottom: 10px;" /></a><a longdesc="59" alt="flower" icon_flower.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="flower" src="http://2img.net/i/fa/i/smiles/icon_flower.png" alt="flower" style="margin-bottom: 10px;" /></a><a longdesc="60" alt="afro" icon_rr.png"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="afro" src="http://2img.net/i/fa/i/smiles/icon_rr.png" alt="afro" style="margin-bottom: 10px;" /></a><a longdesc="61" alt="lol!" lol.gif"="" smiles="" i="" fa="" illiweb.com="" http:="" onclick="copy_user_name('<img src=" href="#" style="margin-left: 10px;">')"><img title="lol!" src="http://2img.net/i/fa/i/smiles/lol.gif" alt="lol!" style="margin-bottom: 10px;" /></a></span>
            </td>
            
         </tr>
         
      </tbody>
      
   </table>
   
</div>
 
<div style="display: none; top: 50%; left: 50%; width: 650px; height: 245px; margin:-135px 0 0 -325px; position: absolute;" id="editShout_popup" class="popupWrapper">
   
   <div style="width: 650px; height: 245px;" id="editShout_inner" class="popupInner">
      
      <h3>
         Editar Shout
      </h3>
      
      <div style="display:none;" id="shoutbox-inline-error-editShout" class="message error block_wrap">
      </div>
      
      <div class="ipsPad">
          <span role="presentation" class="cke_wrapper cke_ltr"> </span>
         <form style="" name="editpost" action="" method="post" onsubmit="submitEditedMsg('?archives=1');return false;">
            
            <table class="cke_editor" cellspacing="0" cellpadding="0" border="0">
               
               <tbody>
                  
                  <tr style="-moz-user-select: none;">
                     
                     <td>
                         <span style="width: 100%; display: block; padding-bottom: 5px;" id="text_editor"> <button title="Negrito" accesskey="b" type="button" onclick="BBCode_Add('bold', 'editarea')" class="input_submit alt"> <img title="Negrito" alt="Negrito" src="http://2img.net/i/fa/wysiwyg/text_bold.png" /> </button> <button title="Itálico" accesskey="i" type="button" onclick="BBCode_Add('italic', 'editarea')" class="input_submit alt"> <img title="Itálico" alt="Itál" src="http://2img.net/i/fa/wysiwyg/text_italic.png" /> </button>  <button title="Sublinhar" accesskey="u" type="button" onclick="BBCode_Add('underline', 'editarea')" class="input_submit alt"> <img title="Sublinhar" alt="Sub" src="http://2img.net/i/fa/wysiwyg/text_underline.png" /> </button>   <button title="Esquerda" accesskey="m" type="button" onclick="BBCode_Add('left', 'editarea')" class="input_submit alt"> <img title="Esquerda" alt="Esq" src="http://2img.net/i/fa/wysiwyg/text_align_left.png" /> </button>  <button title="Centralizar" accesskey="t" type="button" onclick="BBCode_Add('center', 'editarea')" class="input_submit alt"> <img title="Centralizar" alt="Cent" src="http://2img.net/i/fa/wysiwyg/text_align_center.png" /> </button>  <button title="Direita" accesskey="g" type="button" onclick="BBCode_Add('right', 'editarea')" class="input_submit alt"> <img title="Direita" alt="Dir" src="http://2img.net/i/fa/wysiwyg/text_align_right.png" /> </button>   <button title="Lista simples" accesskey="l" type="button" onclick="BBCode_Add('list', 'editarea')" class="input_submit alt"> <img title="Lista simples" alt="List" src="http://2img.net/i/fa/wysiwyg/text_list_bullets.png" /> </button>  <button title="Lista numerada" accesskey="o" type="button" onclick="BBCode_Add('list=1', 'editarea')" class="input_submit alt"> <img title="Lista numarada" alt="List" src="http://2img.net/i/fa/wysiwyg/text_list_numbers.png" /> </button>  <button title="Imagem" accesskey="p" type="button" onclick="BBCode_Add('img', 'editarea')" class="input_submit alt"> <img title="Imagem" alt="Img" src="http://2img.net/i/fa/wysiwyg/picture.png" /> </button>  <button title="Link" accesskey="w" type="button" onclick="BBCode_Add('url', 'editarea')" class="input_submit alt"> <img title="Link" alt="Lnk" src="http://2img.net/i/fa/wysiwyg/link.png" /> </button> </span>
                     </td>
                     
                  </tr>
                  
                  <tr>
                     
                     <td style="height: 100px; padding: 0px ! important;" class="cke_contents">
                         <textarea onkeydown="number_of_refresh=0;timer_count=0;" style="width: 98%; height: 89%; resize: none; outline: medium none; text-align: left;" name="editarea" id="editarea" class="input_text">                                    </textarea>
                     </td>
                     
                  </tr>
                  
                  <!--
                     <tr>
                        <td class="cke_contents">
                                    <textarea class="input_text" id="editarea" name="editarea"
                                        style="width: 625px; height: 78px; resize: none; outline: medium none; text-align: left;" onkeydown="number_of_refresh=0;timer_count=0;">
                                    </textarea>
                                </td>
                     </tr>
                            -->
               </tbody>
               
            </table>
            
            <div class="short ipsPad">
               
               <div onclick="document.editpost.editarea.focus();timer_count=0;">
                   <input name="submit_button" id="submit_button" value="Enviar Shout" class="input_submit" type="submit" /> <input onclick="document.getElementById('editarea').value = '';" id="shoutbox-clear-button" value="Limpar" class="input_submit alt" type="button" /> <input onclick="$('#editShout_popup').toggle();" id="shoutbox-refresh-button" value="Cancelar" class="input_submit alt" type="button" />
               </div>
               
            </div>
            
         </form><span role="presentation" class="cke_wrapper cke_ltr"> </span>
      </div>
      
   </div>
   
   <div onclick="$('#editShout_popup').toggle();" id="editShout_close" class="popupClose clickable">
      <img src="http://forum.autoitbrasil.com/public/style_images/master/close_popup.png" alt="x" />
   </div>
   
</div>
 
<div class="popupWrapper" style="display: none; z-index: 10001; top: 10px; left: 395.5px; position: fixed;" id="myPrefs_popup">
   
   <div style="width: 550px; max-height: 388px;" class="popupInner" id="myPrefs_inner">
      
      <h3>
         Painel de Minhas Preferências
      </h3>
      
      <div class="ipsBox table_wrap">
         
         <div class="ipsBox_container">
            
            <div id="shoutbox-inline-error-myprefs" class="message error block_wrap" style="display: none;">
            </div>
            
            <table class="ipb_table">
               
               <tbody>
                  
                  <tr>
                     
                     <td colspan="2">
                         Aqui você pode mudar suas preferências pessoais para o Shoutbox.<br />Simplesmente atualize as preferências a seu gosto e clique no botão 'Salvar'.
                     </td>
                     
                  </tr>
                  
                  <tr class="row2">
                     
                     <td class="altrow" colspan="2">
                         <strong id="shoutbox-popup-status">Preferências</strong>
                     </td>
                     
                  </tr>
                  
                  <tr>
                     
                     <td style="width: 50%;" class="short">
                         <strong>Mostrar o Shoutbox Global?</strong> <br /> <label for="my_prefs_gsb_y">Sim</label> <input class="input_radio" name="my_prefs_gsb" value="1" id="my_prefs_gsb_y" checked="" type="radio" /> <input class="input_radio" name="my_prefs_gsb" value="0" id="my_prefs_gsb_n" type="radio" /> <label for="my_prefs_gsb_n">Não</label>
                     </td>
                     
                     <td style="width: 50%;" class="short">
                         <strong>A <em>Tecla Enter</em> deverá agir como o botão 'Enviar Shout'?</strong> <br /> <label for="my_prefs_ets_y">Sim</label> <input class="input_radio" name="my_prefs_ets" value="1" id="my_prefs_ets_y" type="radio" /> <input class="input_radio" name="my_prefs_ets" value="0" id="my_prefs_ets_n" checked="" type="radio" /> <label for="my_prefs_ets_n">Não</label>
                     </td>
                     
                  </tr>
                  
                  <tr>
                     
                     <td class="short">
                         <strong>Mostrar o botão Atualizar?</strong> <br /> <label for="my_prefs_drb_y">Sim</label> <input class="input_radio" name="my_prefs_drb" value="1" id="my_prefs_drb_y" checked="" type="radio" /> <input class="input_radio" name="my_prefs_drb" value="0" id="my_prefs_drb_n" type="radio" /> <label for="my_prefs_drb_n">Não</label>
                     </td>
                     
                     <td class="short">
                         <strong>Habilitar Comandos Rápidos?</strong> <br /> <label for="my_prefs_eqc_y">Sim</label> <input class="input_radio" name="my_prefs_eqc" value="1" id="my_prefs_eqc_y" checked="" type="radio" /> <input class="input_radio" name="my_prefs_eqc" value="0" id="my_prefs_eqc_n" type="radio" /> <label for="my_prefs_eqc_n">Não</label>
                     </td>
                     
                  </tr>
                  
                  <tr>
                     
                     <td class="short">
                         <strong>Shoutbox display order?</strong>
                     </td>
                     
                     <td class="short">
                         <select name="my_prefs_sdo" id="my_prefs_sdo">
                                            <option value="" selected="">Default</option>
                                            <option value="1">Older -> Newer</option>
                                            <option value="2">Newer -> Older</option>
                                        </select> <br /> <span class="error">Manual refresh req'd if changed</span>
                     </td>
                     
                  </tr>
                  
                  <tr>
                     
                     <td class="short" colspan="2">
                         <input id="myprefs_save" value="Salvar Preferências" class="input_submit" type="button" /> <input id="myprefs_restore" value="Restaurar Padrão" class="ipsButton_secondary" type="button" />
                     </td>
                     
                  </tr>
                  
               </tbody>
               
            </table>
            
         </div>
         
      </div>
      
   </div>
   
   <div onclick="$('#myPrefs_popup').toggle();" class="popupClose clickable" id="myPrefs_close">
      <img src="http://forum.autoitbrasil.com/public/style_images/master/close_popup.png" alt="x" />
   </div>
   
</div>
 

e depois crie um JS com investimento em No Índice
Código:
function updateIframeSize(x,y){
    if (x != '') {
        $('#' + x).height(y + 10 + 'px');
    }
}
$(function() {
                    $('#page-body').prepend('<iframe id="iframe_shoutbox" height="360px" width="100%" frameBorder="0" src="/h5-">Your browser does not support IFRAMEs</iframe>');
        });

http://suportecommunity.com.br

#3
Mr.Black

Mr.Black
Designer
Obrigado por Compartilhar Mr.Sheldon

#4
FullGamer

FullGamer
Membro
Resolvido

#5
Mr.Sheldon

Mr.Sheldon
Administrador
[sucesso=Questão Resolvida]Movido para Resolvido[/sucesso]
Motivo Membro Satisfeito

http://suportecommunity.com.br

#6
Conteúdo patrocinado


Ver o tópico anterior Ver o tópico seguinte Ir para o topo Mensagem [Página 1 de 1]


Permissões neste sub-fórum
Não podes responder a tópicos