vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

Shazz 08-23-2006 09:01 PM

No errors , Clean on 3.6 :)

Digitalus 08-24-2006 03:11 PM

Quote:

Originally Posted by Stoebi
Hi,

I've a problem if I change the number of random smilies to show on the shoutbox.

With the default settings (0) I've no problems, but if i change the value i get smilies twice if I hit the smiley button. In my example I've changed 0 to 8 and it will show 2 or 3 same smilies from 8.


PHP Code:

    if ($vbulletin->options['shout_smilies_show'] > 0)
    {
        while (
$Used $vbulletin->options['shout_smilies_show'])
        {
            
$GetEmo $Total_Smilies;
            
$GetEmo rand(0$GetEmo);

            if (!
in_array($GetEmo$UsedArr) && $Smilie_Cache[$GetEmo])
            {
                
$Used++;
                
$GetEmo $Smilie_Cache[$GetEmo];
                
$Smilie_Build .= '<a href="#" onclick="return sb_Smilie(\''.$GetEmo['smilietext'].'\')"><img src="'.$GetEmo['smiliepath'].'" alt="'.$GetEmo['title'].'" border="0" /></a> ';
            }
        }
    } 

I think the problem is the random line -> $GetEmo = rand(0, $GetEmo);


Is there somebody which can help to improve this, please?


Regards, Stoebi


Edit:
Solved. Many thx to Boothby from vbhacks-germany.com


Hi @all

I have the same problem..
So how can we solve the problem?

greetz

Masiello 08-24-2006 09:00 PM

Anybody Know if that vbshout installation waste the XHTML and CSS validation for the original vB installation that use the default template in vBulletin 3.6.0 Gold?

hotwheels 08-26-2006 04:21 AM

works on the official release of 3.6

Total666 08-26-2006 05:12 AM

Has anyone figured out how to get the auto-prune to work with 3.6 ??? The auto-prune worked great with 3.54 .. Ideas ?? Total

hotwheels 08-26-2006 06:32 AM

Did anyone ever figure out why this is happening? I just reinstalled this mod on my site, was able to post 2 time's, then everything disappeared accept for the wording i posted......

Masiello 08-26-2006 06:47 PM

Big problem with characters like <> " ' , eccc

I think this is another Bug, when for example I ban e specific user Group that is Unregistered/ Not Loged Users, these users see anyway a vbshout window and see this message
"Warning: Invalid argument supplied for foreach() in /vbshout.php on line 293"

Forget, I'm using vB 3.6.0

Rickie3 08-26-2006 10:59 PM

hope someone can help me here,some members are abusing the BB code in the shoutbox,I want to allow smilies still,but how can i disable the BB codes in the shoutbox please!!!

Keyser S?ze 08-27-2006 08:48 AM

this is prolly known but i just thought id say, that when u quote something it messes up, for example

"backup"

turns into this

&quot;backup&quot;

YoungComposers 08-27-2006 05:18 PM

For the people above who are experiencing the " -> &quot; bug, try commenting out line 120 which reads:

Code:

$text = htmlspecialchars_uni(trim($text));
I think this will still result in all characters like < being cleaned etc., but it misses out ", which should be OK in most circumstances.

Anyway, I need help with something. I'm trying to add badword filter functionality to the shoutbox with the following code placed above line 343:

Code:

    $badwords = array('badword1' => 'replacement1', 'badword2' => 'replacement2', 'badword3' => 'replacement3');
    $vbulletin->GPC['shout'] = str_ireplace(array_keys($badwords), array_values($badwords), $vbulletin->GPC['shout']);

Obviously I've replaced the actual badwords to avoid antagonizing staff around here... Anyway, this code should work fine, but when it's added in, the shoutbox just plain refuses to insert it into the database. It's the same no matter what you set $vbulletin->GPC['shout'] to. Even if you add some code to set it to "hello" just before it's inserted, it doesn't get inserted. Any help?


All times are GMT. The time now is 07:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03729 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete