vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - [ITech] [AJAX] Inferno vBShout Lite 2.5.0 (https://vborg.vbsupport.ru/showthread.php?t=147346)

cc8balla 12-30-2007 03:29 PM

The shoutbox just sits there, saying loading...

It dosen't do anything other than that. What can I do about this?

EuroPk 12-30-2007 07:22 PM

Hey Inferno I've got your Inferno Shout VB Lite , and i dunno why , but the check boxes wont stay checked for the prune options for admins , i was wondering if you might know why?

Tikibird 12-31-2007 06:42 AM

Is this an upgrade from VBShout 2.0? I am trying to find something which is less server intensive and am looking at several options. Would this lite version do the trick?

Tikibird 12-31-2007 10:27 AM

What is the difference between Lite and Pro versions?

Shazz 12-31-2007 01:24 PM

Quote:

Originally Posted by Tikibird (Post 1412531)
What is the difference between Lite and Pro versions?

BBcodes smilies tab etc.

Tikibird 12-31-2007 01:32 PM

Thanks Shazz. Does the Pro version have an archive? The lite version I can do VB code smiles as in :smiliename: so not a problem. Is the Pro version bandwidth friendly?

EuroPk 12-31-2007 04:33 PM

Inferno , I'd Like to try and help you track down that bug , can you tell me what files are loaded in the admincp..

Shazz 12-31-2007 04:51 PM

Quote:

Originally Posted by Tikibird (Post 1412636)
Thanks Shazz. Does the Pro version have an archive? The lite version I can do VB code smiles as in :smiliename: so not a problem. Is the Pro version bandwidth friendly?

Both the free and paid should have the archive, bandwidth should be the same as the lite...

Confined 12-31-2007 09:46 PM

wow this dude is goin on my forums ;)

ssslippy 01-01-2008 12:32 PM

If you are using version 3.7 this is a fix. I applied to to the pro version but the following should apply to lite.


Make sure your shoutbox is set to on before doing the following.
If you go into the "settings" table and sort by product. You will find a product called _inferno_shoutbox. Int he column called "value" you will find the words array. They dont belong there. You will need to replacement them with their proper #'s.
For editor tools use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 127.
Code:

  1 => 'Bold',
  2 => 'Underline',
  4 => 'Italic',
  8 => 'Colours',
  16 => 'Fonts',
  32 => 'Clear',
  64 => 'Smilies',

For bbcode use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 639.
Code:

  1 => 'Allow Basic BBCode',
  2 => 'Allow Color BBCode',
  4 => 'Allow Size BBCode',
  8 => 'Allow Font BBCode',
  16 => 'Allow Alignment BBCode',
  32 => 'Allow List BBCode',
  64 => 'Allow Link BBCode',
  128 => 'Allow Code BBCode',
  256 => 'Allow PHP BBCode',
  512 => 'Allow HTML BBCode'

You will also need to manually input your usergroups. Here you put in the usergroup #'s seperated by the usergroups. Example
Code:

4,8,195,1,3
Now go into your vbulletin admin CP > vbulletin options > vbulletin options > backup / restore settings. Please note this is not on the drop down menu its to the left of it.
Now export your vbshout settings and then reimport them. This is how we fixed it our board. I can not guarentee this will work for you but feel free to ask questions.

jedrus 01-01-2008 06:07 PM

hi,
can anyone tell me how can I change the length of history display messages? Users write on my shoutbox very fast and i need min 30 messages history.

And how can I change height of shoutbox?

Akuma2000 01-02-2008 05:40 PM

Is there an option to remove selected messages?

cc8balla 01-03-2008 12:26 AM

Still just sits there and says loading. Works on my test site with default style, but doesn't work on live site with custom style. There shouldnt be a difference right?

Running 3.7 on both sites.

ssslippy 01-03-2008 10:36 AM

Quote:

Originally Posted by jedrus (Post 1413299)
hi,
can anyone tell me how can I change the length of history display messages? Users write on my shoutbox very fast and i need min 30 messages history.

And how can I change height of shoutbox?

You need to go through the code and look for these variables.

Quote:

Originally Posted by Akuma2000 (Post 1413990)
Is there an option to remove selected messages?

Double clicking a msg while its in the shoutbox will allow u to edit or delete

Quote:

Originally Posted by cc8balla (Post 1414260)
Still just sits there and says loading. Works on my test site with default style, but doesn't work on live site with custom style. There shouldnt be a difference right?

Running 3.7 on both sites.

No your custom style needs to be updated, your custom style probally gives tons of errors. You should do a template comparison and update it.

Meghwar 01-04-2008 02:10 AM

Quote:

Originally Posted by ssslippy (Post 1413166)
If you are using version 3.7 this is a fix. I applied to to the pro version but the following should apply to lite.


Make sure your shoutbox is set to on before doing the following.
If you go into the "settings" table and sort by product. You will find a product called _inferno_shoutbox. Int he column called "value" you will find the words array. They dont belong there. You will need to replacement them with their proper #'s.
For editor tools use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 127.
Code:

  1 => 'Bold',
  2 => 'Underline',
  4 => 'Italic',
  8 => 'Colours',
  16 => 'Fonts',
  32 => 'Clear',
  64 => 'Smilies',

For bbcode use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 639.
Code:

  1 => 'Allow Basic BBCode',
  2 => 'Allow Color BBCode',
  4 => 'Allow Size BBCode',
  8 => 'Allow Font BBCode',
  16 => 'Allow Alignment BBCode',
  32 => 'Allow List BBCode',
  64 => 'Allow Link BBCode',
  128 => 'Allow Code BBCode',
  256 => 'Allow PHP BBCode',
  512 => 'Allow HTML BBCode'

You will also need to manually input your usergroups. Here you put in the usergroup #'s seperated by the usergroups. Example
Code:

4,8,195,1,3
Now go into your vbulletin admin CP > vbulletin options > vbulletin options > backup / restore settings. Please note this is not on the drop down menu its to the left of it.
Now export your vbshout settings and then reimport them. This is how we fixed it our board. I can not guarentee this will work for you but feel free to ask questions.

hi I would like to know what you meant by that!

Setting from within DB or some where on Inferno vBshout Pro!!!

Thank you

Regards

dai-kun 01-04-2008 05:25 AM

Thanks alot for the post Meghwar, I've updated my settings like you said and it works perfect.

Meghwar 01-04-2008 12:33 PM

Quote:

Originally Posted by dai-kun (Post 1415137)
Thanks alot for the post Meghwar, I've updated my settings like you said and it works perfect.


HI

the credit goes to ssslippy not me :)

I ask a technical Question where is the setting >>>> ? and just if some one can help or explaine exactly more how to go with the process ssslippy said.

thank you

ssslippy 01-04-2008 03:51 PM

Its in the database. If you have phpmyadmin you can edit the database from there.

Settings is the name of the table.

Meghwar 01-04-2008 04:31 PM

So you meant by that go to my phpDB/setting/ then search for inferno_shoutbox then add/edit the Mods you mention earlier.

Right?

After i open setting I search for: inferno_shoutbox i got the below error:

SQL query: Documentation

SELECT *
FROM `setting`
WHERE inferno_shoutbox
LIMIT 0 , 30

MySQL said: Documentation
#1054 - Unknown column 'inferno_shoutbox' in 'where clause'

Regards

Abe

dai-kun 01-04-2008 06:40 PM

You got it wrong, you have to type it in "grouptitle" FIELDS not "Add search conditions (body of the "where" clause):"

You can find it a little further down. Type it into the same row, to the right of the word "LIKE" in the "value" box.

and thanks ssslippy for the temp fix.

Meghwar 01-05-2008 02:44 AM

Hi all finally worked with VB3.7.0 B3 , inferno Vbshout PRO worked :) 100%

Tikibird 01-05-2008 06:47 PM

Quote:

Originally Posted by Shazz (Post 1412746)
Both the free and paid should have the archive, bandwidth should be the same as the lite...

Shazz, how do I access the archive? I am running the lite version.

Also, when the Gold 3.7.0 is out, will this shoutbox still work? I am shying away from Betas.

BTW, This one is MUCH easier on bandwidth than the other one VBShout 2.0!

rinkrat 01-05-2008 09:57 PM

I did all that and the settings show up correctly finally but the shoutbox is still "Loading..." Ugh!!

