Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
[ITech] [AJAX] Inferno vBShout Lite 2.5.0 Details »»
[ITech] [AJAX] Inferno vBShout Lite 2.5.0
Version: 2.5.1, by Inferno Tech Inferno Tech is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 05-15-2007 Last Update: 05-13-2008 Installs: 751
DB Changes Uses Plugins Template Edits
 
No support by the author.

----------------------------------
[ITech] [AJAX] Inferno vBShout Lite
Created By Inferno Technologies (http://www.infernotechnologies.net)
Copyright 2004-2008
All rights reserved
Project Development Team: Zero Tolerance
Project Lead: Iain "Decado" Kidd
Support Forum: http://forums.infernotechnologies.ne...-Supp-f23.html
----------------------------------

Pro Version: http://infernotechnologies.net/idx/infernoshout/

2.5.1 Update
Fixed Bug: Archive Pagination wasn't working (page 2 showed same content as page 1)
Fixed Bug: Archive member links did not work
AOP Change: AOP now uses aop.txt, to work on IIS servers.


Project Description

This is the latest version of Inferno vBShout LITE, the free version of our Inferno vBShout Pro product (see above link). Those who were running 1.0.1 Lite will find a lot of useful upgrades and additions, including aesthetic changes and many bug fixes and most importantly a huge decrease in server load and bandwidth consumption.

Support
This version is supported, exclusively at our support forums.

Features
  • AJAX Shoutbox
  • AJAX Shoutbox Active Users
  • Formatting Options Saved
  • Notice posted when user replies to a thread
  • Notice posted when user creates a new thread
  • Notices posted for most admin commands executed
  • /prune command (admin only)
  • /ban userid or username command (admin only)
  • /unban userid or username command (admin only)
  • /notice message (admin only) Assigns shoutbox notice
  • /removenotive (admin only) Removes any assgned shoutbox notice
  • On/off switch for the Shoutbox
  • Enhanced Page Deployment - Easily place the shoutbox ANYWHERE in your forum
  • Editor Colours/Fonts editable
  • Editor Position
  • Shoutbox frame height
  • Select which editor tools to display
  • Select which BBCodes are allowed within the shoutbox
  • Allow images in the shoutbox
  • Allow smilies in the shoutbox
  • Edit shoutbox notice (alternate to using command)
  • Edit shoutbox banned users (alternate to using command)
  • Idle Timeout (Seconds) - Set how many seconds before a user becomes idle in the shoutbox, this stops shoutbox updates
  • Select Usergroups who can use admin commands
  • Enter forum ID(s) which are exempt from new thread/reply shoutbox notices
  • Archive System (view all shouts, see shout statistics, view top shouters)
  • Shoutbox Lockdown Mode (Only 1 userid will be able to shout)
  • Shouts To Display (How many shouts you want to display)
  • Flood Control (Shouts cannot be posted after X seconds of shout)
  • Use Normal Font Size (instead of using small font)
  • Shout Listings Order (Show newest at top or bottom)
  • Smilies To Show (set how many smilies you want to show)
  • Maximum [SIZE] (Set the maximum size allowed for the [SIZE] tag)
  • Protected Usergroups (cannot be banned)
  • Disable Thread/Reply Notices
  • Thread/Reply Notice Exemptions (Enter forum IDs to be exempt)
  • AJAX Refresh Speed (Set how fast ajax will refresh)
  • Smilies Menu
  • Hide Shoutbox To UGs

Additional Features

Auto-Idle
The auto-idle system will drastically lower server load on sites with many users on at the same time. It allows you to automatically set the user to "idle" in the shoutbox, meaning the shoutbox will load shouts once, then idle the user until the click the unidle button or make a shout. Afterwards they will idle as normal (as set in the ACP).

Shoutbox Advanced Optimised Protocol
The Shoutbox AOP is a brand new feature that when turned on will dramatically cut server resources/bandwidth used by the shoutbox. Instead of the shoutbox refreshing every X seconds to check if there is new data, it will know when there is new data and only refresh then, meaning when there is no activity in the shoutbox, no resources will be consumed, or bandwidth.

Shoutbox Low Level Logging
The shoutbox low level logging system will provide you with a log of shout edits, deletes, bans, unbans, notices and remove notice commands. This will help you keep track of commands being used in the shoutbox. This can be turned off.

Private Message System
When clicking a username in the shoutbox, it will now open a new "tab" (This is a shoutbox tab, not a browser tab). In this tab you will be able to privately chat to the member where only they and you will see the messages. This helps split private chats and the main chat, and you can have as many private chats open as you like!



vBSEO Issues?
If you're encountering issues with vBSEO this is most likely due to the option within vBSEO to "clean html", you do not need to turn this option off, but you will need to change the plugin for vBShout. Go to the Plugin Manager within your ACP, and find the plugin: "Inferno Shoutbox: Deploy Shoutbox". Edit this plugin, and where you see the option "Execution Order", set this to 1 and save, you should no longer encounter issues.


Note
I'll update screenshots soon! 5am here right now...

Enjoy!

Zero Tolerance
Inferno Technologies Lead Developer

Download Now

File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Xp.Warrior

Comments
  #842  
Old 05-20-2008, 07:00 PM
Caiman Caiman is offline
 
Join Date: Apr 2004
Location: Manchester UK
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works fine on a vanilla install of 3.7.0 for me. Superb.
Reply With Quote
  #843  
Old 05-20-2008, 11:55 PM
Mellon Mellon is offline
 
Join Date: Dec 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this too

Quote:
Originally Posted by bc3tech View Post
y'all need to fix this:
Code:
Database error in vBulletin 3.6.8:

Invalid SQL:

                        select s.*, u.username, u.usergroupid from vbshout s
                        left join vbuser u on (u.userid = s.s_by)
                        order by s.sid desc limit;

MySQL Error  : You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at line
3
Error Number : 1064
Date         : Monday, May 19th 2008 @ 01:44:07 PM
Script       : http://www.__________.com/vbshout.php?
Referrer     : 
IP Address   : 38.99.13.122
Username     : Unregistered
Classname    : vB_Database
note it's trying to utilize a query requiring a USER ID on a username of UNREGISTERED.
Reply With Quote
  #844  
Old 05-21-2008, 01:24 PM
bayigurita bayigurita is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Videx View Post
Installed yesterday. Today I've gotten 2 db errors (452 is her userid, the earlier error was with a different user):
Code:
Database error in vBulletin 3.6.7:

Invalid SQL:

                                insert into infernoshoutusers
                                (s_user, s_bold, s_italic, s_underline, s_color, s_font)
                                values
                                ('452', '0', '0', '0', '', '');

MySQL Error  : Duplicate entry '452' for key 1
Error Number : 1062
Same here, I got the same error

Code:
Invalid SQL:

                               insert into infernoshoutusers
                               (s_user, s_bold, s_italic, s_underline, s_color, s_font)
                               values
                               ('731', '0', '0', '0', '', '');

MySQL Error   : Duplicate entry '731' for key 1
Error Number  : 1062
How to fix this?
Reply With Quote
  #845  
Old 05-24-2008, 01:35 PM
Mellon Mellon is offline
 
Join Date: Dec 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting 50+ of these e-mail error reports a day...I bought the pro version and it continues so i'll be looking for support over there I guess
Reply With Quote
  #846  
Old 05-24-2008, 04:13 PM
Dan! Dan! is offline
 
Join Date: May 2008
Location: Frome
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Downloaded

One thing, why are my commands not working? [/prune]
Reply With Quote
  #847  
Old 05-25-2008, 09:34 PM
se_p800 se_p800 is offline
 
Join Date: Oct 2007
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I tried upgrading to the latest release and I got this error:

Quote:
Database error in vBulletin 3.6.8:

Invalid SQL:

select s.*, u.username, u.displaygroupid, u.usergroupid, u.userid, o.*
from vbinfernoshout s
left join vbuser u on (u.userid = s.s_user)
left join vbinfernoshoutusers o on (o.s_user = s.s_user)
where
(
(s.s_private = -1)
OR
(s.s_private = '245')
OR
(s.s_private <> -1 AND s.s_user = '245')
)


order by s.s_time desc
limit 20;

MySQL Error : Unknown column 's.s_private' in 'where clause'
Error Number : 1054
Date : Sunday, May 25th 2008 @ 04:34:03 PM
Script : http://customizepsp.co.uk/forums/infernoshout.php
Referrer : http://customizepsp.co.uk/forums/index.php
IP Address : xx.xxx.x.xxx
Username : se_p800
Classname : vB_Database
Any ideas how I can fix this?



EDIT: Nevermind I just deleted the product and re-installed it. All seems to be working fine.
Reply With Quote
  #848  
Old 05-31-2008, 10:02 AM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i show put this in all pages
Reply With Quote
  #849  
Old 06-02-2008, 11:15 AM
hippiesimz hippiesimz is offline
 
Join Date: Oct 2006
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my vbshout doesnt refresh by itself... any thought ?
Reply With Quote
  #850  
Old 06-04-2008, 01:49 AM
Vackrick Vackrick is offline
 
Join Date: Apr 2008
Location: Taiwan
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How To Add The ShoutBox&Rules Ontop

Like This Post

https://vborg.vbsupport.ru/showthrea...ferno+shoutbox

In The LITE AND PRO Version????
Reply With Quote
  #851  
Old 06-04-2008, 01:49 AM
Vackrick Vackrick is offline
 
Join Date: Apr 2008
Location: Taiwan
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cause My Members Keep Spamming And I Using Pro Version Of The Shoutbox
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06344 seconds
  • Memory Usage 2,338KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete