Search found 464 matches

by appels
17 Jan 2012, 18:15
Forum: SFS2X Questions
Topic: [UNSOLVED]Help
Replies: 4
Views: 7948

You might wan't to specify what client platform your on and give some more info. It could be server or client side problem.
by appels
13 Jan 2012, 15:49
Forum: SFS2X Questions
Topic: running SFS from memory stick
Replies: 2
Views: 4724

Try it, i don't think many people tried it before you.
by appels
13 Jan 2012, 15:48
Forum: SFS2X Questions
Topic: uninstall server
Replies: 6
Views: 9712

If you installed as a service maybe you need to disable the service and reboot.
by appels
11 Jan 2012, 00:11
Forum: SFS2X C# API
Topic: Beginner Video Tutorials
Replies: 14
Views: 23788

I briefly watched and listened and the quality is great.
Keep it up, it's allways nice to be able to fall back to a video :)
by appels
11 Jan 2012, 00:06
Forum: SFS2X C# API
Topic: SmartFox.LoadConfig method working?
Replies: 11
Views: 18080

Like Thomas mentioned, it will be changed in the next release.
by appels
11 Jan 2012, 00:05
Forum: SFS2X Questions
Topic: sfs2x standalone window dims
Replies: 2
Views: 4938

You need to change the settings in your command prompt window, this has nothing to do with SFS.
by appels
10 Jan 2012, 14:52
Forum: SFS2X Questions
Topic: SFS2X Final Release?
Replies: 10
Views: 10558

Any exiting features we don't know about yet ?
by appels
10 Jan 2012, 14:50
Forum: SFS2X Questions
Topic: Cannot connect to sfs2x due to local firewall
Replies: 2
Views: 5379

You should be talking to McAffee since it's on the user side for outgoing connections. Even Bluebox won't help you there.
Also opening port 9933 on the user end doesn't do anything since the connection is initiated from high (1024-*) ports.
by appels
07 Jan 2012, 07:03
Forum: SFS2X C# API
Topic: SmartFox.LoadConfig method working?
Replies: 11
Views: 18080

trying to load a config file in unity

In Unity or SFS ?
by appels
01 Jan 2012, 23:03
Forum: SFS2X C# API
Topic: Happy new year to you all
Replies: 2
Views: 5188

Best wishes :)
by appels
09 Nov 2011, 11:12
Forum: SFS2X C# API
Topic: Sending data without login?
Replies: 4
Views: 9674

The client needs to be logged in to send data so you need to create a zone whithout login for that.
You can write a logic that your client connects to that zone first, send the data and then disconnects and connects to the zone with login.
I did the same for a user registration.
by appels
08 Nov 2011, 00:51
Forum: SFS2X C# API
Topic: wrong password for user on custom login
Replies: 10
Views: 19072

This is my login extension i use for testing. package net.edje.projects.sfsExtension; import com.smartfoxserver.bitswarm.sessions.ISession; import com.smartfoxserver.v2.core.ISFSEvent; import com.smartfoxserver.v2.core.SFSEventParam; import com.smartfoxserver.v2.exceptions.SFSErrorCode; import com.s...
by appels
07 Nov 2011, 21:10
Forum: SFS2X C# API
Topic: wrong password for user on custom login
Replies: 10
Views: 19072

The password is a one way encrypted hash so you can't reverse it, thats why you need to use the password check command on the server. All you can trace out is if that command succeeded or not. The code looks good. But the fact that it works on local but not remotely still makes me think that it's no...
by appels
07 Nov 2011, 08:01
Forum: SFS2X C# API
Topic: wrong password for user on custom login
Replies: 10
Views: 19072

It can't, you must be overlooking something.
How do you validate your password in the extension, can you post some code. It would be easier for us to see if there is a problem.
I'm using custom login without any problem.
by appels
06 Nov 2011, 09:52
Forum: SFS2X C# API
Topic: wrong password for user on custom login
Replies: 10
Views: 19072

Unable to connect, as no valid crossdomain policy was found

http://www.smartfoxserver.com/forums/viewtopic.php?t=8878

Go to advanced search