Search found 77 matches

by Democre
12 Apr 2011, 17:49
Forum: SFS2X Questions
Topic: How to get the "minPlayersToStartGame" value?
Replies: 4
Views: 7248

It doesn't look like that is an exposed property. Maybe you could set your own room variable and use room.getVariable("...").getIntValue().
by Democre
12 Apr 2011, 17:42
Forum: SFS2X Questions
Topic: Login problems
Replies: 4
Views: 7677

The checkSecurePassword() which takes the session, the password from db, and hashed password from client, is the only way to check that the hash received from the client is expected for the one in your database. In your case you would need something like ... IDBManager dbManager = getParentExtension...
by Democre
12 Apr 2011, 17:28
Forum: SFS2X Questions
Topic: Imagemagick
Replies: 4
Views: 7146

I googled "java merge two pictures", and got some good hits. Without knowing the effect you're trying to do, I can't do any more than that for ya, sorry.

Good luck!
by Democre
12 Apr 2011, 15:50
Forum: SFS2X Questions
Topic: User: sfsadmin is already logged in Zone: --=={{{ AdminZone
Replies: 6
Views: 8573

I don't think there is. What I've done is created 2 admin accounts under Server Configurator->Remote admin. If I accidentally leave one logged in, I can use the other. I also am now in the habit of explicitly disconnecting from in the admin tool rather than just closing the browser tab. Feature requ...
by Democre
12 Apr 2011, 15:40
Forum: SFS2X Questions
Topic: Imagemagick
Replies: 4
Views: 7146

There's always a way :wink: I would think though that this is a dangerous approach. How many users could possibly use the system at the same time? How many could possibly issue the ImageMagick spawning commands at the same time? Can ImageMagick be made to be headless (no display, no keyboard and mou...
by Democre
12 Apr 2011, 15:26
Forum: SFS2X Questions
Topic: how could i use http connection instead of socket connection
Replies: 2
Views: 4779

The protocol for communication between client and server is not http, so a client will not communicate with the server using http and the SFS client libraries. You can have servlets (using embedded Jetty) talk to the SFS. In this case you could set up a http based client to talk to SFS. I believe th...
by Democre
11 Apr 2011, 22:53
Forum: SFS2X Questions
Topic: executeQuery
Replies: 8
Views: 12197

I too use an alternative (Groovy) but just thought they'd like to know that their method is still borked.
by Democre
11 Apr 2011, 22:39
Forum: SFS2X Questions
Topic: how to Debug Server Side with Eclipse on Mac
Replies: 2
Views: 5713

I would "Show package contents" of SFS2X.app and edit Content/Resources/script to add the jvm -X options mentioned in your first link. I do not know if this changes it also for the service (I suspect it does), I only ever run the standalone on my mac. The port that you use in the address p...
by Democre
11 Apr 2011, 21:50
Forum: SFS2X Questions
Topic: SFS2X - Error sending byte array
Replies: 23
Views: 39294

I would check for any conflicts between those and what are deployed under the server lib. I would also try to move as much of that to either the server/lib directory or the extensions/_lib_ directory. You don't want all of that redeploying or grabbing new classloaders on every room or zone instantia...
by Democre
11 Apr 2011, 21:42
Forum: SFS2X Questions
Topic: Amazon EC2 and SFS2X
Replies: 15
Views: 20535

We are also running on a micro Ubuntu EC2 instance. No problems other than trying to run profilers across the pipes. But that's to be expected.

We are not using an elastic IP yet, though. Our license file is for the instance's IP.
by Democre
08 Apr 2011, 18:44
Forum: SFS2X Questions
Topic: executeQuery
Replies: 8
Views: 12197

executeUpdate(String, Object[]) is still broken in RC2a. It gives the same errors as above.
by Democre
07 Apr 2011, 15:20
Forum: SFS2X Questions
Topic: something messed up with custom params and passwords login
Replies: 14
Views: 21817

I think rav is being sensationalist. Is this system totally 100% secure? No. Nothing is. Is it secure to reasonable and usual expectations? Yes and then some. I'm sure there are banking systems that use this system or a derivative. They are not games, sure, but they do use real money. Why are people...
by Democre
06 Apr 2011, 18:15
Forum: SFS2X ActionScript 3 API
Topic: com.smartfoxserver.v2.entities.variables is missing??
Replies: 2
Views: 5765

Maybe your import is wrong?
instead of:

Code: Select all

import com.smartfoxserver.v2.entities.variables;

try

Code: Select all

import com.smartfoxserver.v2.entities.variables.*;
by Democre
06 Apr 2011, 09:04
Forum: Job offers and requests
Topic: Large Job
Replies: 8
Views: 12948

bowersbros wrote:Just to ask, if the PHP hasn't been done yet, is it worth using SFS?

For the idea that you have listed above, in particular the "real time theme", yes.
by Democre
06 Apr 2011, 02:38
Forum: Job offers and requests
Topic: Large Job
Replies: 8
Views: 12948

Sorry to bring confusion. Smartfox is a server with several libraries with which to access it, AS client library being one of them. The Smartfox Server (SFS) is a message based server solution that provides a lot of infrastructure for small to large scalable multiplayer games. Among the infrastructu...

Go to advanced search