Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

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

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2003, 09:39 AM
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default Connection Failes

Connection failed! Maybe your network can't access the server, or the server is under maintenance, please try again later!

I have it installed on a Win2k machine, running Omnipro as a server.

I copied the suggested files onto the server. Edited the xml file.

I have the below code on a chat.html page:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=5,0,0,0" width="634" height="476">
<param name=movie value="123flashchat.swf">
<param name=quality value=high>
<embed src="123flashchat.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/...hockwaveFlash" type="application/x-shockwave-flash" width="634" height="476">
</embed>
</object>

And I get the error. It does run without the server but now with the server.

IT looks real good but just doesn't seem to work with the server. If there is a way to run it as it's own server, I don't see it. And following the instructions won't allow it to run on the server.

Any ideas?

  #2 (permalink)  
Old 12-03-2003, 03:17 PM
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re:Connection Failes

could you give me some detail of your configuration ?

1. did you start the chat server when you're testing in browser ?
to test whether the chat server has been started successfly, just stop the server firstly, then start it in console mode, check the output whether it says "started successfully" or any error messages.

2. what's the url with the chat flash client in your browser ?

3. what the value of host in the client.xml ?
  #3 (permalink)  
Old 12-03-2003, 06:46 PM
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default Re:Connection Failes

Quote:
Originally Posted by Daniel Jiang
could you give me some detail of your configuration ?

1. did you start the chat server when you're testing in browser ?
to test whether the chat server has been started successfly, just stop the server firstly, then start it in console mode, check the output whether it says "started successfully" or any error messages.

2. what's the url with the chat flash client in your browser ?

3. what the value of host in the client.xml ?
Server was started for testing and was online. Works when it's done off the HD and not the Httpd Server.

http://colwest.com/chat.html

the value is http://colwest.com

  #4 (permalink)  
Old 12-04-2003, 02:18 AM
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re:Connection Failes

OK, I checked your chat server is started, but you have to change the host value in client.xml to:
colwest.com
not the
http://colwest.com

and one more thing, you have to copy the skin dir to your web dir(http://colwest.com/skin/) so that the swf can load the skin.
  #5 (permalink)  
Old 12-04-2003, 04:54 AM
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default Re:Connection Failes

Quote:
Originally Posted by Daniel Jiang
OK, I checked your chat server is started, but you have to change the host value in client.xml to:
colwest.com
not the
http://colwest.com

and one more thing, you have to copy the skin dir to your web dir(http://colwest.com/skin/) so that the swf can load the skin.
Okay, that worked kinda.

Now the error reads:
Error to load skin color.xml file

I have the skins directory just below the server root and the necessary files and directories according to the directions.

Still not quite a go.


  #6 (permalink)  
Old 12-04-2003, 08:41 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Connection Failes

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
  #7 (permalink)  
Old 12-04-2003, 08:49 AM
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>
  #8 (permalink)  
Old 12-04-2003, 09:05 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Connection Failes

still error, others can't read your c:/
<loadRootPath value="c:/colwest.com/" />

should be
<loadRootPath value="http://colwest.com/" />
or
just leave this value to blank:
<loadRootPath value="" />



  #9 (permalink)  
Old 12-04-2003, 10:30 AM
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default Re:Connection Failes

Quote:
Originally Posted by topcmm
still error, others can't read your c:/
<loadRootPath value="c:/colwest.com/" />

should be
<loadRootPath value="http://colwest.com/" />
or
just leave this value to blank:
<loadRootPath value="" />



That did it. Thanks a bunch.
Closed Thread

Was this information helpful?    Yes No



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 12:10 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.