|
|||
|
Our website is coded in PHP with a MySQL database. We want users to log in to our site as usual, click on a link to the chat and enter a chat room based on a course they are enrolled in.
We want their username in the chat to automatically be the same as their username for our site and we want them to go to a particular chat room based on an integer which represents their course. Are these two things possible without custom programming on your part? For example, are there parameters that we can set with html/javascript for username and a chat "channel" We also need transcripts of previous chats to be viewable by chat admins or moderators. Is this possible without custom programming as well? We will be hosting this chat on our server. Thank you. |
|
|||
|
Hi,there
We can supply a seamless integration to you. After integration,your users could access chat by clicking the button/link to chat after login. No login again! And we use init_room to control which room you will access. For details,you may check here:http://www.123flashchat.com/index.php?page=database And when you say "transcripts",do you mean history? You may set the history path here in <123flashchat install path>/server/etc/deafult/server.xml .Two relevant lines are" <public-message-path enable="On">..\client\message</public-message-path>" and " <private-message-path enable="Off">..\client\message</private-message-path>". Does that above help to you? Please feel free to inquire us here or in live chat demo. ![]() |
|
|||
|
Thank you, that was helpful.
I have installed the demo and so far it seems to be just what we are looking for. I am a little confused about your instructions for saving chat history. I do not see a directory called 'default' in /server/etc/ I do see fcserver.xml in the /server/etc/ directory. Is that the correct file? What I want to do is save all of the chat history for at least 24 weeks. Is this possible with the steps you described? I can write a script to parse the files myself if necessary, as long as we can save the messages. Are there chkconfig start scripts for 123flashchat for redhat Do you have any documentation on running the chat through apache's mod_proxy? Thanks for your help. Last edited by vtrim; 12-19-2008 at 08:04 PM. |
|
|||
|
The folder should be "<123flashchat install path>/server/etc/deafult/groups/server.xml",I guess the admin has made it by mistake.
And regarding how to auto start 123flahshchat,there is an introduction in user manual: " 7. How to auto start chat server after rebooting your server? It can be done following the steps below: Step 1: Modify “fcserver.sh”, find the FCSERVER_HOME section, and configure the directory of “fcserver.sh”. For example, if you uncompress the 123flashchatserver.tar.gz into /usr/local/123flashchat, make sure “fcserver.sh” is in the directory of /usr/local/123flashchat, then remove the “#” before the two rows below in “fcserver.sh”: FCSERVER_HOME=/usr/local/123flashchat/server export FCSERVER_HOME Step 2: Modify /etc/rc.local file, add one row: /usr/local/123flashchat/server/fserver.sh Just replace “/usr/local/123flashchat/ “ with your FCSERVER_HOME value. " And I don't quite understand your last question. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|