Search found 66 matches

by loki
07 Apr 2015, 00:20
Forum: SFS2X Questions
Topic: Approvement by testlab
Replies: 1
Views: 4611

Approvement by testlab

I'm going to use SFS for real money poker game, but I have doubts whether sfs will be aprroved by source testlab(bmm.com), because sfs is a third party software. Has anyone faced anything like this before? Thanks.
by loki
06 Feb 2015, 23:17
Forum: SFS2X HTML5 / JavaScript API
Topic: html5 putLong data type
Replies: 4
Views: 9015

Re: html5 putLong data type

Thanks Lapo,

You was right, problem was in server version. I didn't noticed that the versions are different.
by loki
05 Feb 2015, 21:39
Forum: SFS2X HTML5 / JavaScript API
Topic: html5 putLong data type
Replies: 4
Views: 9015

Re: html5 putLong data type

When SFS-server run under Windows, command params.getLong("m") works even if the variable "m" is int, but under Linux not (strange thing). But anyway the question is, does it possible to send variable "m" from html5 client like long variable?
by loki
04 Feb 2015, 22:59
Forum: SFS2X HTML5 / JavaScript API
Topic: html5 putLong data type
Replies: 4
Views: 9015

html5 putLong data type

Hello everyone, Faced with a strange problem under Linux, in Windows everyting is fine. var data = { }; data.R = 5; data.m = 5000; new SFS2X.Requests.System.ExtensionRequest("reloadM", data); When I send data from html5 app to java server, server can't read the variables, because server wa...
by loki
08 Oct 2014, 19:40
Forum: SFS2X Questions
Topic: How to find error in Java
Replies: 3
Views: 5659

Re: How to find error in Java

Yes I use database in login class. But if the problem is in database, why then I can't login to sfs admin panel either? If the problem is in database, what will be your recommendations to find this issue? Also when I faced with this error week ago, I looked at CPU usage and it was loaded on 100%. (n...
by loki
08 Oct 2014, 16:02
Forum: SFS2X Questions
Topic: How to find error in Java
Replies: 3
Views: 5659

How to find error in Java

Hello everyone, I have error in my server code, but I can't find it. In sfs logs there is no info about error (I think it's because error happanes in java code, not in sfs). The think is that about 2-3 times in month, server don't allow users to connect, even admin panel don't allow me to connect. T...
by loki
11 Nov 2013, 15:37
Forum: SFS2X Questions
Topic: How to disconnect user on login
Replies: 1
Views: 3971

How to disconnect user on login

Hello, I need to login user, but if some one already using this username disconnect this user, to avoid error: username already in use. I need this, if user playing on Pc, and than trying to make connection from mobile device. I need to disconnect him from PC and login on mobile device with the same...
by loki
25 Oct 2013, 11:30
Forum: SFS2X Questions
Topic: SFS crached
Replies: 5
Views: 7403

Re: SFS crached

I checked the server logs, and didn't find any error. Just from some moment server start recording into logs only this commands Session created/Session removed. Only this info in log files, until server restart. 24 Oct 2013 | 00:16:25,477 | INFO | SocketReader | bitswarm.sessions.DefaultSessionManag...
by loki
25 Oct 2013, 08:34
Forum: SFS2X Questions
Topic: SFS crached
Replies: 5
Views: 7403

Re: SFS crached

Yes, I'm using custome login, but if the problem is with DB, why Admin Tool not working? even if I press restart in Admin tool, nothing happen. I do login this way: Main class public static IDBManager dbManager; public void init() { dbManager = zone.getDBManager(); } login class ISFSArray queryRes =...
by loki
25 Oct 2013, 08:10
Forum: SFS2X Questions
Topic: SFS crached
Replies: 5
Views: 7403

SFS crached

Hello, I have strange problem with SFS server. Users may login, but don't receive any data from Server, looks like server is frozen. The same thing with Admin Tool, I can login, but don't receive any info from server (see attachment). Problem happen quite often, twice a day. What may be the problem?...
by loki
24 Oct 2013, 17:01
Forum: SFS2X Questions
Topic: Every new client in Bluebox after a few hours
Replies: 17
Views: 20281

Re: Every new client in Bluebox after a few hours

I have the same problem. Did you found the solution to fix this issue? :|
by loki
26 May 2013, 19:58
Forum: SFS2X Questions
Topic: Bad words filter
Replies: 3
Views: 6053

Re: Bad words filter

Well seems like something is working, but in strange way. All normal text replaced with *, and all bad words not :)

Code: Select all

IWordFilter filter = main.zone.getWordFilter();
message = filter.apply(message).getMessage();


What I'm doing wrong?
by loki
24 May 2013, 14:20
Forum: SFS2X Questions
Topic: Bad words filter
Replies: 3
Views: 6053

Bad words filter

Hello, I'm using ExtensionRequest instead PublicMessage for chat, I have reasons for this. Does it possible to filter String variable for bad words on server side in my case? I attached some code, it is like sample, like I want to use it, but it is not working. String message = params.getUtfString(&...
by loki
16 Jan 2013, 21:57
Forum: The Gallery
Topic: BlackJack eXtreme
Replies: 1
Views: 10001

BlackJack eXtreme

My new application on facebook. Made with SamrtFoxServer2x and Flash

http://apps.facebook.com/new-bjx

Join and play! 8)
by loki
28 Sep 2012, 13:19
Forum: The Gallery
Topic: PokerLeader
Replies: 1
Views: 10305

Re: PokerLeader

Added Blackjack on same poker app

Go to advanced search