Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
FREE zz:FlashChat Drop in Flash Animated Chat Integration Details »»
FREE zz:FlashChat Drop in Flash Animated Chat Integration
Version: 1.00, by x3n0 x3n0 is offline
Developer Last Online: Sep 2008 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 05-08-2004 Last Update: Never Installs: 20
Is in Beta Stage  
No support by the author.

No modifications to your existing forums!

This single file enhancement allows one to seamlessly integrate vBulletin 3 with Nik's awesome FREE zz:FlashChat PHP/mySQL Flash based GUI chat. zz:FlashChat supports flash smiley events, MP3 sound/music events, and flash animation events, private messages, admin login, and configurable reduced moderator login.

Online demo of integration is at (registration required - Try U: goner P: goner):
http://myganjagrow.com

Naturally registration is required to see the chat. No email verification is used so you remain anonymous at my counter culture adult oriented site. Use a fake email addy if you please.

Obtain Nik's zz:FlashChat 3 beta 1.1 at: http://download.zehnet.de/ZZ_FlashChat_3_%5bbeta1.1%5d/

Install zz:FlashChat as per Nik's included instructions. The install need not reside within your forums tree. The database tables can also be added to your existing vB database and need not reside in a separate database. I cannot provide support for zz:FlashChat.

Obtain my vbulletin integration at: http://myganjagrow.com/download/zzchat_3_add_ons.rar

UnRAR the integration file "member.php" and edit all the paths to reflect where you installed vB and zz:FlashChat. Save and upload to your zz:FlashChat directory. Calling this script from within vbulletin will use the existing vB security to only allow registered vB members to join your chat. Chat member info is encrypted while in chat. Logged out/Unregistered users will be redirected to your forum registration page. Javascript pop-ups can be used to call the chat script. Index.php and login.php should be deleted from the chat directory to prevent back doors from remaining open.

I've also included a script that can enable you to display "Who's in Chat?" from any other vB page by calling users.php from the chat directory. I use it in the left sidebar at my forumhome: http://myganjagrow.com/forums/index.php

Please give me feedback and URLs if you install this. I'll try and work out the inevitable bugs.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 07-15-2004, 08:03 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67
Can anyone help me configure my member.php???

I am having a killer time...

Thanks,

Rich
Rich

You still havin probs? PM me and i'll try and help
Reply With Quote
  #53  
Old 08-05-2004, 07:39 PM
ogetbilo ogetbilo is offline
 
Join Date: Mar 2004
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x3n0
To add the 'Chat' location to "Who's Online?"

In the /includes folder open functions_online.php using your favorite PHP editor and;

FIND:
Code:
case 'subscriptions':
	$userinfo['action'] = $vbphrase['viewing_paid_subscriptions'];
BENEATH it ADD:
Code:
case 'chat':
	$userinfo['action'] = $vbphrase['chat'];
FIND:
Code:
case 'archive':
	$userinfo['activity'] = 'archive';
	break;
BENEATH it ADD:
Code:
case 'member.php':
	$userinfo['activity'] = 'chat';
	break;
I did all of these, and I still can't get the who's online working. Anybody succeeded this?
Reply With Quote
  #54  
Old 08-06-2004, 12:48 PM
x3n0's Avatar
x3n0 x3n0 is offline
 
Join Date: Sep 2002
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ogetbilo
I did all of these, and I still can't get the who's online working. Anybody succeeded this?
Where in your directory tree does the chat program reside? Are you calling the script 'member.php' to run the chat, or did you rename it to something else?
Reply With Quote
  #55  
Old 08-06-2004, 04:42 PM
ogetbilo ogetbilo is offline
 
Join Date: Mar 2004
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x3n0
Where in your directory tree does the chat program reside? Are you calling the script 'member.php' to run the chat, or did you rename it to something else?
chat program resides in ~/public_html/chat
forum resides in ~/public_html/forums
I am using member.php
should I move the chat folder inside the forums folder?

[edit] I tried to put
include (../forums/global.php);
into the chat/member.php . Then the 'who's online' display works properly. but then I can't get into the chat.[/edit[
Reply With Quote
  #56  
Old 08-07-2004, 12:25 AM
x3n0's Avatar
x3n0 x3n0 is offline
 
Join Date: Sep 2002
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you changing back to the correct chat path after the include of global.php?
Reply With Quote
  #57  
Old 08-07-2004, 01:14 AM
ogetbilo ogetbilo is offline
 
Join Date: Mar 2004
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x3n0
Are you changing back to the correct chat path after the include of global.php?
yes sir

and thenafter when I go to member.php I cannot login to chat. It just leaves me logged out.
But when I am at that very screen, if I check the who's online with another account I can see myself in chat.
Reply With Quote
  #58  
Old 08-07-2004, 01:40 AM
x3n0's Avatar
x3n0 x3n0 is offline
 
Join Date: Sep 2002
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cookies enabled?
Reply With Quote
  #59  
Old 08-07-2004, 05:27 PM
ogetbilo ogetbilo is offline
 
Join Date: Mar 2004
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this three lines in member.php
chdir("/home/xxxxxx/public_html/forums/");
require("./global.php");
chdir("/home/xxxxxx/public_html/chat/");

I have the cookies enabled (well, both forum and chat cookies, otherwise they wouldn't work, would they?). btw what do cookies have anything to do with who's online?
Reply With Quote
  #60  
Old 08-08-2004, 12:34 AM
SIINSI SIINSI is offline
 
Join Date: Mar 2003
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone fogure out how to get a header, footer navbar etc integrated with this? If so, how?

TIA

Miguel
Reply With Quote
  #61  
Old 08-13-2004, 01:29 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Okiewan
For $5 this flash based chat SMOKES the one in this thread and integrates with the member database easily (the author provides the info for vb integration). I've used it for a month or so and my members love it.
http://www.tufat.com/script.php?script=chat
]

I have to agree about this script. I had no problems with the integration of the zz-flashchat. The darn chat just didn't work right.
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 09:24 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.04587 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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