![]() |
Quote:
Step 1, Install module files to your vbulletin: File Copy copy 123flashchat.php to <vbulletin installed directory>/123flashchat.php copy login_chat.php to <vbulletin installed directory>/login_chat.php copy images/misc/123flashchat.gif to <vbulletin installed directory>/images/<your template folder>/misc/123flashchat.gif copy includes/functions_chat.php to <vbulletin installed directory>/includes/functions_chat.php copy folder chat/ to <vbulletin installed directory>/chat/ Step 2, Configure chat module's running mode: 1). Please choose the running mode according to your needs. Configuration path: <vbulletin installed directory>/chat/flashchatconf/config.php Configure the following parameters: $running_mode Configuration reference: $running_mode = 1; (only 1 or 2 or 3) Step 3, Install the module in the admin panel 1). OPEN: Admin Panel -> Styles & Templates -> Click on: Style Manager -> Edit Templates (in All Style Options); Expand: "Navigation / Breadcrumb Templates" -> Find: "navbar"(double click); 1. FIND: --------------------------------------------------------------------------------------------------------------------------------- Code:
{vb:raw template_hook.navtab_end} 2. ADD BEFORE: ---------------------------------------------------------------------------------------------------------------------------------- Code:
<!-- 123 flash chat server begin --> 3. SAVE TEMPLETE 2). Expand: "vBulletin CMS Templates" -> Find: "vbcms_widget_categorynavbu_page"(double click); 1. ADD THE FOLLOWING CODE THE THE LAST: ---------------------------------------------------------------------------------------------------------------------------------- Code:
<!-- 123 flash chat server begin --> 2. SAVE TEMPLETE 3). Expand: "Forum Display Templates" -> Find: "FORUMHOME"(double click); 1. FIND: --------------------------------------------------------------------------------------------------------------------------------- Code:
{vb:raw template_hook.forumhome_wgo_pos5} 2. ADD BEFORE: ---------------------------------------------------------------------------------------------------------------------------------- Code:
<!-- 123 flash chat server begin --> 3. SAVE TEMPLETE 4). OPEN: <vbulletin installed directory>/includes/class_bootstrap.php; 1. FIND: --------------------------------------------------------------------------------------------------------------------------------- Code:
$modcpdir = $vbulletin->config['Misc']['modcpdir']; 2. ADD BEFORE: ---------------------------------------------------------------------------------------------------------------------------------- Code:
// 123 flash chat server begin Step 4, Integrate your chat with vbulletin user database If you choose running mode 1 or mode 2, integration is needed, you may achieve this by following the instructions below. 1). Log in the Admin Panel of your 123FlashChat server OPEN: System Settings -> Integrate Panel 2). Find: DataBase -> SELECT: URL -> edit 3). Change URL: http://<vbulletin install directory>/login_chat.php?username=%username%&password=%passw ord% 4). Press OK to save your setting Actually, these steps are included in the ReadMe file of the Download Package of vBulletin Chat Module. |
A free hosted chat will be provided to vBulletin owners once installing this module, good enough for your vBulletin users to have fun with. Demo here: http://free.123flashchat.com/room/Lobby
|
Do you have live support?
|
Sure! live support can be found here !
Or send your tech questions to support@123flashchat.com to get instant and professional support. |
I am not able to get the status script working. I have followed the steps, but the stats are not parsing, all I see is the variables.
The vB4 instructions don't mention anything about editing the forum.php file like we did with the index.php file in vB3.8, so I am not sure if that is the problem... Any help would be appreciated. I am running vB 4.0.3 and the module files were all downloaded today from 123flashchat's website. Thank you |
Quote:
Can anyone please tell me if the above chat module link would be better than the currrent one i am running???? And how hard it would be for me to replace the current chat prog with the above one? Thanks in advance, Geoff |
I have started 123flashchat with VB4
But you dont have correct ""vBulletin Board Chat Module Preview"" 1) VB4 have new variables WRONG: {$show['room_numbers']} MAYBE CORRECT: {vb:raw $show['room_numbers']} 2) Something is bad with "functions_chat.php" you have this functions: $chatters = getChatters($running_mode, $free_server_path, $room_name, $client_location,$chat_data_path); $user_list = getChatterList($running_mode, $free_server_path, $room_name, $client_location,$chat_data_path); But you dont have this variable: $free_server_path $room_name $chat_data_path in file: config_local.php or config.php I am very pleased with 123flashchat when you fix these errors i will buy owned license (if you think that i deserved discount price, please contact me via PM or bubac85_gmail.com :) |
The correct variable format is:
Code:
<dt><dd>{vb:raw show.user_list}</dd></dt> |
I added a $chat_data_path variable to my config_local as described vaguely near the start of the read me fileand it works fine.
from the readme Quote:
|
A final note. I strongly recommend that you protect chat_login.php from access by any IP except the chat server. The script allows rapid unrestricted testing of username/password pairs and is therefore a major security weakpoint. I have posted this on the 123Flashchat forums and hope they will include this in their docs or protect the script in some way.
|
All times are GMT. The time now is 11:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|