Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-18-2005, 02:53 PM
robert_2004 robert_2004 is offline
 
Join Date: Sep 2004
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default FlashChat Logs to forum

i've been looking at "Darren's $5 script site", where he has the "$5 flashChat" program.
People ahve already intergrated into vB quite nicely (so i've heard), but i'm now looking at pushing it to the next step.
For our sites, we were looking at running the IRC chat mod from here, but we want to be able to watch over what is spoken on the chat system, and we want it for other people's sake aswell.

This chat would only be available for members, not guests.
The reason i like the FlashChat over the Javascrpt ones, is because it installs faster on the end user machine, and easier to handle.

-----------
We had the IRC mod running for a few days for testing, but decided to drop it, as we would be:
a) losing members as they wouldn't see the need to signup;
b) lose the questions that would have been asked on the forum, now being asked on the IRC servers.

i want to be able to save all the chats as posts to a designated forum.

"forum name" (specifically for public chats)
|- sub-forum (for the chat room's names, i.e. "main", "help", "off topic", or user-made)

"forum name" (hidden - specifically for private chats)
|- sub-forum (hidden - for the private chat logs of people)
(the above forum would be set to only been seen by a super mod / admin )

Then, every 10 minutes, 30 minutes, hour, or day (should be set), an additional post to the first post (which also created the thread) will be made in the right sub-forum, with the next part of the chat log.

That way my users can search the chat logs for specific questions, and the admins can search the private chat logs (aswell).

what will need to be figured out is:
- does the chat store it's chat log for a pre-determined time
---- or will it need a 'bot'
---- can that bot be run on the server itself
- does the chat has the ability to output to the vBulletin forum
---- i.e. i will setup a $membername and a $permissionlevel for it to write to the forum
---- does the chat understand the different chat rooms, and save each seperately, AND accordingly
--------- i.e. > CREATE the first post for the 'standard public chat rooms'
>>>>>>>>> then update every $time and reply TO the same $id
>>>>>>>>> also CREATE & UPDATE sub-forum for the 'private chat room', (this will have it's own forum, due to $permission)

i hope i've explained that well enough, if not - i'll discuss this a bit more...

i personally think that EVERYONE using vB could use this & love this idea, and it will become quite popular.
Reply With Quote
  #2  
Old 03-18-2005, 03:34 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this would be great... i'm interested too...

came here from the vbchat link
Reply With Quote
  #3  
Old 03-18-2005, 03:37 PM
Blam Forumz Blam Forumz is offline
 
Join Date: Jun 2004
Posts: 554
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm I would like this as well, but maybe not in post form, could do with a redesigned template perhaps?
Reply With Quote
  #4  
Old 03-24-2005, 01:46 PM
robert_2004 robert_2004 is offline
 
Join Date: Sep 2004
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if we could get something like this happening - it would be cool,
now only to find someone who knows what they are doing...
Reply With Quote
  #5  
Old 04-25-2005, 10:36 PM
Booth Booth is offline
 
Join Date: Jan 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like this too, very helpful.
Reply With Quote
  #6  
Old 04-26-2005, 12:03 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds very complicated - and would potentially have thousands of sub forums - an absolute nightmare.

FYI - Flashchat logs all conversations in a single database, and clears them out based on limits you set in the config file.
Reply With Quote
  #7  
Old 05-27-2005, 03:17 PM
Regs Regs is offline
 
Join Date: Oct 2001
Location: Vancouver BC
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be possible as just a start to just have a daily thread posted of the chat log?

Don't worry about private rooms or anything, maybe just a config variable that specifies the single room to log?

Cheers,

~Regs.
Reply With Quote
  #8  
Old 06-01-2005, 01:34 PM
EricaJoy EricaJoy is offline
 
Join Date: Sep 2002
Location: New York, NY
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Regs
Would it be possible as just a start to just have a daily thread posted of the chat log?

Don't worry about private rooms or anything, maybe just a config variable that specifies the single room to log?

Cheers,

~Regs.
I just installed flash chat myself I was thinking of this very thing. Having a daily log of the chat auto posted to say...a chat logs forum would be great.
Reply With Quote
  #9  
Old 06-01-2005, 02:51 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, not sure how this would have to be done, I just know it'd be possible.

It copies the chat to a file, one file for each room, and then IMO, it should not copy private room chats but perhaps make that an admin settable tick that they can turn on and off. If on though, just have it save all private chat to the same file.

Every day at X time, it runs a cron job to post those text files to a thread for each one and deletes the file, then creates a new empty one with the same name.

That'd be the best route IMO. Though I have no idea how to code those things.
Reply With Quote
  #10  
Old 06-02-2005, 08:28 PM
007's Avatar
007 007 is offline
 
Join Date: Jan 2003
Location: United States
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This sounds like a good idea. I am thinkig of installing flashchat myself. Is it easy to install on vb? It looks like it's probably the best one.
Reply With Quote
Reply


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 07:00 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.04872 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete