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 10-12-2009, 04:27 AM
Member
 
Join Date: Apr 2008
Posts: 41
Default How to add same chat bot to different room

Q: I've many rooms, and I want to add the same chat bot(maybe 60 pieces of message) to about 100 room, how can I make it?

A: First you need use mysql to store your chat data, you can accord another instruction Storing Chat data in MySQL DB (I), then follow my step below:

1. login mysql, use the comand to use database "flashchat":
use flashchat;

2. You can find a table called "room", the chat bot just stores in one column of room, which is "xml_data"
If you need all the new room has the same chat bot as the first one, example the first room is "Default", room_id=1, you may create a new room called "Test", room_id=12.

3. Go back to the command line of mysql, then you'll find you get a new line in room "room_id=12", now you can copy the data in "Default" to this new room, follow the command below:

update room A,(select xml_data as MA from room where room_id=1) B set A.xml_data=B.MA where A.room_id=12;

4. Restart your chat to make it valid.

Now you can login to admin panel, then find the new room "Test" has the same chat bot as room "Default"
Reply With Quote
  #2 (permalink)  
Old 12-10-2009, 01:43 PM
Junior Member
 
Join Date: Dec 2009
Posts: 1
Default

hi guys is it possible to actually set up and popularise your own chat website or chat messenger and to use yahoo server or google server or aol or jabber or any other messenger service....so tht we cud make money thru ads?....something like meebo...but i dont know if it exactly does tht...
__________________
[url=http://www.cephalexin500mg.net/]Cephalexin antibiotic[/url]
Reply With Quote
Reply

Was this information helpful?    Yes No



Tags
123flashchat, chat bot, chat123

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 11:26 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.