View Single Post
  #7 (permalink)  
Old 12-04-2003, 07:49 AM
dhunt dhunt is offline
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default Re:Connection Failes

Quote:
Originally Posted by topcmm
your client.xml have an error:
http://colwest.com/client.xml

<loadRootPath value="http://colwest.com/">
should be
<loadRootPath value="http://colwest.com/" />

don't forget the "/" in the end of xml row
No Go.

Here is my client.xml
<?xml version="1.0" encoding="UTF-8"?>
<FCClient>

<!--
123 Flash Chat Client Confiugation - Version 1.3

Note: After modifying this configuration file, please open it in a browser to test.
If syntax error pop up, please configure it again before launching the chat room.-->


<!-- host
If your chat room will be open on internet or in your intranet,
please change the host value, it could be the host name or ip address.
The ip address must be that of the server which host your chat server.
The host name must direct to the IP address of the server which host your chat room. eg.:Ecommerce Web Site Hosting by YourHost.com ,
Don't put it in url format like Ecommerce Web Site Hosting by YourHost.com, neither in this format Ecommerce Web Site Hosting by YourHost.com.
-->
<host value="colwest.com" />


<!-- The port used to connect to the server must coordinate with that of your server.
It must be between 1024 and 65535.
And please make sure that the firewall of your server or client allow the tcp visit from this port.
Default port: 51127 -->
<port value="51127" />


<!-- logoImage
Customize your logo image. It could be a swf file or jpg.
The "left and top" defines the position of the logo and you could adjust it to a right place.-->
<logoImage value="logo.swf" left="12" top="8" />


<!-- homeUrl
Set the url of your home page. When clicking the button in the index page, this page will pop up in a new window of your browser.-->
<homeUrl value="http://www.colwest.com" />

<!-- helpUrl
The url of the help file of your flash client software. When clicking the button in the index page, this page will pop up in a new window of your browser.-->
<helpUrl value="help/index.html" />

<!-- registerUrl
This parameter doesn't take effect unless you're authorizing users by other databases.
You don't have to configure it unless it's necessary.-->
<registerUrl value="" />

<!-- monitorNewConnectAlert
It could be set to "true" or "false"
"true" means in monitoring, play a sound when new user connect the chat server.
"false" means in monitoring.it won't play any sound. -->
<monitorNewConnectAlert value="true" />


<!-- enterRoomAlert
It could be set to "true" or "false"
"true" means in monitoring, play a sound when new user enter the same room with you.
"false" means in monitoring, it won't play any sound.-->
<enterRoomAlert value="true" />

<!-- copyright
set your company copyright infomation -->
<copyright value="Copyright 2003 I70West. All Rights Reserved." />

<!-- loadRootPath
Define the directory where you've located the language pack and skin pack. normally you just leave it blank.
But if you put them on another server, please set it to http://url/
eg: Flash Chat Software, Online Webcam Chat Scripts, Video / Audio Chat, Java Chat, Messenger Software, Live Help Chat, Online Chat Software
Don't forget the "/" at the end. -->
<loadRootPath value="c:/colwest.com/" />

<!-- language
Choose language pack from our collection. In version 1.3, we offer you following packs:
1) en - English Language Pack (default)
2) cn - Simple Chinese language Pack
3) big5 - Tranditional Chinese language Pack
4) nl - Dutch language Pack
5) fr - French Language Pack
6) jp - Japanese Language Pack
7) es - Spanish Language Pack
de - German Language Pack
9) it - Italian Language Pack
10)hu - Hungarian Language Pack
Note: the language file is located under <loadRootPath>/lang/
-->
<language value="en" />

<!-- skin
we offer following skins:
1) standard - Aqua blue skin. scalable vector skin.
2) beige - Aqua beige skin. scalable vector skin.
3) angel - Black metallic bitmap skin. kinda cool.
4) hawaii - Aqua black skin. scalable vector skin.
4) classic - Blue bitmap skin.
-->
<skin value="standard" />

<!-- profileUrl
Normally you just leave it blank.
But if you have your own user database and already integrated in the chat system,
and you want the user profile page be linked with the chat room,
you can set the url address of chat member profile here.
By activating a user from user list at the right side, his or her name will display at the top bar.
When clicking this username at the top bar, you'll be directed to this page in a new browser window.
eg: http://yourwebsite/profile.php?user=%USER%
-->
<profileUrl value="" />
</FCClient>