Search found 39 matches

by zkidkid
18 Jul 2012, 17:58
Forum: SFS2X Questions
Topic: Where To Download SFS2X 2.0.0 RC3
Replies: 1
Views: 3734

Where To Download SFS2X 2.0.0 RC3

Hi, My last project is developed in this version. Now I deploy in a server which install current version (SFS2x 2.0.1) then some error occurs. Example: the login event passing from server to client wouldn't parse to ISFSObject. So I need to help to download version of SFS2X 2.0.0 RC3 (for linux 32 &...
by zkidkid
10 Jun 2012, 16:16
Forum: SFS2X ActionScript 3 API
Topic: Create Game with SFSGameSetting && Password
Replies: 3
Views: 7384

Re: Create Game with SFSGameSetting && Password

Hi Rjgtav, I has updated to current SFS2X and I found some problem: 1. At client I create SFSGame with the code: var settings:SFSGameSettings = new SFSGameSettings(GameVariable.GetInstance().UserInfo.name + "Room" + roomNo); settings.maxUsers = 4; settings.groupId = groupId; if(pass != nul...
by zkidkid
10 Jun 2012, 14:33
Forum: SFS2X ActionScript 3 API
Topic: Create Game with SFSGameSetting && Password
Replies: 3
Views: 7384

Create Game with SFSGameSetting && Password

Hi,

I create game from client with SFSGameSetting & set password to it but the others still receive Room object with empty password.
I am using SFS2X RC3, Do I need to update it ?

Thanks.
by zkidkid
17 May 2012, 17:44
Forum: SFS2X Questions
Topic: About SFSBuddy & SFSGameAPI
Replies: 2
Views: 4664

About SFSBuddy & SFSGameAPI

Hi I read document and see some advance future in SFSBuddy API & SFSGame API it would be more convenience for me. Thanks for these features. Now I want to make something more clear. 1. In case user X want to have a quick match then at client we could do: sfs.send(new QuickJoinGameRequest(exp, [&...
by zkidkid
16 May 2012, 10:58
Forum: SFS2X Questions
Topic: How to replace sfs db to my db.
Replies: 1
Views: 3598

How to replace sfs db to my db.

Hi,

I have tried to search but found nothing.
But it's not available more.

Currently I want to cache the Buddy List, and maybe anything SFS2X would save.

Thanks.
by zkidkid
09 May 2012, 14:40
Forum: SFS2X Questions
Topic: [SFS Event] Some Event From Server
Replies: 1
Views: 4007

[SFS Event] Some Event From Server

Hi, I am reading sfs2x document, and have something which I would like to make it more clearly. For setUserVariables, public void setUserVariables(User owner, java.util.List<UserVariable> variables, boolean fireClientEvent, boolean fireServerEvent) Set User Variables. Only variables that change are ...
by zkidkid
28 Apr 2012, 14:08
Forum: SFS2X Questions
Topic: Why not C++?
Replies: 9
Views: 12006

Re: Why not C++?

Hi,

I think you could use your C++ code at serverside by using swig http://www.swig.org/

Your code would :

Client -> Server Side Java Code (using SmartFox) -> Access C++ (using swig).

Let me know if it help you. Cause I just use Swig for calling C via PHP.

Regards.
by zkidkid
25 Apr 2012, 16:18
Forum: SFS2X Questions
Topic: Room Event and Server Architect Design
Replies: 1
Views: 3724

Room Event and Server Architect Design

Hi All, I want to make a Card Game using sfs2x I have just made a architect design for server code. All I want is separate to two part : SFS2x and server code. it mean if I want to change sfs2x to sfs or whatever my server code would easy to reuse. Please take a look at it: http://zkidkid.info/img/s...
by zkidkid
27 Oct 2011, 16:44
Forum: SFS2X Questions
Topic: Warning With DefaultPlayerIDGenerator
Replies: 2
Views: 5270

Warning With DefaultPlayerIDGenerator

Hi, It's error when a user join the room. 00:47:19,723 WARN [pool-1-thread-2] util.DefaultPlayerIdGenerator - No player slot found in [ Room: table111, Id: 4, Group: default, isGame: true ] Room is created dynamic. SFS2X RC3 ( no liecense). Please tell me what should I do. Thanks.
by zkidkid
15 Oct 2011, 01:10
Forum: SFS2X Questions
Topic: Connect Fail + Security sandbox violation
Replies: 4
Views: 8586

Please check the example: http://109.123.110.162:8080/examples/Flash-Connector/ I has changed the sfs-config.xml so that it could point to 109.123.110.162 You could look at the netstat & ufw status to see that the port 9933 is ok. But I don't know why the Flash-Connector throw the error: --> Con...
by zkidkid
15 Oct 2011, 00:31
Forum: SFS2X Questions
Topic: Connect Fail + Security sandbox violation
Replies: 4
Views: 8586

Hi, I think the problem is in port 9933. I am using ubuntu x64. The client side config file is ok. Could someone tell me how to check whether 9933 port is alright ? I am using ufw for firewall. It's ufw status: root@vps:~/SFS2X-RC1b/SFS2X/config# ufw status Status: active To Action From -- ------ --...
by zkidkid
12 Oct 2011, 19:35
Forum: SFS2X Questions
Topic: Connect Fail + Security sandbox violation
Replies: 4
Views: 8586

Connect Fail + Security sandbox violation

Hi, I just install SFS2X server on Ubuntu for testing. After work around the remote admin has work fine. But the login connect fail. Here is the error: ## SocketError: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2031: Socket Error. URL: ip&quo...
by zkidkid
09 Oct 2011, 14:55
Forum: SFS2X Questions
Topic: Install SFSPro 1.6.6 & SFS2x Rc3 in same server
Replies: 5
Views: 7467

bax wrote:Default username/password is sfsadmin, not default.
If you still can't connect, you should check the server-side log for possible errors.


Hi, Default password mean sfsadmin here.
I has checked the server-side log.
I don't see any error.
by zkidkid
09 Oct 2011, 14:51
Forum: SFS2X Questions
Topic: CentOS + SFS2X Connection Fail
Replies: 1
Views: 4025

CentOS + SFS2X Connection Fail

Hi,

I have installed SFS2X into a CentOS (VPS at Godaddy).
I have started it ( using ssh), and all go right.

But when I use Admin Tool (via ip:8080/admin) it tell
"Unable To connect to ip:9933.

What should I do now ?
by zkidkid
26 Sep 2011, 13:11
Forum: SFS2X Questions
Topic: Install SFSPro 1.6.6 & SFS2x Rc3 in same server
Replies: 5
Views: 7467

Hi, Thanks for your recommend, I have changed the default port from 8080 to 8181 in config/jetty.xml and then I start the server and connect to : x.x.x.x:8181 than It work ok. But when I use admin to connect, it don't work. Host: x.x.x.x Port: 9944 User: default pass: default What should I do ?

Go to advanced search