vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Flashchat: Who is chatting (https://vborg.vbsupport.ru/showthread.php?t=73042)

Paul M 12-17-2004 10:00 PM

Flashchat: Who is chatting
 
This modification is no longer available or supported.

This is a simple ForumHome display of who is currently using your Flashchat.

Version 2.20 is for use with Flashchat 4.1.x - however, it may work with older versions of Flashchat if set-up correctly.

The main features of Version 2.xx are ;

1. It displays the list on Forum Home with the "Users online" display.

2. The list view is collapsable, so you just see the number.

3. Users who should display as coloured or bold etc should be displayed correctly. (based on the display usergroup)

4. If you 'hover' over a username it will show the room they are chatting in.

5. If the chat is empty, a simple "no one is chatting" message is displayed.


Note: This will not display the names of any bots in the chat, due to the strange way that flashchat stores this information.


With help from Cyricx a CPMS module is located in this post. (Version 2.20 only, unsupported - use at your own risk).

TwinsX2Dad 12-18-2004 12:57 PM

Perfect and took about 15 seconds (after getting to the files).

Thanks, Paul!

Install clicked!

ryuuchida 12-19-2004 04:34 AM

Sounds great, clicks Install.

wrongful 12-19-2004 01:15 PM

It works fine but is there any way to hide members who have chosen to be invisible?

Paul M 12-19-2004 01:18 PM

Quote:

Originally Posted by wrongful
It works fine but is there any way to hide members who have chosen to be invisible?

Yes, but I deliberately didn't include it as it seemed a bit stupid TBH, you can't hide if you are in the chat.

wrongful 12-19-2004 01:24 PM

Quote:

Originally Posted by Paul M
Yes, but I deliberately didn't include it as it seemed a bit stupid TBH, you can't hide if you are in the chat.

The only reason I had asked is because I have one of my usergroups hooked up to the spy feature of FlashChat, and showing that those users are in the chat really defeats the purpose of that feature. However, I understand your reasoning and I will customize it for myself since many people might not have a use for that.

Paul M 12-19-2004 01:38 PM

Quote:

Originally Posted by wrongful
The only reason I had asked is because I have one of my usergroups hooked up to the spy feature of FlashChat, and showing that those users are in the chat really defeats the purpose of that feature. However, I understand your reasoning and I will customize it for myself since many people might not have a use for that.

I see, in that case it is very easy for you, just modify the WHERE clause in the SQL to this ;

PHP Code:

WHERE user.usergroupid <> AND connections.userid IS NOT NULL ORDER BY start 

Change the "6" to the id of you spy usergroup.

wrongful 12-19-2004 01:48 PM

Quote:

Originally Posted by Paul M
I see, in that case it is very easy for you, just modify the WHERE clause in the SQL to this ;

Change the "6" to the id of you spy usergroup.

That did the trick, thanks!

skinny 12-19-2004 09:04 PM

Works well, however when does the username vanish from the whos chatting list, as ive been loggeed out for some times and its still there.

Mr_Bob 12-20-2004 12:25 AM

This is perfect. I've used Flashchat for a while and could never find a whois online edit. I installed it very quickly with no problems. Great job. *clicks install*

Paul M 12-20-2004 12:33 AM

Quote:

Originally Posted by skinny
Works well, however when does the username vanish from the whos chatting list, as ive been loggeed out for some times and its still there.

When flashchat removes the user from it's database - my guess is you are not logging out properly, but just closing the browser.

reteep 12-20-2004 11:31 AM

Where to get Flashchat?

Paul M 12-20-2004 11:40 AM

Quote:

Originally Posted by stormblast
Where to get Flashchat?

http://www.tufat.com/script2.htm

cinq 12-20-2004 01:00 PM

just a quick question abt flashchat ( sorry to intrude on this hack thread ), but does it connect to a specified IRC channel ?

TwinsX2Dad 12-20-2004 02:02 PM

Quote:

Originally Posted by cinq
just a quick question abt flashchat ( sorry to intrude on this hack thread ), but does it connect to a specified IRC channel ?

FlashChat does not use an IRC channel. It runs fully on your server, using flash, php & MySQL to run.

For more info, click here.

IC-Games 12-21-2004 01:54 AM

/me clicks install

etaslim 12-21-2004 05:42 PM

great! very usefull. click install!

MrD 12-22-2004 09:14 AM

Hi,

I Installed thios Mod, but the User are in Chat at forumhome, because he is not in Chat.

I closed my Browser and logged out from Forum.

It?s like great, if this small Bug can fixed :)

Paul M 12-22-2004 11:07 AM

Quote:

Originally Posted by MrD
Hi,

I Installed thios Mod, but the User are in Chat at forumhome, because he is not in Chat.

