Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TSSE 5.6] Shoutbox (http://www.bvlist.com/showthread.php?t=5471)

lateam 8th October 2010 14:06

[TSSE 5.6] Shoutbox
 
1 Attachment(s)
add this line in your css for your theme

PHP Code:

#shoutbox_frame 
{
    
background:url("../images/fondbleu.jpg"no-repeat scroll 100100transparent;
    
display:block;
    
height:500px;
    
overflow:auto;
    
padding:2px;
    
width:99%;



mmisu120000 8th October 2010 19:32

Works fine, mate, you rock!

ultrafranco 9th October 2010 05:57

yes very nice !!!:ok::bubble::scratch:

lateam 9th October 2010 12:57

thank
 
Quote:

Originally Posted by ultrafranco (Post 24999)
yes very nice !!!:ok::bubble::scratch:

thank you friend Ultra form since time soon kiss:lol::friend::drink:

BEST 11th October 2010 16:22

how can I reduce the avatar in the shoutbox?:bubble:

lateam 11th October 2010 18:28

Quote:

Originally Posted by BEST (Post 25074)
how can I reduce the avatar in the shoutbox?:bubble:

edit outputinfo.php
width="50" height="50":ok:
ligne 289
PHP Code:

$avatars =  '<img src="'.$avatar.'" width="50" height="50"/>'


fireman 17th October 2010 05:06

great thanks for this mod



I don't see anything for colors on this is there an addon thanks

Omenke 17th October 2010 12:38

response options
 
hey!

Slightly extended response transmission possibilities


edited shoutbox/outputinfo.php
search
PHP Code:

$date '[' my_datee ($timeformat$shout_row['date']) . ']'

ADEDD!

PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
    
$valasz "<a href='javascript:window.top.SmileIT(\">>> $username:\",\"shoutbox\",\"shoutbox\")'><img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/jobbra.gif></a>"

search:
PHP Code:

$str .= '' '<span class=\'shoutbox\'>' $avatars ' ' $date ' ' $mod ' ' $onoffpic ' ' $UserGender ' ' $country ' ' $Userpm 

ADD
PHP Code:

' . $valasz . ' 

save it and ready to

upload this picture of a library pic http://familytorrent.ath.cx/pic//jobbra.gif

Marco 18th October 2010 09:08

hello
 
how could make when i clicking on jobbra.jpg to show the desired username class color too ?


nice job :)

mirck0 22nd November 2010 12:53

hi
 
Sorry but I am new in this field. Can you please explain step by step how to include this plugin?

What do I do with that archive and where to add / edit those lines?
I apologize if I give you headaches and thank you in advance for your help.

smoky28 25th November 2010 00:33

Quote:

Originally Posted by Marco (Post 25193)
how could make when i clicking on jobbra.jpg to show the desired username class color too ?


nice job :)

PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
$valasz "<a href='javascript:window.top.SmileIT(\" [b][color=#663399]$username:>>[/color][/b]\",\"shoutbox\",\"shoutbox\")'<img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/nyil.gif></a>"

Color/username:ok::ok::ok:

mmisu120000 25th November 2010 08:49

Quote:

Originally Posted by smoky28 (Post 25837)
PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
$valasz "<a href='javascript:window.top.SmileIT(\" [b][color=#663399]$username:>>[/color][/b]\",\"shoutbox\",\"shoutbox\")'<img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/nyil.gif></a>"

Color/username:ok::ok::ok:

The guy said username class color ... It means if the user is an admin it will be showed in admin's colour, etc....

You just added a color, but that color is for all users the same ...

Marco 26th November 2010 12:50

indeed mmisu120000 ;) i wish the user class collor what is different by class to class....

thx for help

lafouine022 27th November 2010 00:02

1 Attachment(s)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:

gabkoko 27th November 2010 10:58

Quote:

Originally Posted by lafouine022 (Post 25887)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:

you share it with us the source code? Pls...:ok:

ddshow 3rd February 2011 22:01

how to change the refresh rate of shoutbox?

gabkoko 4th February 2011 10:37

Quote:

Originally Posted by ddshow (Post 26694)
how to change the refresh rate of shoutbox?

shoutbox\shoutbox.js
find it:
PHP Code:

