The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[ITech] [AJAX] Inferno vBShout Lite 2.5.0 Details »» | |||||||||||||||||||||||||||||||||||||
[ITech] [AJAX] Inferno vBShout Lite 2.5.0
Developer Last Online: May 2010
----------------------------------
[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
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
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
Xp.Warrior |
Comments |
#1012
|
|||
|
|||
Quote:
|
#1013
|
||||
|
||||
lol... nope, just THE LAST SUPERMAN
Your welcome |
#1014
|
|||
|
|||
Hi TheLastSuperman, please reply to my message
I want to change my Background color of my Messages Box(Shout Box). How can I do that? Adv. Thanks |
#1015
|
|||
|
|||
Anyone got a release to work on V. 3.8.2
|
#1016
|
|||
|
|||
This version works with 3.82.. I've tested it.
|
#1017
|
|||
|
|||
keeps saying
Loading.... any help? |
#1018
|
|||
|
|||
Help me for error of database.
Code:
Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) /home/yourforum/public_html/forum/includes/class_core.php on line 311 MySQL Error : Error Number : Request Date : Wednesday, May 27th 2009 @ 07:43:07 PM Error Date : Wednesday, May 27th 2009 @ 07:43:07 PM Script : http://www.yourforum.com/forum/infernoshout.php Referrer : http://www.yourforum.com/forum/ IP Address : 210.196.150.xxx Username : Classname : vB_Database MySQL Version : |
#1019
|
|||
|
|||
Hello guys,
Does anyone know how to increase the "Shouts To Display" option? It seems like always defaulted at 20 even if I tried to increase it 40 or any other numbers? Greatly appreciated! |
#1020
|
|||
|
|||
Hi Guys,
I've finally got it fixed! Just for anyone who has the same problem as I have, here how to fix the 20 post message limitation: 1. open the file named "infernoshout.php" under UPLOAD folder using Notepad editor 2. go down to where it says Code:
# ------------------------------------------------------- # # Display the messages # ------------------------------------------------------- # if ((empty($_REQUEST['do']) || $_REQUEST['do'] == 'messages')) { $charset = $vbulletin->userinfo['lang_charset']; $charset = strtolower($charset) == 'iso-8859-1' ? 'windows-1252' : $charset; @header('Content-Type: text/html; charset=' . $charset); $infernoshout->load_engine('shout'); $shout =& new shout; echo $infernoshout->fetch_shouts($shout, 20); Code:
echo $infernoshout->fetch_shouts($shout, 20); Code:
echo $infernoshout->fetch_shouts($shout, 100); That's all! |
#1021
|
|||
|
|||
Wow looking nice!
Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|