Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Knowledgebase

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-31-2009, 09:47 AM
michaelxu
Guest
 
Posts: n/a
Default How do I integrate the 123flashchat into my mysql database

Q:How do I integrate the 123flashchat into my mysql database?

A:1) Create database.

Input the following instructions in the MS-DOS window in a Windows server or command prompt in a Linux server:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --execute="CREATE DATABASE flashchat CHARACTER SET utf8 COLLATE utf8_bin;"

The [user],[password] here is MySQL account.

(2) Import 123FlashChat table.

Enter the following commends in command prompt:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --default-character-set=utf8 flashchat < <123flashhcat installed directory>/server/etc/mysql.sql.

(3) Modify fcserver.xml.
3.1 Open this file: <123flashchat installed directory>/server/etc/fcserver.xml.
3.2 Find this node: <database-mode>Default</database-mode>, and change "Default" to MySQL.
3.3 Find this node: <database-server port="9001" ip="localhost" enable="On"></database-server>, and change enable="On" to enable="Off".

(4) Configure Mysql.xml
Open this file: <123flashchat installed directory>server/etc/Mysql.xml, and configure the relevant parameters according to the instructions, the section between <connection-pool>...</connection-pool> is database connection pool configuration and may be not need to be modified.

Keywords:flash chat, flash chat client, flash chat room, flash chat script, flash chat software, flashchat
Reply With Quote
  #2 (permalink)  
Old 06-30-2009, 02:02 AM
Junior Member
 
Join Date: Jun 2009
Posts: 2
Default

Newbie. If I intergrate 123flashchat per instructions this into mysql will this only allow members to your site to chat on 123 Flashchat? And having 123flashchat as the host.

Last edited by phillychris; 06-30-2009 at 02:24 AM.
Reply With Quote
  #3 (permalink)  
Old 12-16-2009, 09:31 AM
Administrator
 
Join Date: Dec 2008
Posts: 495
Thumbs up

@guna2009, thanks for your passion on our 123 Flash Chat and maybe your two ways are good enough. But you know our technical staff are very professional, and we trust our customer prefer to receive our integration service. Please don't popularize yourself in the community.

Thank you.
Reply With Quote
  #4 (permalink)  
Old 12-18-2009, 02:44 PM
Junior Member
 
Join Date: Dec 2009
Posts: 1
Default

I have found two way for you to create an "always on top" chat, while both of them are not perfect.
Reply With Quote
  #5 (permalink)  
Old 12-21-2009, 10:14 AM
Administrator
 
Join Date: Dec 2008
Posts: 495
Default

Quote:
Originally Posted by ciosdjk View Post
I have found two way for you to create an "always on top" chat, while both of them are not perfect.
Please tell me the two ways of such integration. Thank you! Learn more about 123 flash chat:

Flash Chat Software, Online Webcam Chat Scripts, Video / Audio Chat, Java Chat, Messenger Software, Live Help Chat, Online Chat Software
Reply With Quote
  #6 (permalink)  
Old 05-25-2011, 05:17 AM
Junior Member
 
Join Date: May 2011
Posts: 2
Default how to set port of mysql

Quote:
Originally Posted by michaelxu View Post
Q:How do I integrate the 123flashchat into my mysql database?

A:1) Create database.

Input the following instructions in the MS-DOS window in a Windows server or command prompt in a Linux server:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --execute="CREATE DATABASE flashchat CHARACTER SET utf8 COLLATE utf8_bin;"

The [user],[password] here is MySQL account.

(2) Import 123FlashChat table.

Enter the following commends in command prompt:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --default-character-set=utf8 flashchat < <123flashhcat installed directory>/server/etc/mysql.sql.

(3) Modify fcserver.xml.
3.1 Open this file: <123flashchat installed directory>/server/etc/fcserver.xml.
3.2 Find this node: <database-mode>Default</database-mode>, and change "Default" to MySQL.
3.3 Find this node: <database-server port="9001" ip="localhost" enable="On"></database-server>, and change enable="On" to enable="Off".

