Search found 77 matches

by corwin
15 Sep 2009, 12:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Hidden variables
Replies: 2
Views: 4227

Yes, it is just what i need, thanks. :)
by corwin
14 Sep 2009, 11:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Hidden variables
Replies: 2
Views: 4227

Hidden variables

Hi again. My goal this time is to create hidden variable per user, which can be read only from the server. I tried to do this using the user variables and limbo room, but the user can sniff the data sent and the user object is there, where are attached all user variables. The obvious way is to do th...
by corwin
10 Sep 2009, 13:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BadWords support
Replies: 1
Views: 3444

BadWords support

Hi again.
The question this time is if there is support for arabic, cyrillic and so on bad words filter?
by corwin
10 Sep 2009, 10:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

Currently I am trying to get the banned user list. I see there are classes BannedUser and BanUserTask, but can't see any documentation and getter anywhere. Is this intended?
by corwin
10 Sep 2009, 10:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

1.6.6
by corwin
10 Sep 2009, 09:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

Yes, I am absolutely sure. I am just refreshing the page with the same username after being banned and for the test i am using everywhere lower case usernames with no special characters. Here is my code with some noise around it: if (md5(secretPhrase.toString()).equals(passed...
by corwin
10 Sep 2009, 09:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

No, I am not trying to kick the user from the admin tool, but to ban him. When ban him even from the admin tool, he is shown at the banned list, but after the initial kick, he is able to login again, and he is even shown both in the banned users list and as logged in room. The banishment removal tim...
by corwin
10 Sep 2009, 07:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

_server.banUser(userToBan, 5, "You are being banned in 5 seconds!", _server.BAN_BY_NAME);

userToBan is the user object.
by corwin
09 Sep 2009, 15:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections per second
Replies: 6
Views: 6933

I currently have no question, just was trying to explain, that you are right and the problem is not in the connection speed. :)
But why do you think that the two statistics should not match? The of course won't match exactly but should be very close...
by corwin
09 Sep 2009, 15:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanByName
Replies: 14
Views: 17006

BanByName

Hi, I have written an ActionScript extension, which bans by name/ip. When I try to ban by name, the user is kicked, but when try to login again he relogs without a problem. They are shown as banned into the admin tool. Same happens when try to ban from there - they are being kicked, but relog again ...
by corwin
09 Sep 2009, 11:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections per second
Replies: 6
Views: 6933

Yes, after some more tests, I also think that the problem is not in the connection speed. We test the following way: 1. We have a dedicated server with 8cpus and 24G ram, where the smartfox server runs. 2. We put a simple flash in all our pages, which just connects to the smartfox server and logins ...
by corwin
06 Sep 2009, 10:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections per second
Replies: 6
Views: 6933

Hm, this is strange. When we tested, we had about 50mbit free bandwidth and we were creating about 10-15 connections per second, but we were using the default server configuration. Can you give mi a hint if there is a configuration option connected with that, and eventually how did you make those te...
by corwin
04 Sep 2009, 14:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections per second
Replies: 6
Views: 6933

Connections per second

Hi, I noticed in the benchmarks sections that the connection creation speed is 10 connections per second.
Is it possible to increase that speed with a option and do you know what is the eventual maximum speed possible?
by corwin
24 Aug 2009, 12:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Automatically delete empty room
Replies: 2
Views: 4539

viewtopic.php?t=1672&view=previous

I guess the answer is that only game rooms are automatically destroyed after all users leave...
by corwin
24 Aug 2009, 09:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Automatically delete empty room
Replies: 2
Views: 4539

Automatically delete empty room

Hi, I couldn't find in the docs if is possible to set up dynamically created rooms to be deleted automatically when all users leave the room - they are deleted when users log out.
Is that possible without server side extension?

Go to advanced search