showData();setInterval("showData()",30000); 

30000ms = 30sec

change the value but do not set it too small :drink:

Marco 7th February 2011 11:57

Quote:

Originally Posted by lafouine022 (Post 25887)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:


maybe share with us?!?


thanks a lot

lafouine022 8th February 2011 01:23

it's just for me ^^ sorry

gabkoko 8th February 2011 07:01

no problem...

fireman 11th February 2011 03:22

question
 
is there anyway to move the text part to the bottom i like the shoutbox just not use to text part being on top and like it on bottom

gabkoko 18th February 2011 11:01

Quote:

Originally Posted by lafouine022 (Post 26733)
it's just for me ^^ sorry

already work it...:sun:
Quote:

Originally Posted by Omenke (Post 25187)
hey!

Search:
PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
    
$valasz "<a href='javascript:window.top.SmileIT(\">>>  $username:\",\"shoutbox\",\"shoutbox\")'><img height=10px  style=border:none alt=válasz title=válasz  src=$BASEURL/$pic_base_url/jobbra.gif></a>"

and change to:
PHP Code:

    $resowner mysql_query("SELECT id, username, usergroup FROM users WHERE id=$shout_row[userid]");
    
$arr2 htmlspecialchars_uni (mysql_fetch_array($resowner));
    if (
$arr2["usergroup"] == "13")
    
$arr1"[color=#999900]";
    if (
$arr2["usergroup"] == "11")
    
$arr1"[color=grey]";
    if (
$arr2["usergroup"] == "10")
    
$arr1"[color=darkgreen]";
    if (
$arr2["usergroup"] == "8")
    
$arr1"[color=darkred]";
    if (
$arr2["usergroup"] == "7")
    
$arr1"[color=#2587A7]";
    if (
$arr2["usergroup"] == "6")
    
$arr1"[color=#B000B0]";
    if (
$arr2["usergroup"] == "5")
    
$arr1"[color=#ff5151]";
    if (
$arr2["usergroup"] == "4")
    
$arr1"[color=navy]";
    if (
$arr2["usergroup"] == "3")
    
$arr1"[color=#66CC00]";
    if (
$arr2["usergroup"] == "2")
    
$arr1"[color=#0099FF]";
    if (
$arr2["usergroup"] == "1")
    
$arr1"[color=black]";

    
$valasz "<a href='javascript:window.top.SmileIT(\"[i][b]$arr1$arr2[username]>>[/b][/i][/color]\",\"shoutbox\",\"shoutbox\")'><img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/jobbra.gif></a>"

The colors change your own

Omenke 19th February 2011 21:31

Quote:

Originally Posted by gabkoko (Post 26853)
already work it...:sun:

Search:
PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
    
$valasz "<a href='javascript:window.top.SmileIT(\">>>  $username:\",\"shoutbox\",\"shoutbox\")'><img height=10px  style=border:none alt=válasz title=válasz  src=$BASEURL/$pic_base_url/jobbra.gif></a>"

and change to:
PHP Code:

    $resowner mysql_query("SELECT id, username, usergroup FROM users WHERE id=$shout_row[userid]");
    
$arr2 htmlspecialchars_uni (mysql_fetch_array($resowner));
    if (
$arr2["usergroup"] == "13")
    
$arr1"[color=#999900]";
    if (
$arr2["usergroup"] == "11")
    
$arr1"[color=grey]";
    if (
$arr2["usergroup"] == "10")
    
$arr1"[color=darkgreen]";
    if (
$arr2["usergroup"] == "8")
    
$arr1"[color=darkred]";
    if (
$arr2["usergroup"] == "7")
    
$arr1"[color=#2587A7]";
    if (
$arr2["usergroup"] == "6")
    
$arr1"[color=#B000B0]";
    if (
$arr2["usergroup"] == "5")
    
$arr1"[color=#ff5151]";
    if (
$arr2["usergroup"] == "4")
    
$arr1"[color=navy]";
    if (
$arr2["usergroup"] == "3")
    
$arr1"[color=#66CC00]";
    if (
$arr2["usergroup"] == "2")
    
$arr1"[color=#0099FF]";
    if (
$arr2["usergroup"] == "1")
    