dave9720 01-06-2008 02:24 AM

:confused:Just Downloaded Inferno vBShout Lite and Installed to VB by Instructions. Now I can't even log onto my site or admin cp? Can anyone shed some light. Thanks Dave

Warning: Unknown: failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 1

Fatal error: Unknown: Failed opening required '/home/bestsate/public_html/infernoshout/engine/inferno_engine.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bestsate/public_html/global.php(341) : eval()'d code on line 1

rinkrat 01-06-2008 03:50 PM

Got mine going in VB 3.0.7b3 by using phpadmin to edit the setting as described above. Be sure to fill in all values that are marked ARRAY and it will work.

SethC 01-08-2008 07:54 AM

Installed vBShout but when it's enabled, my forum won't load and I get a blank page.

ShadowOne 01-10-2008 05:31 AM

Works Great For Me On 3.6.8!!! Great MOD!!!

One Question: Since I Put The Text Field On The Bottom, Is There A Way For The Messages To Go From Top To Bottom Instead?

M4H 01-11-2008 02:55 AM

Is there a way to ban a usergroup and not just a user?

shawn_RS 01-17-2008 10:21 AM

I can't get it too work. I've installed it at one point and it doesn't load.
it just says in the SB "loading...." with the little refresh icon going around and around. Also when i had it working, it wouldn't refresh correctly I always had to refresh firefox.

360junkie 01-17-2008 08:12 PM

i cent prune,ban any / the admancp wont save the seting

360junkie 01-17-2008 08:15 PM

Quote:

Originally Posted by M4H (Post 1419358)
Is there a way to ban a usergroup and not just a user?

Only on pro

logicuk 01-17-2008 10:13 PM

just installed on vb 3.6.8 and works great thanks :D

harlita 01-18-2008 05:37 AM

yeap, 3.6.8 and install is flawless.

I like that I can choose which themes I have it active on, as well as the fact it announces when new threads are made.

XD

love it.

LCN2007 01-18-2008 02:09 PM

Quote:

The following license grants its owner the right to run one (1) instance of Inferno vBShout Pro. For more information please visit this page.
Inferno, i saw on your site it makes the statment above i have a couple of questions.
what is the american dollar price and where is the order page.
also it says only 1 instance does this mean we can't put on mutiple pages or only on one forum.

I know these questions are kinda dumb but could you help clarify for me thank you.

majorj0nny 01-20-2008 05:30 PM

very nice clean shoutbox ..

majorj0nny 01-20-2008 05:39 PM

Quote:

Originally Posted by 360junkie (Post 1423322)
Only on pro

if you add it to a vba module and remove it from the forums, you can just grant/deny permissions to that module as you would any other.

worked for me ..

yet the advanced features of the pro version are a definate attraction.

360junkie 01-21-2008 04:45 AM

select s.*, u.username, u.displaygroupid, u.usergroupid, u.userid, o.*
from infernoshout s
left join user u on (u.userid = s.s_user)
left join infernoshoutusers o on (o.s_user = s.s_user)
where
(
(s.s_private = -1)
OR
(s.s_private = '1')
OR
(s.s_private <> -1 AND s.s_user = '1')
)
and u.userid not in (-1)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '1')
)

order by s.s_time desc limit 20;

MySQL Error : Unknown column 's.s_private' in 'where clause'
Error Number : 1054
Date : Monday, January 21st 2008 @ 12:44:52 AM
Script : http://www.hatedbybungie.org/forum/infernoshout.php
Referrer : http://www.hatedbybungie.org/forum/index.php
IP Address :
Username : 360Junkie
Classname : vb_database
MySQL Version : 4.1.22-standard

majorj0nny 01-21-2008 07:37 AM

what does 'active users' actually signify ? i have my idle timepout set to 10 minutes currently - but the active users knocks people off after a few seconds? is that just whos typing in the shoutbox ?

360junkie 01-22-2008 03:32 AM

OMG help me

se_p800 01-22-2008 06:16 PM

I added "forumdisplay.php?f=67" to the page deployment bit but it isnt showing up. Did i write the script wrong?


All times are GMT. The time now is 10:48 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.03482 seconds
  • Memory Usage 1,832KB
  • 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
  • (6)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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