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)

Rukas 12-01-2005 04:39 AM

Quote:

Originally Posted by BlackSun
1. Add a additional usergroup called "Shoutbox Users".
2. Limit the use of the Shoutbox only to this group. (AdminCP-vbShout Options)
3. Created a new Promotion that add users with a specified amount of posts to this usergroup (Promotion Type: Additional Usergroups).

This actually doesnt work.

Ive made a usergroup called Shoutbox users, banned user group 2 (registered) from the shoutbox, and people with Registered and Shoutbox users set as secondary still cant use the shoutbox.

if I make shoutbox users the primary user group they can use it, but cant log in to the forum!

So this doesnt work at all.

Any other ideas?

ThePimp 12-01-2005 07:32 AM

For some reason, the smilies don't quite work. When someone posts a smiley, it shows for a split second, then when the chat refreshes, it disappears.

Anyone know why or how to fix it?

Hellcat 12-01-2005 10:38 AM

This looks nice!
My members were asking for a shoutbox, so this comes handy indeed.
And I thing all remaining issues are going to be resolved in time!
--> Installing :)

[EDIT]
OK, have it installed now.
The shoutbox apears just fine, but then it doesn't work!
I type in some text, hit "Shout" - and nothing happens.
When I push "Shout" again it tells me there is a posting in progress and that's it.

I'm running it on vB3.5.1

Any ideas?

scotsnutta 12-02-2005 01:48 PM

hey i'm very new to all this forum stuff, but got my first hack problem, downloaded the vbshout.zip and installed it fine the problem is the zip says its the 1.5 version but if i follow the brief that ZT has written i should have a vBShout options menu in my ACP but i dont. Also i cant change where the shoutbox should be(where on the page i'd like it)

Any help?????

thanks

divided_by_fear 12-02-2005 01:50 PM

lol it should be the newest one in there he has the versions all messed up the plugin says 1.6 the instrusctions say 1.5 but the php file says 2.0... i have it installed and it works nice though

scotsnutta 12-02-2005 01:55 PM

Quote:

Originally Posted by divided_by_fear
lol it should be the newest one in there he has the versions all messed up the plugin says 1.6 the instrusctions say 1.5 but the php file says 2.0... i have it installed and it works nice though

kool, thanks for clearing that part up, does anyone know of a reason why i wouldnt have the shout options in my ACP though??

divided_by_fear 12-02-2005 01:58 PM

did you Import Product? cause thats seems strange that you wouldnt... check you vbulletin options in the scroll down its in there

scotsnutta 12-02-2005 02:09 PM

Quote:

Originally Posted by divided_by_fear
did you Import Product? cause thats seems strange that you wouldnt... check you vbulletin options in the scroll down its in there

yea i imported the product, i'll try an uninstall/reinstall and see if that works

divided_by_fear 12-02-2005 02:13 PM

did you look in the vbulletin options ? cause thats where the settings are for it...

VaaKo 12-02-2005 02:22 PM

is there a way to include the "ignored buddies" in the shoutbox?

majorj0nny 12-02-2005 02:22 PM

Quote:

Originally Posted by SuaveDebonaire
I just decreased the size of hte vbshout.php file from around 16k to just under 4k
I also decreased the template a.. section by more then 60% by removing any instance of smilies.

So i'll see how this holds up for a day, if there is an extremly significant decrease in bandwidth usaged i'll post the resulting files up.

I need to do this too as mb vbshout.php file is causing me greaf in regards to bandwidth consumption .... anyone else managed to reduve to to the amounts suaveD has done? I managed to get it to 13k from 16, if anyone else can manage more could ya let us have the modified PHP file please?

thanks.

scotsnutta 12-02-2005 02:31 PM

Quote:

Originally Posted by divided_by_fear
did you look in the vbulletin options ? cause thats where the settings are for it...

just installed again and the settings are there

THANKS FOR YOUR HELP!!

Machine 12-02-2005 11:06 PM

Quote:

Originally Posted by cuphongle
nothing happened after i installed the plug-ins....
and upload the file...

can u tell me whats wrong?

Pretty good little shoutbox. Seem to have a slight problem with the similie graphics not showing in the shouts but I'm sure I'll fix it when I have time.

Two questions...