$arr1"[color=black]";

    
$valasz "<a href='javascript:window.top.SmileIT(\"[i][b]$arr1$arr2[username]>>[/b][/i][/color][i][b][/b][/i][b][/b]\",\"shoutbox\",\"shoutbox\")'><img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/jobbra.gif></a>"

The colors change your own


I think it is unnecessary
PHP Code:

[i][b][/b][/i][b][/b

but thanks for it

gabkoko 19th February 2011 22:05

Oops!
Fix it. Really unnecessary :friend:

lafouine022 23rd February 2011 00:09

well yes it is a method

nice work

gabkoko 28th February 2011 17:00

System notice - delete a message board content
 
Hi,

required for the following file: ../shoutbox/sendshout.php

Find it:
PHP Code:

function execcommand_prune ($Data)
  {
    
$Data trim ($Data[0][1]);
    if (empty (
$Data))
    {
      (
mysql_query ('delete from shoutbox') OR sqlerr (__FILE__284));
      
execcommand_message ();
    } 
    else
    {
      
$query mysql_query ('SELECT id FROM users WHERE username = ' sqlesc ($Data));
      if (
mysql_num_rows ($query))
      {
        
$Userid mysql_result ($query0'id');
        (
mysql_query ('delete from shoutbox where userid = ' sqlesc ($Userid)) OR sqlerr (__FILE__293));
        
execcommand_message ();
      }
    }

    return 
true;
  }

  function 
execcommand_message ($message '<div style="background: #FFECCE; border: 1px solid #EA5F00; padding-left: 5px;"><font color=black>Parancs végrehajtva. (Következő frissítéskor már látszik!)</font></div>'$forcemessage false)
  {
    if ((
mysql_affected_rows () OR $forcemessage))
    {
      echo 
$message;
    }

  } 

and change to:

PHP Code:

function execcommand_prune ($Data)
  {
    global 
$CURUSER;
    
$Data trim ($Data[0][1]);
    if (empty (
$Data))
    {   
      (
mysql_query ('delete from shoutbox') OR sqlerr (__FILE__284));
        
$userid $CURUSER['id'];
        
$uzifaluritbOT "{systemnotice} The content is deleted!  User: - ".$CURUSER['username']." -";
        
$uzifalurit_sql "INSERT INTO shoutbox (userid, namestyle, date, content)
        VALUES ("
.sqlesc('999999999').", ".sqlesc('{username}').", '".TIMENOW."', ".sqlesc($uzifaluritbOT).")" or sqlerr(__FILE____LINE__);
        
mysql_query($uzifalurit_sql) or sqlerr(__FILE____LINE__);

        
write_log ("The content is deleted!");
    } 
    else
    {
      
$query mysql_query ('SELECT id FROM users WHERE username = ' sqlesc ($Data));
      if (
mysql_num_rows ($query))
      {
        
$Userid mysql_result ($query0'id');
        (
mysql_query ('delete from shoutbox where userid = ' sqlesc ($Userid)) OR sqlerr (__FILE__293));

      }
    }

    return 
true;
  } 

http://hellgate.ws/pic/delete_content.jpg

Marco 28th February 2011 17:18

I try it on my TS 5.6 Nightcrawler version work nice :)

thank you :)



Later Edit.

Have any ideea why on my shoutbox can't write special carracters like " őŐ, űŰ " when i write a phrase with this letters they cut the rest of proposition....
thx :)

smoky28 15th March 2011 00:38

Shoutbox refresh
 
add include/plugins/shotubox.php

search
Line 146:

PHP Code:

<img width=65  src="pic/codebuttons/boutonEnvoyer.gif" onClick="saveData(); return false;"

Update refresh shoutbox.

And put this code after line
PHP Code:

<img value="Rafraichir" onclick="javascript:location.reload(true);" title="rafraichir" alt="rafraichir" src="/pic/refresh.gif"

http://noob.hu/2011/03/16/nevtelen.JPG

The small picture to everybody out there in the pic folder 100% tested my site

gabkoko 15th March 2011 12:21

really working :ok:

hart 23rd March 2011 21:17

how to add pop-up window with more smilie, I ask for the code and where to put.:sos:

smoky28 23rd March 2011 22:06

explain a little more abundant mir also think that in relation to a Smile?

hart 23rd March 2011 22:56

Quote:

Originally Posted by smoky28 (Post 27307)
explain a little more abundant mir also think that in relation to a Smile?

exactly want to add more emotes button and that additional emoticons jump in new window

fireman 23rd March 2011 23:31

i believe this is what this user wants
 
i believe that the user is looking for this http://www.bvlist.com/tsse/992-%5Btsse-5-1%5D-smiles-bbcode.html

but for 5.6

smoky28 24th March 2011 11:07

Quote:

Originally Posted by hart (Post 27310)
exactly want to add more emotes button and that additional emoticons jump in new window


Smilis uplaod pic/smilis mapps go tracker sttetings go manage smilis

http://localhost/admin/settings.php -> Manage Smilies -> [Add a New Smilie] smilis name smilis id 0=shoutbox :drink:http://noob.hu/2011/03/24/nevtelen_1.JPGhotuhboxhttp://noob.hu/2011/03/24/nevtelen_0.JPG

hart 24th March 2011 11:12

The point here is can I use to add additional button with a popup from smilies

smoky28 24th March 2011 11:22



include/plugins/shoutbox.php
http://noob.hu/2011/03/24/smiley.gif upload gomb mapps

hart 24th March 2011 11:49

thanks very much, but a small problem as I click on the icon face is not following its notification to the sb and the window opens in another window and want to let the order they are opened in a separate smaller window, the council can?

smoky28 24th March 2011 15:57

1 Attachment(s)
Quote:

Originally Posted by hart (Post 27320)
thanks very much, but a small problem as I click on the icon face is not following its notification to the sb and the window opens in another window and want to let the order they are opened in a separate smaller window, the council can?

PHP Code:

<?php
/*
************************************************
*==========[TS Special Edition v.5.6]==========*
************************************************
*              Special Thanks To               *
*        DrNet - wWw.SpecialCoders.CoM         *
*          Vinson - wWw.Decode4u.CoM           *
*    MrDecoder - wWw.Fearless-Releases.CoM     *
*           Fynnon - wWw.BvList.CoM            *
*==============================================*
*   Note: Don't Modify Or Delete This Credit   *
*     Next Target: TS Special Edition v5.7     *
*     TS SE WILL BE ALWAYS FREE SOFTWARE !     *
************************************************
*/
// Dont change for future reference.
if (!defined('TS_P_VERSION'))
{
    
define('TS_P_VERSION''1.1 by xam');
}
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
     die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}

// BEGIN Plugin: Shoutbox
$lang->load('quick_editor');
require_once(
INC_PATH."/functions_quick_editor.php");
require_once(
$rootpath.'/'.$cache.'/smilies.php'); // Load smilies.
$_shoutbox_smilies $smilies;
$_shoutbox_defaultsmilies $_shoutbox_smilies;
$_shoutbox_smilies '
<div style="display: none;" id="show_TSsmilies">
<table width="100%" border="0">
    <tr>'
