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)

topcmm 03-01-2010 01:23 AM

Quote:

Originally Posted by Jabong82 (Post 1991840)
Thank you for your response. Is there a way that you can tell me how to install on my computer? I already uploaded the FTP files to my server, but there is no instructions how to install. Can you tell me the installation steps please (ie. what I have to access example: mydomain.com/123flashchat/install or something similar? Thank you.

Hope these steps below will help you!

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 -->
<script type="text/javascript" src="chat/window.php"></script>
<li><a  class="navtab" href="http://www.123flashchat.com" onClick="openChat();return false;" onMouseOver="window.status='123flashchat';return true">Chat</a></li>
<!-- 123 flash chat server end -->

----------------------------------------------------------------------------------------------------------------------------------

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 -->
<div class="cms_widget">
<div class="block">
                <!--  Widget Header -->
                <div class="cms_widget_header">
                        <h3><img alt="Recent Articles" src="images/cms/widget-article.png" title="123 Flash Chat"> Chat </h3>
                </div>
                <!--  SEARCH RESULTS DATA  -->
                <div class="cms_widget_content">
                        {$show['room_numbers']}<br>
                        {$show['connection']}<br>
                        {$show['logon_users']}<br>
                        {$show['user_list']}<br>
                    <a onmouseover="window.status=&quot;Chat&quot;;return true" onclick="openChat();return false;" href="http://www.123flashchat.com/">Click here to start chat</a>
                       
                </div>
        </div>
</div>
<!-- 123 flash chat server end -->

----------------------------------------------------------------------------------------------------------------------------------

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 -->
<div id="wgo_123flashchat" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/123flashchat.gif" />Chat</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><dd>{$show['room_numbers']}</dd></dt>
                                                <dt><dd>{$show['connection']}</dd></dt>
                                                <dt><dd>{$show['logon_users']}</dd></dt>
                                                <dt><dd>{$show['user_list']}</dd></dt>
                                       
                                                <dt><dd><a onmouseover="window.status=&quot;Chat&quot;;return true" onclick="openChat();return false;" href="http://www.123flashchat.com/">Click here to start chat</a></dd></dt>
                                       
                                        </dl>
                                </div>
                        </div>
<!-- 123 flash chat server end -->

----------------------------------------------------------------------------------------------------------------------------------

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
include "functions_chat.php";
// 123 flash chat server end

----------------------------------------------------------------------------------------------------------------------------------

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.

topcmm 03-30-2010 04:49 AM

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

Verionia 04-06-2010 03:55 PM

Do you have live support?

topcmm 05-06-2010 08:43 AM

Sure! live support can be found here !

Or send your tech questions to support@123flashchat.com to get instant and professional support.

Jman423 06-14-2010 02:17 AM

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

geoffro73 06-25-2010 12:10 PM

Quote:

Originally Posted by topcmm (Post 1965810)
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.

Hi there, i am running v4.0 and am using a type of add on java style chat...

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

bubac 06-26-2010 06:39 PM

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 :)

hqarrse 06-30-2010 10:59 AM

The correct variable format is:

Code:

<dt><dd>{vb:raw show.user_list}</dd></dt>
I hope that helps.

hqarrse 06-30-2010 11:01 AM

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:

Configure the following parameters:

$chat_group
$client_size_width
$client_size_height
$chat_data_path
$primary_server_host
$primary_server_port
$chat_client_root_path
$swf_file_name (modification is not recommended)
$chat_data_path = "<123flashchat install directory>/server/data/default/";

hqarrse 06-30-2010 07:09 PM

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
  • Page Generation 0.01331 seconds
  • Memory Usage 1,789KB
  • 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
  • (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