Search found 22667 matches

by Lapo
22 Aug 2006, 09:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar from user comp
Replies: 1
Views: 4093

How I can transport this file to server side and back? Or that must be array of pixels? The simplest way is to use a server side PHP script to handle the upload directly from Flash (if you use Flash 8 or later) Then, as you suggested, you can store the URL in a user variable With the next SmartFoxS...
by Lapo
22 Aug 2006, 07:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: "Drooped Out-Msg"
Replies: 1
Views: 4354

58 dropped messages is not a high number. If just one or two client connect with a very slow/bad connection they will probably cause such issue. Whenever the server is not able to send data to the clients because of network congestion, it will hold that data in a buffer. If the client is very slow, ...
by Lapo
21 Aug 2006, 16:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Unrecognized Extension problem.
Replies: 12
Views: 17110

It says:
Unrecognized extension name: [ nogomet ]!

because you must use the name of the extension in the sendXtMessage()

The name of the extension is nogometLobby, that's the name you use in the name attribute of the extension tag
by Lapo
21 Aug 2006, 15:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Unrecognized Extension problem.
Replies: 12
Views: 17110

please, post here the portion of your config.xml where the Zone is declared

thanks
by Lapo
21 Aug 2006, 15:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server restarts whenever....
Replies: 12
Views: 16532

Hello, Made a game.. works fine but sometimes during the game we get disconnected (all of us) saying we were innactive. where does it says that? You should inspect the wrapper.log file found (if I am not wrong) in the runAsServer/ folder of your installation directory. Let me know if you find anythi...
by Lapo
21 Aug 2006, 13:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Database Connection to SQL Server 2005
Replies: 4
Views: 8461

This time the error is different, you have a SocketTimeoutException. This means that your database is not reachable. There can be a number of reasons for this: 1. db server is not running 2. db server is firewalled 3. db server runs on the localhost only There's something not entirely clear in your ...
by Lapo
21 Aug 2006, 09:13
Forum: Server Side Extension Development
Topic: Support for AS 3?
Replies: 4
Views: 10478

Hi, there are probably more than one post on this topic :)
We're currently working on AS 3.0 support, we're going to release a beta during September and we plan to publish the final API in October :D

cheers
by Lapo
21 Aug 2006, 05:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Access from web
Replies: 1
Views: 4285

Hi louissi,
I am sorry but this forums provides help for SmartFoxServer not for custom made socket servers :wink:
by Lapo
21 Aug 2006, 05:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Database Connection to SQL Server 2005
Replies: 4
Views: 8461

The problem is that you have removed two mandatory tags of the database configuration:

<UserName> and <Password>

Please add them to the config and the problem will be solved
by Lapo
21 Aug 2006, 05:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Curious Question
Replies: 3
Views: 6332

The license file is bound to an IP address, but this can be changed, if you move the server.
You can request the IP change by contacting us, it doesn't have additional costs
by Lapo
18 Aug 2006, 07:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problems Starting
Replies: 2
Views: 5511

There's probably a problem with your operating system.
What OS is it? What version? kernel version? What are the tech specs of your server machine?

thanks
by Lapo
18 Aug 2006, 07:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: error when in game
Replies: 3
Views: 6735

You're probably sending too much data in too little time. If you're doing a multiplayer game, please remember that you don't have to send a position update every time something changes on screen. With this approach you will consume too much bandwidth. Also this message appears only using the LITE ve...
by Lapo
18 Aug 2006, 07:21
Forum: Server Side Extension Development
Topic: Creating a txt file
Replies: 6
Views: 12134

Add a line feed to the end of each line. The line feed code is "\n"

Code: Select all

str = "Hello\n"
str += "World"


will produce

Hello
World
by Lapo
18 Aug 2006, 07:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Curious Question
Replies: 3
Views: 6332

if you buy a license you will receive a license file.
The file must be copied to a certain folder and the server must be restarted.
You don't have to change anything else.

Go to advanced search