vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   FREE zz:FlashChat Drop in Flash Animated Chat Integration (https://vborg.vbsupport.ru/showthread.php?t=64907)

Bounce 07-15-2004 08:03 PM

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

ogetbilo 08-05-2004 07:39 PM

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?

x3n0 08-06-2004 12:48 PM

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?

ogetbilo 08-06-2004 04:42 PM

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[

x3n0 08-07-2004 12:25 AM

Are you changing back to the correct chat path after the include of global.php?

ogetbilo 08-07-2004 01:14 AM

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.

x3n0 08-07-2004 01:40 AM

Cookies enabled?

ogetbilo 08-07-2004 05:27 PM

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?

SIINSI 08-08-2004 12:34 AM

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

TIA

Miguel

amykhar 08-13-2004 01:29 AM

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.


All times are GMT. The time now is 02:03 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.01123 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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