;
$count 0;
foreach (
$_shoutbox_defaultsmilies as $_shoutbox_code => $_shoutbox_url)
{
    
$_shoutbox_code addslashes($_shoutbox_code);
    
$_shoutbox_url addslashes($_shoutbox_url);
    
$_shoutbox_url htmlspecialchars_uni($_shoutbox_url);
    if (
$count 59)
    {
        
$_shoutbox_smilies .= "<img src=\"{$BASEURL}/{$pic_base_url}smilies/{$_shoutbox_url}\"  class=\"Shighlightit\" alt=\"{$_shoutbox_code}\" onclick=\"SmileIT('{$_shoutbox_code}','shoutbox','shouter_comment');\" style=\"cursor: pointer;\">\n";
        
$count++;
    }
}
$_shoutbox_smilies .= '</tr></table></div>';
$shoutbox '
<!-- begin shoutbox -->
<style type="text/css">
    .Shighlightit
    {
        border: 1px solid #ccc;
    }
    .Shighlightit:hover
    {
        border: 1px solid navy;
    }
    .Shighlightit:hover
    {
        color: red; /* Dummy definition to overcome IE bug */
    }
    .date
    {
        font-size: 7pt;
        font-family: tahoma;
    }
    #TSShoutbox a:link, #TSShoutbox a:visited {    
        padding:2px;
        text-decoration:none;
    }
    #TSShoutbox a:hover, #TSShoutbox a:active {
        color:#000;
        position:relative;
    }
    #TSShoutbox a:link span, #TSShoutbox a:visited span {
        background:#FFF;
        display:none;
        z-index:10;
    }
    #TSShoutbox a:hover span, #TSShoutbox a:active span {
    position:absolute;
    top:15px;
    left:0px;
    display:block;
    z-index:10;    
    padding:3px;    
    border:1px solid #444;
    width:105px;
    cursor:pointer;    
}
</style>
<script language="javascript" type="text/javascript">
    //<![CDATA[
    var popupshoutbox = "no";        
    function show_hidden(WhatToShow)
    {
        if (document.getElementByID)
        {
            stdBrowser = true;
        }
        else
        {
            stdBrowser = false;
        }

        if (stdBrowser || navigator.appName != "Microsoft Internet Explorer")
        {
            if (document.getElementById(WhatToShow).style.display == \'none\')
            {
                document.getElementById(WhatToShow).style.display = \'block\';
            }
            else
            {
                document.getElementById(WhatToShow).style.display = \'none\';
            }
        }
        else
        {
            if (document.all[WhatToShow].style.display == \'none\')
            {
                document.all[WhatToShow].style.display = \'block\';
            }
            else
            {
                document.all[WhatToShow].style.display = \'none\';
            }
        }
    }
    //]]>
</script>
<a id="shoutbox"></a>
<form id="shout" name="shoutbox" onSubmit="saveData(); return false;">    
<table border="0" cellspacing="0" cellpadding="5" width="100%">    
    
<td align="left">
            <div id="loading-layer" name="loading-layer" style="float:right; display:none;"><img src="pic/codebuttons/loader.gif" border="0" class="inlineimg" /></div><center>
            '
.$_shoutbox_smilies.'
            '
.ts_load_colors_shoutbox().'            
            
            
            <input maxlength="255" name="shouter_comment" type="text" id="shoutbox" size="110" />
                        
            <img width=65  src="pic/codebuttons/boutonEnvoyer.gif" onClick="saveData(); return false;">
            <img value="Rafraichir" onclick="javascript:location.reload(true);" title="rafraichir" alt="rafraichir" src="/pic/refresh.gif">
            <img src="'
.$BASEURL.'/'.$pic_base_url.'whip.gif"  onclick="show_hidden(\'show_TSsmilies\');" class="button" />
            '
.ts_show_shoutbox_bbcode_links().'
            <img src="'
.$BASEURL.'/'.$pic_base_url.'color.gif" width="73" height="24" border="0" onclick="show_hidden(\'show_TScolors\');" class="button" /></center>
            
            <center>
            <img src="http://revolution-newstyle.info/pic/hello.gif" onclick="javascript: SmileIT(\'[b]Sziasztok![/b] :wave:\',\'shoutbox\',\'shoutbox\')" title="Sziasztok!">
            <img src="http://revolution-newstyle.info/pic/szep.gif" onclick="javascript: SmileIT(\'[b]Szép napot mindenkinek![/b] :wave:\',\'shoutbox\',\'shoutbox\')" title="Szép napot mindenkinek!">
            <img src="http://revolution-newstyle.info/pic/cigi.gif" onclick="javascript: SmileIT(\'[b]Cigi szünet![/b] :cigar:\',\'shoutbox\',\'shoutbox\')" title="Cigi szünet!">
            <img src="http://revolution-newstyle.info/pic/viszlat.gif" onclick="javascript: SmileIT(\'[b]Mennem kell, sziasztok![/b] :wavecry:\',\'shoutbox\',\'shoutbox\')" title="Mennem kell, sziasztok!">
            <img src="http://revolution-newstyle.info/pic/viszlat.gif" onclick="javascript: SmileIT(\'[b]Mentem sziasztok![/b] :wavecry:\',\'shoutbox\',\'shoutbox\')" title="Mennem kell, sziasztok!">

            <a href="http://revolution-newstyle.info/moresmiles.php" title="Több smiley" target="_blank"><img src="http://revolution-newstyle.info/pic/smiley.gif" alt="" title="Több smiley"></a>
             </center>

             

</td>

<tr>
        <td>
            '
.($is_mod '<span id="adminarea" align="center">
            <center>
            <img src="http://revolution-newstyle.info/gomb/modor1.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/modor2.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 2">
            <img src="http://revolution-newstyle.info/gomb/modor3.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 3. figyelmeztetés!  Jutalmad: 2 hét WARN és üzenőfal tíltás![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 3">
            <img src="http://revolution-newstyle.info/gomb/kunyi1.gif" onclick="javascript: SmileIT(\'[color=red][b]Az üzenőfal nem kunyerálásra van! 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/kunyi2.gif" onclick="javascript: SmileIT(\'[color=red][b]Az üzenőfal nem kunyerálásra van! Olvass szabályzatot! 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/kunyi3.gif" onclick="javascript: SmileIT(\'[color=red][b]Még mindig nem kunyerálásra van a fal! Szabályzat többszöri megszegéséért a jutalmad: 1 hét WARN! [/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres1.gif" onclick="javascript: SmileIT(\'[color=red][b]Rossz helyen kértél! A kéréshez ott a kérések menü! 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres2.gif" onclick="javascript: SmileIT(\'[color=red][b]Rossz helyen kértél! A kéréshez ott a kérések menü! 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres3.gif" onclick="javascript: SmileIT(\'[color=red][b]Utoljára kértél rossz helyen! Jutalmad:  1 hét WARN![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/etnika.gif" onclick="javascript: SmileIT(\'[color=red][b]Etikátlan megnyilvánulásért 3 hét WARN[/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://localhost/gomb/temaoff.gif" onclick="javascript: SmileIT(\'[color=red][b]Megkérek mindenkit, hogy a TÉMÁT azonnal fejezze be! Köszönöm![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://rlocalhost/gomb/ipbann.gif" onclick="javascript: SmileIT(\'[color=red][b]Folyamatos kihágásaid miatt TÍLTALAK az oldalról! [/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1"></center>
<center> <img src="http://localhost/gomb/kerdes.gif" title="Kvíz kérdés!" onclick="javascript: SmileIT(\'[kerdes] [/kerdes]\',\'shoutbox\',\'shoutbox\')" value="kérdés">
 <img src="http://localhost/gomb/megfejtes.gif" title="Helyes megfejtők!" onclick="javascript: SmileIT(\'[valasz] [/valasz]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
  <img src="http://localhost/gomb/nyertes.gif" title="Végeredmény!" onclick="javascript: SmileIT(\'[nyertes] [/nyertes]\',\'shoutbox\',\'shoutbox\')" value="modor 1"></center>


<a href="#" onclick="window.open(\''
.$BASEURL.'/shoutbox/shoutbox.php?popupshoutbox=yes\',\'shoutbox\',\'toolbar=no, scrollbars=yes, resizable=no, width=880, height=400, top=250, left=250\'); return false;"><b>'.$lang->index['showlast'].'</b></a> - <a href="#" onclick="window.open(\''.$BASEURL.'/shoutbox/shoutbox.php?show_shoutbox_commands=yes\',\'shoutbox\',\'toolbar=no, scrollbars=yes, resizable=no, width=900, height=300, top=250, left=250\'); return false;"><b>Üzenőfali Parancsok </b></a><hr /></span>' '').'
            <span id="errorarea" align="left" class="smalltext" style="display: block;"></span>
            <span id="shoutbox_frame"></span>
        </td>
    </tr>
    
        
    </tr>
</table>
</form>    
<script type="text/javascript" src="./shoutbox/shoutbox.js?v='
.O_SCRIPT_VERSION.'"></script>
<!-- end shoutbox -->'
;
// END Plugin: Shoutbox
?>

gomb.rar upload ftp the root

Muikku 24th March 2011 22:18

where i can change that writing system in under shoutbox ??And can you do that gomb pic in enghlis??

Marco 24th March 2011 22:25

i don't know why but it's not shown anything for me

i use ts 5.6 Nightcrawler version


I made some modificiations and work now for me too
but i miss some pictures:) maybe you put here those too:)


All times are GMT +2. The time now is 18:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.