(4) Configure Mysql.xml
Open this file: <123flashchat installed directory>server/etc/Mysql.xml, and configure the relevant parameters according to the instructions, the section between <connection-pool>...</connection-pool> is database connection pool configuration and may be not need to be modified.

Keywords:flash chat, flash chat client, flash chat room, flash chat script, flash chat software, flashchat
How to set port of mysql?
Reply With Quote
  #7 (permalink)  
Old 05-26-2011, 06:56 AM
Administrator
 
Join Date: Dec 2008
Posts: 495
Default

If your chat uses MySQL database, you can follow the following:

1) Create database.
Input the following instructions in the MS-DOS window in a Windows server or command prompt in a Linux server:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --execute="CREATE DATABASE flashchat CHARACTER SET utf8 COLLATE utf8_bin;"
The [user],[password] here is MySQL account.

2) Import 123FlashChat table.
Enter the following commands in command prompt: <mysql installed directory>/bin/mysql --user=[user] --password=[password] --default-character-set=utf8 flashchat < <123flashhcat installed directory>/server/etc/mysql.sql.

3) Modify fcserver.xml.
1 Open this file: <123flashchat installed directory>/server/etc/fcserver.xml.
2 Find this node: <database-mode>Derby</database-mode>, and change "Derby" to MySQL.
3 Find this node: <database-server port="10702" ip="localhost" enable="On"></database-server>, and change enable="On" to enable="Off".

4) Configure Mysql.xml
Open this file: <123flashchat installed directory>server/etc/Mysql.xml, and configure the relevant parameters according to the instructions, the section between <connection-pool>...</connection-pool> is database connection pool configuration and may be not need to be modified.
Reply With Quote
  #8 (permalink)  
Old 06-19-2011, 04:11 AM
Junior Member
 
Join Date: May 2011
Posts: 2
Default

Quote:
Originally Posted by admin View Post
If your chat uses MySQL database, you can follow the following:

1) Create database.
Input the following instructions in the MS-DOS window in a Windows server or command prompt in a Linux server:
<mysql installed directory>/bin/mysql --user=[user] --password=[password] --execute="CREATE DATABASE flashchat CHARACTER SET utf8 COLLATE utf8_bin;"
The [user],[password] here is MySQL account.

2) Import 123FlashChat table.
Enter the following commands in command prompt: <mysql installed directory>/bin/mysql --user=[user] --password=[password] --default-character-set=utf8 flashchat < <123flashhcat installed directory>/server/etc/mysql.sql.

3) Modify fcserver.xml.
1 Open this file: <123flashchat installed directory>/server/etc/fcserver.xml.
2 Find this node: <database-mode>Derby</database-mode>, and change "Derby" to MySQL.
3 Find this node: <database-server port="10702" ip="localhost" enable="On"></database-server>, and change enable="On" to enable="Off".

4) Configure Mysql.xml
Open this file: <123flashchat installed directory>server/etc/Mysql.xml, and configure the relevant parameters according to the instructions, the section between <connection-pool>...</connection-pool> is database connection pool configuration and may be not need to be modified.
I can't find port setting in Mysql.xml.
Reply With Quote
  #9 (permalink)  
Old 06-21-2011, 03:40 AM
Administrator
 
Join Date: Dec 2008
Posts: 495
Default

Hello,

you can set port like IPort

Sample
<database-host>127.0.0.1:123</database-host>
Reply With Quote
  #10 (permalink)  
Old 07-19-2011, 04:57 PM
Junior Member
 
Join Date: Jul 2011
Location: Grand Falls, New Brunswick Canada E3Z 2W4
Posts: 1
Default brochure printing

As i read the thread i don't have to write because i have the same issue with it but now i figured it out because of the post. well ty for the conversation the admin been doing a good job.

Last edited by admin; 07-20-2011 at 02:29 AM. Reason: no link
Reply With Quote
Reply

Was this information helpful?    Yes No



Tags
flash chat, flash chat client, flash chat room, flash chat script

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:15 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.