Version: 2.0, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.5.0 RC2
Rating:
Released: 07-27-2005
Last Update: 04-22-2006
Installs: 1831
Uses Plugins Template Edits
Additional Files
No support by the author.
[high]Staff Edit/Update[/high]
I have released an updated version of this hack (version 2.0.1), this version fixes some security issues with this hack. All version prior to this one allow users to insert html in their shouts, this can cause problems with them using html that breaks the site layout or malicious javascript. Download the new zip file (vBshout_fixed.zip) and upload the new vbshout.php file to patch/upgrade. If you want to manual instructions they are in the zip file, in the file bugfixes.txt
Second Staff update
I've uploaded a new version of this hack, dubbed '2.0.2'. This one should fix the html injection issues without breaking special characters. To upgrade, download the new zip file and upload the new vbshout.php file.
Please note that this only fixes the html injection issues. I do not use this hack on my own forum (although I've tested this on a client's board) so I will not be fixing the server load issues. I suggest you do not install this hack if you can't deal with the extra server load, as it's rather intensive.
- Brad
[high]End staff edit[/high]
Well, been a while since I've been to vb.org and released anything, thought i'd break the trend and whip up something quick while I have a little spare time.
A shoutbox as you would assume, a very simple one to start off with, but does include AJAX Technology, which pushes the shoutbox 1 step closer to live, messages from other people will appear with no refreshing, and so will yours that you post
A preview is below, i'd estimate a 50 second installation max
Primary Features:
- AJAX Technology (no refreshing)
- Administration control an display element options
- Fast format editor
Change Log::
- v1.1:
WOL (Who's Online) Correction
- v1.2:
New Posting Featurs (Bold/Italic/Underline/Colour/Font)
Admin Controls
- Change location/position of shoutbox
- Change number of shouts displayed
- Switch vbcode/similes on/off
- v1.3
Firefox javascript issue fixed
New Admin Controls
- Command Activation
- Swtch extra format options on/off
- Change position of editor (above/below messages)
New Commands
- /prune (Clears the shoutbox completely)
- /prune [username] (Clears all shouts posted by specified user)
- v1.4
Usergroup HTML Markup For Usernames
Clear Editor Button
Emoticons Pop Up Menu
Time display configurated to vBulletin settings
Username Links To Profile
New Admin Conrols
New vBShout Position (Directly Above Forums)
Banned Users
Banned Usergroups
Banned Permissions
Smilie Pop-Up Box Height
Smilie Pop-Up Box Width
New Commands
"/me" - Action message (all users are able to use this command)
/pruneshout [shout] - Deletes a single shout
- v1.5
Improved Smilies Display
XHTML 1.0 Transitional Valid (couple of errors fixed)
New Admin Options
Shoutbox Height
Smilies To Show
Shout Messages Order
Banned Permissions (fixed)
- v1.6
Bug Fixes:
- Unable to delete shouts that used /me command fixed
- Shouts being displayed from bottom-upwards only showed first 20 shouts
Automatically parses URL's
- v2.0
New Archive
- Displays shouts and pages
- Stats and top 10 shouters
- AJAX Edit/Delete (staff can edit/delete all shouts)
Enjoy,
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I know I read about problems with the shout box in Safari but can't locate the fix(s).
Buddy of mine just installed the shout Box and when I view in Safari I get this huge shout box.
The other problem is that the shouts don't register unless I refresh or it takes a minute or more. I mean it's AJAX right? Shouldn't that work fine in Safari or is there a setting or something that has to be clicked on?
I tried it in FF and it works fine on his site.
Isn't there a fix for the large shout box AND what's the deal with the slowness. I really need this hack but it has to work in Safari for me.
Is there any way to disable the AJAX part of this mod? I loved "Shoutbox Hack 1.04b". I'm guessing the only alternative is to use Chatbox Lite but I'm afraid what will happen if you can't moderate it.
Ajax is bit pretty well into it so in short you'd be coding a completely different mod if you were to do that. Don't get me wrong it would be possible but i would need ZT's permission...
when i try to send some special caracters like " or & or > or < or / \ etc [ french forum] it senf me the ascii caracter
like " & smth like that
anyone can help me?
when i try to send some special caracters like " or & or > or < or / \ etc [ french forum] it senf me the ascii caracter
like " & smth like that
anyone can help me?
This seems to get asked every 10 posts. It's not a big deal, but it gets kind of redundant having to post it over and over again. I find that the search thread feature works very nicely.
Most of vB is built around AJAX -- all the inline posting, editing, modding etc is AJAX -- right? It all works fine in Safari.
But this hack doesn't. And then there is the issue of the huge shout box that expands to about 10 inces...
Isn't there a fix for the slowness and the large box (thought I read about it somewhere).
I really like it but it has to be functional in Safari.
Safari ABSOLUTELY has problems with AJAX, its a known issue. Try looking at the same page with IE or Firefox, if it looks perfect then it is how Safari is handling the jscript.
The slowness has nothing to do with AJAX and really cannot be fixed, it is a network speed/utilization issue, not an AJAX coding problem.
I don't think you understand how AJAX works (and to be honest, this mod is not a very good choice to demonstrate what AJAX is supposed to be used for).
The shouts only refresh every few seconds because that is the refresh interval defined in the code. If you lessen it you will see the shouts faster but you will dramatically increase load and network utilization. If you are running this on a shared server then your service provider will probably shut you down. If you are on a dedicated server, the ISP may complain to you about the bandwidth utilization or try and charge you for the usage.
Again, this really isn't a very good demonstration of what AJAX is for, it has dynamic content and must be fully refreshed by all browsers every interval, so the fact that the whole page doesn't reload is nice but could be accomplished with iframes or something else.
If you understand RSS, this is the equivalent of turning your RSS reader up to check a news source every 5 seconds. There isn't much you can do to optimize this if 100 people are sitting on your homepage watching the shouts go by.
This seems to get asked every 10 posts. It's not a big deal, but it gets kind of redundant having to post it over and over again. I find that the search thread feature works very nicely.