Firstly, which which template controls the shout display size, and the time/date which appears before the shout. I want to remove the brackets, and make the font smaller to match my forum.

Thanks ;)

divided_by_fear 12-02-2005 11:26 PM

Quote:

Originally Posted by Machine
Firstly, which which template controls the shout display size, and the time/date which appears before the shout. I want to remove the brackets, and make the font smaller to match my forum.

Thanks ;)

as for the size of the shout box thats in the admin settings i havent looked at the settings for the font yet cause i want to edit mine too ill look now and see if i can tell

Stephen3 12-03-2005 06:48 AM

when will upgrade to 3.5.1?

divided_by_fear 12-03-2005 07:05 AM

i think u have a better chance of getting pregnant lol.. he hasent even been on this thread in a bit

Wachtmeister 12-03-2005 11:23 AM

Does anybody here nows, how i can have the Shoutbox on a custom page?

I've setup a custom page, displaying my webcam (like i read on vb.org tutorial somewhere). Now i just want the shoutbox into this page. Does anybody know, which code i can include into my template?

Synth 12-03-2005 01:55 PM

Quote:

Originally Posted by Stephen3
when will upgrade to 3.5.1?

I have it running on 3.5.1

Dollah 12-03-2005 06:16 PM

i uploaded everything box show fine but it keeps saying loading whats that all about.
i can type but it loads or show nuthing. i use firefox 1.5 if that helps u help me..thanx in advance

Raptor 12-04-2005 02:33 AM

there is a security flaw if you direct link to vbshout.php - you can execute java and html

this should fix

Code:

// ---------------------------------------------------
// Shout
// ---------------------------------------------------
if ($_POST['do'] == 'shout')
{
$vbulletin->input->clean_array_gpc('p', array(
'shout' => TYPE_STR,


if you change that to

// ---------------------------------------------------
// Shout
// ---------------------------------------------------
if ($_POST['do'] == 'shout')
{
$vbulletin->input->clean_array_gpc('p', array(
'shout' => TYPE_NOHTML,

which is;

http://www.vbulletin.com/docs/html/m...estandards_gpc

changes..
# TYPE_STR - Trimmed String (No leading or trailing whitespace)
to
# TYPE_NOHTML - Trimmed String sent through htmlspecialchars_uni()

Raptor 12-04-2005 02:40 AM

ive tested - yes indeed it does fix

can i have this confirmed please

Raptor 12-04-2005 02:46 AM

Quote:

Originally Posted by Dollah
i uploaded everything box show fine but it keeps saying loading whats that all about.
i can type but it loads or show nuthing. i use firefox 1.5 if that helps u help me..thanx in advance

ive found it doesnt work on firefox v1.5 but does on v1.7

Chris M 12-04-2005 02:58 AM

Quote:

Originally Posted by Raptor
ive found it doesnt work on firefox v1.5 but does on v1.7

There is no 1.7...

Chris

Raptor 12-04-2005 03:22 AM

sorry i was thinking of mozilla

Dollah 12-04-2005 03:35 AM

Quote:

Originally Posted by Raptor
there is a security flaw if you direct link to vbshout.php - you can execute java and html

this should fix

Code:

// ---------------------------------------------------
// Shout
// ---------------------------------------------------
if ($_POST['do'] == 'shout')
{
$vbulletin->input->clean_array_gpc('p', array(
'shout' => TYPE_STR,


if you change that to

// ---------------------------------------------------
// Shout
// ---------------------------------------------------
if ($_POST['do'] == 'shout')
{
$vbulletin->input->clean_array_gpc('p', array(
'shout' => TYPE_NOHTML,

which is;

http://www.vbulletin.com/docs/html/m...estandards_gpc

changes..
# TYPE_STR - Trimmed String (No leading or trailing whitespace)
to
# TYPE_NOHTML - Trimmed String sent through htmlspecialchars_uni()



im sorry i'm new at this where do i find this at please

divided_by_fear 12-04-2005 04:12 AM

well its seems its in the file like that 2 times do we replace both of the 'shout' => TYPE_STR,
with 'shout' => TYPE_NOHTML,

Raptor 12-04-2005 10:20 AM

Quote:

Originally Posted by Dollah
im sorry i'm new at this where do i find this at please

in the vbshout.php of course

Raptor 12-04-2005 10:22 AM

Quote:

Originally Posted by divided_by_fear
well its seems its in the file like that 2 times do we replace both of the 'shout' => TYPE_STR,
with 'shout' => TYPE_NOHTML,

the hole is in the first one - no need to change anything else

as a test i looked at a couple of forums with shoutbox installed - it was very very easy to run custom javascript on their forums - this hole is actually very dangerous - all the users need to fix

divided_by_fear 12-04-2005 10:23 AM

would it hurt to change the second one ? cause i had changed mine already everything still works... just want to make sure its ok

Snake 12-04-2005 11:40 AM

Quote:

Originally Posted by Raptor
the hole is in the first one - no need to change anything else

as a test i looked at a couple of forums with shoutbox installed - it was very very easy to run custom javascript on their forums - this hole is actually very dangerous - all the users need to fix

And what would happen if we don't?

Dollah 12-04-2005 04:28 PM

THANX INSTALLED EVERYTHING IS WERKING CORRECTLY ALSO in 3.5.1 i did not nee to change any templates excellent......

bi11i 12-04-2005 08:44 PM

I've got this same problem - does anyone yet have a solution for it?
Quote:

Originally Posted by Feckie (Roger)
When I ban user groups the following message is displayed in the shoutbox
any idea's :rolleyes:


apokphp 12-04-2005 09:47 PM

61 pages, I tried to search but didn't find anything helpful...

My members cannnot edit their own shouts despite them having the button to do so and the ability to open their shout to edit it. When they try to save their edit, it simply does NOT save.

I'd like this enabled for my members, but don't see a way to do so. Can someone help?

DjTaz 12-05-2005 12:12 PM

I had to uninstall this - it slowed my site down too much - sorry

Booth 12-05-2005 12:18 PM

Quote:

Originally Posted by Wachtmeister
Hi all,

ist there any way to include the shoutbox into my arcade.php also? I'm not using the add-on "vbshout on all pages". I only want the box on forumhume, vbadvanced portal AND v3arcade. Maybe i can add some additional code to my arcade.php?

Best wishes, Wachtmeister

Yep, I'd like the shoutbox at the bottom of V3arcade pages too :nervous:

Snake 12-05-2005 12:21 PM

Quote:

Originally Posted by DjTaz
I had to uninstall this - it slowed my site down too much - sorry

What makes you say that?

Raptor 12-05-2005 04:13 PM

Quote:

Originally Posted by Aftermath
And what would happen if we don't?

i will come to your forum and start executing some malicious java and html - and a few thousand other would be idiots could do it too

i jhave no idea why this flaw hasnt been updated as i have pm'd the author and it sems im being ignored ?

TRUST ME this is a very big security hole - ignore me at your own risk :)

apokphp 12-05-2005 05:55 PM

I had to uninstall this as well.

After monitoring the server, it turns out that this INCREASED my server load by 2-3x of it's normal load. I had it on for about 1.5 months or so. Now that it's uninstalled, the site runs MUCH smoother.

bi11i 12-05-2005 06:09 PM

Quote:

Originally Posted by apokphp
I had to uninstall this as well.

After monitoring the server, it turns out that this INCREASED my server load by 2-3x of it's normal load. I had it on for about 1.5 months or so. Now that it's uninstalled, the site runs MUCH smoother.

Seriously? Has anyone else noticed this? My server seems to have magically slowed over the last couple of months, but I can't imagine it's because of the Shoutbox - anyone else have an experience to note?

whitetigergrowl 12-05-2005 07:06 PM

Quote:

Originally Posted by bi11i
Seriously? Has anyone else noticed this? My server seems to have magically slowed over the last couple of months, but I can't imagine it's because of the Shoutbox - anyone else have an experience to note?

Hate to say it, but it's the shoutbox. My site has experienced the same problems from this. I honestly do not know why people bring out mods/hacks/plug-ins.....then drop them right away afterwards, even if they do good. All that does is hurts the modding community and clogs it up. If nothing else it would be nice if someone else could pick this up, fix the bugs, maybe add a few new features then re-release it with the coders permission since it seems he's not going to do it himself anyways.


All times are GMT. The time now is 12:04 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.03938 seconds
  • Memory Usage 1,835KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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