vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - FlashChat - Who is in the chat. (https://vborg.vbsupport.ru/showthread.php?t=91338)

StuntFactoryX 06-18-2006 11:46 PM

thank you. very easy install.

do you have a hack for cmps like this somewhere? or suggest a good 1 that is easy?

Coldhands 06-19-2006 07:00 PM

Out of nowhere, the "Members using chat" section is showing up twice in my FORUMHOME (index.php). I didn't change anything in that template, and it just started doing that, so do you have any idea what would cause this? What is the code snipit that is inserted in forum home?

Paul M 06-19-2006 07:18 PM

Display_chatters is the template.

Lord Zedd 07-07-2006 02:57 PM

Oke I have no idea what is wrong but when I enable the flash chat option it makes my forum crash !

I get this

Warning: Unknown(./chat/inc/config.php): failed to open stream: No such file or directory in \index.php(63) : eval()'d code on line 6

Fatal error: (null)(): Failed opening required './chat/inc/config.php' (include_path='.;C:\PHP\pear') in C:\Domains\stargateomega.com\wwwroot\forum\index.p hp(63) : eval()'d code on line 6

First of all I went to admin cp > plug in system> download /upload plug in

I uploaded it and got this
This file appears to be a Product, not a Plugin. Please use Manage Products to add this file.
But I somewhere read in this thread that someone was having trouble because he choose Product and not a Plugin ! So I choose for plug in ! And it didn't work. Than I went to admin cp > plug in system> manage products where I uploaded it. Ok no problem EXCEPT it made my entire forum crash. I so don't have any idea what is wrong with it ! It should work !

Paul M 07-07-2006 04:43 PM

The current instructions clearly say ;

Quote:

Unzip the XML and import into vB using the ACP Product Manager.
As for the error message - it looks like your chat system is not located in the usual place - see point 9 on the main post.

Lord Zedd 07-07-2006 06:10 PM

Quote:

Originally Posted by Paul M
The current instructions clearly say ;



As for the error message - it looks like your chat system is not located in the usual place - see point 9 on the main post.

my flash chat is in the folder chat ! Really got no clue why it won't work ! I am not very good with coding but I try to understand a bit but why it makes the forum crash when the feature is enabled......

Paul M 07-07-2006 06:42 PM

It fails because it can't find your chat at the location specified in your settings.

Without any links to your forum I can't tell you anything else.

Mastar 07-08-2006 06:47 AM

Also works with vb3.60 beta 4

Strike3ForumsMH 07-09-2006 11:58 PM

EDIT: Nevermind, after trying a few things, something must of worked and now this plug-in works perfectly.

Thank you Paul for the simple but quite useful plug-in!

OttawaGolf 07-14-2006 10:40 AM

Just installed and it's great!
I am hoping this will this work in 3.6 when the Gold is released. Does anyone know if it will?

Snake 07-14-2006 11:02 AM

Thanks, just installed it! :)

gamelandz 07-20-2006 03:40 AM

How do i add this to the footer?

Paul M 07-20-2006 08:53 AM

You don't, it's only designed to display on the forumhome.

FLMom 07-20-2006 07:25 PM

Just installed this! Very easy, thanks for all of your hard work!

jailer 08-01-2006 05:31 PM

That's it?
XML upload? No template editing??

Pfft..! Talk about nice!

*clicks install*

Ace work Paul - followed you over from the flashchat forum.
Works a treat.

timk 08-02-2006 11:39 AM

This only works for admins on my site. Registered users do not see the who is in chat info.

Why is this?

Paul M 08-02-2006 02:38 PM

From the list of features ;

Quote:

8. The ability to allow only certain usergroups to view the list is an ACP option.

timk 08-02-2006 05:30 PM

Quote:

Originally Posted by Paul M
From the list of features ;

Where in the ACP?

Alfa1 08-07-2006 01:23 PM

Does this work with 3.6 Gold?

Paul M 08-07-2006 08:17 PM

There is a seperate 3.6 version (in the 3.6 section).

tamborinegal 08-12-2006 05:28 AM

Hi Paul,

I hope you can help me. I've had this add-on installed for months and working perfectly but today my host restarted mysql and now I am getting the error below.

Do you have any idea what could be causing this?
Code:

Invalid SQL:

