vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - vBulletin Chat Mod (123 Flash Chat)- Users Integrated, Free Hosted! (https://vborg.vbsupport.ru/showthread.php?t=233517)

woffie 01-21-2010 02:47 AM

Quote:

Originally Posted by Mitchh (Post 1961932)
Ok... so pretty much you can still use all the files that are included in the thing you get from 123flashchat..I upgraded from 3.8.4 to 4.0.1 publishing suite so all the files I had were already uploaded. Now, in forum.php look for this...

Code:

// ### TODAY'S BIRTHDAYS #################################################
Before that line of code, add this:

Code:

// 123 flash chat server begin
include "includes/functions_chat.php";
include "chat/flashchatconf/config.php";

$rooms = '';
$user_list = '';

$chatters  = getChatters($running_mode, $free_server_path, $room_name, $primary_server_host, $chat_data_path, $chat_group);
$user_list =  getChatterList($running_mode, $free_server_path, $room_name, $primary_server_host, $chat_data_path, $chat_group);

if($running_mode != 3){
$show['room_numbers'] = "There are <b>".$chatters ['room_numbers']." </b> rooms.<br>";
$show['connection'] = "There are <b>".$chatters ['connections']." </b> connections.<br>";
}
$show['logon_users'] =  "There are <b>".$chatters ['logon_users']." </b> users logged on.<br>";
$show['user_list'] = "Currently logged in: <b>".$user_list." </b><br><br>";
// 123 flash chat server end

Now, go to Admin CP > Styles & Templates > Style Manager > Edit Templates and open up the Forum Home Templates then edit FORUMHOME.

Now search for:
Code:

<div id="wgo_legend" class="wgo_subblock">
Above it, add this:
Code:

<!-- 123 flash chat server begin -->
<div id="wgo_stats" class="wgo_subblock">
<h3><img src="images/misc/123flashchat.gif">Chat Statistics</h3>
<div>                       
                                    {vb:raw $show[room_numbers]}
                                    {vb:raw $show[connection]}
                                    {vb:raw show[logon_users]}
                                    {vb:raw $show[user_list]}
</div>
</div>
<!-- 123 flash chat server end -->

and there is your chat statistics for vB4 without the chinese spelling errors!!

I tried it but it is not show the stats. My 123flashchat is hosted on their server though. Not sure if that makes a difference.

Mitchh 01-21-2010 08:53 AM

Weird it works perfectly fine for me...
http://www.nu-vapor.com/forum/forum.php
You can see for yourself

topcmm 01-25-2010 03:02 AM

Dear all,

Today, 123 Flash Chat vBulletin Chat Module has been updated to be compatible with the vBulletin latest version v4.0. Please download it.

For vBulletin version 4.0:
http://www.123flashchat.com/download...3flashchat.zip

Show your problem about 123 Flash Chat vBB Chat Module here, and i will try my best to solve it for you.

Thank you.

cloferba 01-26-2010 11:28 PM

i have made my own room on config file, but when i login into the chat, i dont see my room, i only see 123flash chat rooms....

whats the problem?

topcmm 01-27-2010 01:24 AM

Quote:

Originally Posted by cloferba (Post 1967528)
i have made my own room on config file, but when i login into the chat, i dont see my room, i only see 123flash chat rooms....

whats the problem?

Try this:
Find flashchatconf ---> config.php --> set the "$running_mode =3;", and then in the config_free.php ---> set chat room name

cloferba 01-27-2010 02:05 AM

i have done that..

gmerin 01-30-2010 07:49 PM

free chat room loads, but with this ontop:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_datastore.php on line 683

Romeos Tune 02-01-2010 09:59 PM

I'll try this later today and see if it'll work for me.

Romeos Tune 02-03-2010 09:41 AM

That's old templates from 3.84 I think. Can't get it to work on 4.01

Quote:

Originally Posted by Mitchh (Post 1961932)
Ok... so pretty much you can still use all the files that are included in the thing you get from 123flashchat..I upgraded from 3.8.4 to 4.0.1 publishing suite so all the files I had were already uploaded. Now, in forum.php look for this...

Code:

// ### TODAY'S BIRTHDAYS #################################################
Before that line of code, add this:

Code:

// 123 flash chat server begin
include "includes/functions_chat.php";
include "chat/flashchatconf/config.php";

$rooms = '';
$user_list = '';

$chatters  = getChatters($running_mode, $free_server_path, $room_name, $primary_server_host, $chat_data_path, $chat_group);
$user_list =  getChatterList($running_mode, $free_server_path, $room_name, $primary_server_host, $chat_data_path, $chat_group);

if($running_mode != 3){
$show['room_numbers'] = "There are <b>".$chatters ['room_numbers']." </b> rooms.<br>";
$show['connection'] = "There are <b>".$chatters ['connections']." </b> connections.<br>";
}
$show['logon_users'] =  "There are <b>".$chatters ['logon_users']." </b> users logged on.<br>";
$show['user_list'] = "Currently logged in: <b>".$user_list." </b><br><br>";
// 123 flash chat server end

Now, go to Admin CP > Styles & Templates > Style Manager > Edit Templates and open up the Forum Home Templates then edit FORUMHOME.

Now search for:
Code:

<div id="wgo_legend" class="wgo_subblock">
Above it, add this:
Code:

<!-- 123 flash chat server begin -->
<div id="wgo_stats" class="wgo_subblock">
<h3><img src="images/misc/123flashchat.gif">Chat Statistics</h3>
<div>           
                                    {vb:raw $show[room_numbers]}
                                    {vb:raw $show[connection]}
                                    {vb:raw show[logon_users]}
                                    {vb:raw $show[user_list]}
</div>
</div>
<!-- 123 flash chat server end -->

and there is your chat statistics for vB4 without the chinese spelling errors!!


billb 02-03-2010 11:40 AM

I have 123 flash it works fine on 3.8.4; there is a link to start the chatroom;
the question: anyone knows the steps needed temp mod ? codes? to get it to start automatic when the main vb forum start?

regards


All times are GMT. The time now is 11:37 AM.

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.01159 seconds
  • Memory Usage 1,755KB
  • 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
  • (8)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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