Search found 464 matches

by appels
04 Jul 2011, 12:33
Forum: SFS2X Questions
Topic: How can I send message from server to all users?
Replies: 10
Views: 17936

this.send("SpawnMe", data, userList);
You don't need a sender.
by appels
20 Jun 2011, 14:43
Forum: SFS2X C# API
Topic: Checks
Replies: 1
Views: 4247

Thats a vague question, you can send anything you need or want.
Send your info to the extension and then create a query from the received info to check in the database.
Same thing for the response to the client.
by appels
17 Jun 2011, 07:01
Forum: SFS2X C# API
Topic: Unity Web Project / Working on MAC
Replies: 3
Views: 6876

i think the plugin works in the webplayer because it's an assembly.
by appels
25 May 2011, 08:54
Forum: SFS2X Questions
Topic: cant run SFS2x on vps server
Replies: 9
Views: 11455

if that ip address isn't an rfc 1918 address, then it's probably your public addres but thats impossible for us to know.
by appels
25 May 2011, 07:10
Forum: SFS2X C# API
Topic: Need some help getting started with Unity
Replies: 1
Views: 3998

Where you donwloaded the demo you can also download a PDF which explains the complete process.
by appels
23 May 2011, 07:50
Forum: SFS2X Questions
Topic: Create Room dinamic
Replies: 2
Views: 5400

Look in the 'SFSApi' section in the documentation and search for CreateRoom. Basicly create a room in your zone extension and attach the room extension throught the room settings you add to the new room.
by appels
22 May 2011, 17:11
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

i'm a big noob when it comes to encryption but making it possible to decrypt a password seems like an open door to hacking to me. Which would be an even bigger flaw in the design. But i'm sure Lapo can chime in with more a more technical explanaition. And indeed the way i explained before might also...
by appels
22 May 2011, 14:41
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

I don't know the specifics on how the command works or what it supports but using MD5 works fine that way i explained.
by appels
22 May 2011, 14:26
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

which encryption scheme are you using ?
by appels
22 May 2011, 14:05
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

I also have hashed passwords in my database, send the hash to SFS, use the command to compare the hash against the hash in the database.
by appels
22 May 2011, 13:57
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

1. it does work since i'm using it.
2. checkSecurePassword was created to do just that what you are saying.
Compare the encrypted password received from the client against a password.
by appels
22 May 2011, 13:31
Forum: SFS2X Questions
Topic: Why is the password not decrypting correctly?
Replies: 14
Views: 17828

you can't decrypt the password, it's one way. You should use 'checkSecurePassword' to validate the received password
by appels
22 May 2011, 10:25
Forum: SFS2X Questions
Topic: Zone extension to Romm Extension
Replies: 5
Views: 7409

public function ExtensionRequest(extCmd:String, params:ISFSObject = null, room:Room = null, useUDP:Boolean = false) When you look at the command in the docs you will see that there is a optional 'Room' variable : room:Room (default = null) — If null, the specified command is sent to the current Zo...
by appels
22 May 2011, 09:35
Forum: SFS2X Questions
Topic: Zone extension to Romm Extension
Replies: 5
Views: 7409

Do you send your extension commands to the zone or the room ?

Go to advanced search