I closed my Browser and logged out from Forum.

It?s like great, if this small Bug can fixed :)

Sorry, that isn't a bug - that's user error due to the way flashchat works. You must logout of flashchat before closing your browser, otherwise flashchat may not remove you from it's active connections database.

von7thal 12-22-2004 12:56 PM

thanks

PVTRoger 12-24-2004 08:54 PM

Nice mod, and easy to install, but after installing I entered chat, but my name doesn't appear next to the Whose in chat box. What might I be doing wrong, any ideas?

Paul M 12-25-2004 06:59 AM

Did you refresh the display ?

PVTRoger 12-25-2004 08:58 AM

Paul

Merry Christmas!

Yes, I refresh the display, I waited for a half and hour and refreshed the display again, I tried everything I could think of, still no name shows up.

I'm sure it something pretty simple, but I'm not a coding expert so have no clue where to start to look.

Any other ideas?

Thanks

PVT.Roger

Paul M 12-25-2004 01:35 PM

TBH, I have no idea - there is not exactly much to go wrong.

When you login to flashchat, it adds you to its connections database, which this hack queries. Simple as that. I would guess your flashchat isn't working quite right - what is the address of your forum ?

PVTRoger 12-25-2004 02:45 PM

Paul

Well chat itself seems to be working fine from what I can see. My forum is here

Thanks for your help.

PVT.Roger

Paul M 12-25-2004 03:51 PM

Have you put the code in index.php ?

T3MEDIA 12-25-2004 04:45 PM

Quote:

Originally Posted by PVTRoger
Paul

Merry Christmas!

Yes, I refresh the display, I waited for a half and hour and refreshed the display again, I tried everything I could think of, still no name shows up.

I'm sure it something pretty simple, but I'm not a coding expert so have no clue where to start to look.

Any other ideas?

Thanks

PVT.Roger

peep sprnch.com I have it in a custom box on the main vbindex page. Not only that, guests cant see in the room and it only shows members in the room for reg. users if the chat has over 10 users. freakin hot man.

nice addition.

Paul M 12-25-2004 07:02 PM

Quote:

Originally Posted by PVTRoger
Paul

Here's what what my index.php looks like...

<snipped>

Well it took me a few minutes to figure out your mistake, but the small snippet of code finally gave it away.

You have put the hack code in the wrong file. It goes in vB's index.php - you appear to have installed it in flashchat's index.php.

Paul M 12-25-2004 10:47 PM

Quote:

Originally Posted by PVTRoger
Paul

I really appreciate all your efforts in helping me figure this out. I entered the code in index.php as you just described (or I think so). Now it shows I'm in chat, even when I'm not. Yeah, Undoubtably I have done something wrong. Here's another cut and past around the area I entered it in...

See posts 11 & 19 in this thread for your answer. :)

Btw, could you please edit your posts to enclose the code in PHP tags, otherwise unregistered users can just copy it. :)

PVTRoger 12-26-2004 09:30 AM

Paul

Thanks! That got me sorted.

:cool:

Galadrium 12-29-2004 12:00 PM

Installed! Great mod. Thanks

Viks 01-06-2005 05:31 AM

cool mod!
awesome work Paul :up:

has anyone here been able to get this working with CMPS (portal system)? It wud be even cooler if i cud get the CMPS to work with this mod.

thanks

Viks

TCB 01-12-2005 02:53 PM

This hack does what it promises. Thanks :D

royals 01-15-2005 04:24 AM

Do you have a screenshot? Is it much different than this?
https://vborg.vbsupport.ru/search.php?searchid=921495

Paul M 01-15-2005 09:37 AM

Quote:

Originally Posted by royals
Do you have a screenshot? Is it much different than this?
https://vborg.vbsupport.ru/search.php?searchid=921495

That link isn't valid so I don't know - but I have attached a screenshot to the hack.

Sinzar 01-15-2005 09:54 AM

I installed it and it seems to be working except its showing a guy in the chat that logged off hours ago.

Paul M 01-15-2005 11:08 AM

Quote:

Originally Posted by Sinzar
I installed it and it seems to be working except its showing a guy in the chat that logged off hours ago.

See post 19.

royals 01-15-2005 02:08 PM

Quote:

Originally Posted by Paul M
That link isn't valid so I don't know - but I have attached a screenshot to the hack.


thanks!

Hexemer 01-18-2005 08:16 PM

Works very good. Thank you! :)

MrD 01-20-2005 07:05 PM

Hi,
is that possible?

Print out a text.
At [date] there wohere x User in Chat. Record at [datum] with x User

Like Whois online statistik ?


All times are GMT. The time now is 04:47 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.01556 seconds
  • Memory Usage 1,818KB
  • 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
  • (1)bbcode_php_printable
  • (14)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
  • (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