SELECT connections.userid, connections.roomid, rooms.name, rooms.ispublic, connections.state,
connections.start,user.usergroupid, user.displaygroupid, user.options, user.username,
groupa.opentag as opentaga, groupa.closetag as closetaga,
groupb.opentag as opentagb, groupb.closetag as closetagb
FROM flashchat_connections as connections
LEFT JOIN flashchat_rooms as rooms ON(connections.roomid = rooms.id)
LEFT JOIN vb3_user as user ON(connections.userid = user.userid)
LEFT JOIN vb3_usergroup as groupa ON(user.usergroupid = groupa.usergroupid)
LEFT JOIN vb3_usergroup as groupb ON(user.displaygroupid = groupb.usergroupid)
WHERE connections.userid > 0 AND connections.ip != '0.0.0.0'
AND connections.updated > DATE_SUB(NOW(),INTERVAL 120 SECOND)
ORDER BY start;

MySQL Error  : Can't open file: 'flashchat_connections.MYI'. (errno: 145)
Error Number : 1016

Thanks,

Clancy

Paul M 08-12-2006 05:30 AM

You need to repair the flashchat_connections table via the maintenance section of the ACP.

tamborinegal 08-12-2006 05:41 AM

Quote:

Originally Posted by Paul M
You need to repair the flashchat_connections table via the maintenance section of the ACP.

Thanks for the quick response Paul.

I tried what you suggested and got the following errors.

Code:

flashchat_connections Check Warning: Table is marked as crashed
flashchat_connections Check Warning: 2 clients are using or haven't closed the table properly
flashchat_connections Check Error: Checksum for key: 2 doesn't match checksum for records
flashchat_connections Check Error: Checksum for key: 4 doesn't match checksum for records
flashchat_connections Check Error: Corrupt
flashchat_connections

Should I have re-enabled the plugin first?

Clancy

tamborinegal 08-12-2006 06:14 AM

Ran it through again and now it's working again. I don't know why it all stopped working but it's ok now which is great. My forum members are chatters and they would have missed this.

Thanks for your help Paul.

Clancy

Paul M 08-12-2006 06:31 AM

Quote:

Originally Posted by tamborinegal
Thanks for the quick response Paul.

I tried what you suggested and got the following errors.

Should I have re-enabled the plugin first?

Clancy

That output is normal - that's the repair telling you what it found wrong. Running it again should come back with OK, indicating the repair worked. The fault was caused by mysql not shutting down properly.

Mysticales 08-14-2006 10:59 PM

Installed, thanks. =)

barryhand 08-16-2006 03:09 PM

Is there anyway to use the variables outside the main forum pages.

I want to call $totalchatters on the navbar.

Anyone got the code needed to be added, can I call the hook on globals.php.

This has been requested many time, surely someone has a fix :)

PS (Great Mod)

Paul M 08-16-2006 05:07 PM

If you change the hook in the "Members in Flashchat (2)" plugin from forumhome_start to global_start then the variables will be available on any page - note it will add one query to every page.

barryhand 08-16-2006 07:50 PM

Cheers Paul.

It's a really good feature to have that.

You might look into streamlining that function :)

Paul M 08-16-2006 08:58 PM

Most people do not need it. :)

jailer 09-15-2006 04:00 PM

Quote:

Originally Posted by jailer
That's it?
XML upload? No template editing??

Pfft..! Talk about nice!

*clicks install*

Ace work Paul - followed you over from the flashchat forum.
Works a treat.


Begrudgingly uninstalled. As Flashchat now gone, no need for this.
Shame - it was perfect and flawless while I had it.
:disappointed:
While I appreciate the Flashchat exploit got plugged quickly enough (for most), I'm just not comfy having Flashchat on my server/forum any longer.

Thanks Paul.

Chadi 09-17-2006 10:32 PM

What is the phrase for the number of people chatting? I want to place it on top and where do I edit the template? Could not find it honestly.

Paul M 09-18-2006 12:00 AM

There are a number of phrases (look in the XML file), I'm not really sure which one you mean.

Gripemaster 09-19-2006 03:08 AM

Edited:

Fixed the problem LOL

Harley-Heaven 09-22-2006 04:34 PM

Does exactly as it says on the tin...... nice Mod!! Installed.

SLP LS1 10-02-2006 03:00 AM

8. The ability to allow only certain usergroups to view the list is an ACP option.

Where is this option

SLP LS1 10-02-2006 03:03 AM

forget it I found it

JKatz 12-03-2007 03:56 PM

Installed! Awesome! Thanks! You rock!


All times are GMT. The time now is 01:33 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.01581 seconds
  • Memory Usage 1,809KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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