Search found 18 matches

by amnesya
26 Jan 2008, 16:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: json in roomvars & roomlist
Replies: 5
Views: 8361

is it at leas in the TODO list ?

btw great job.

amnesya
by amnesya
26 Jan 2008, 14:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: json in roomvars & roomlist
Replies: 5
Views: 8361

json in roomvars & roomlist

Hi lads,

is it possible to make the server send all vars to client in json ?

i mean, roomlist and roomvars at the moment arrive in default asxml language.

any chance there is a way to do it in json ?

cheers...

amn.
by amnesya
30 Dec 2007, 01:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: getRoom not detecting deleted vars
Replies: 2
Views: 5014

getRoom not detecting deleted vars

hi, I build up a room and set up some vars serverside. then on connect i make the client join the main room (limbo). the client has a getRoom to this room that is invoked every 5 seconds to detect changes in the rooms property and display in the main menu (changes that i cannot detect using onRoomVa...
by amnesya
27 Dec 2007, 09:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: storing the hashed password serverside to use it later
Replies: 25
Views: 29794

is it safe ?

can someone else access that data ?

or only the server can ?

thanks 4 help
by amnesya
27 Dec 2007, 01:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: storing the hashed password serverside to use it later
Replies: 25
Views: 29794

storing the hashed password serverside to use it later

When I use custom login, where can I retrieve the hashed passwd in the server on later actions ? for example I need to validate the action performed in an extension from that client that logged in regularly before. this is to avoid database connection any time I must validate the client to do import...
by amnesya
20 Dec 2007, 11:00
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

I try reconnection every x seconds after disconnection, and I always get (when the server is on again) the domain policy etc... so it communicates regularly with the server. i think i must be more clear about the problem: in case BB is ON and i'm NOT under proxy: i connect 1° time on socket and it's...
by amnesya
20 Dec 2007, 09:38
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

I cannot see the issue on your example AdvanceCaht because if i restart the server while client is logged in, the client goes on : ** Socket connection failed. Trying BlueBox ** [ Send ]: connect Error opening URL "http://127.0.0.1:8080/BlueBox/HttpBox.do" and it doesn't seem to moove from...
by amnesya
19 Dec 2007, 21:47
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

the api you sent me (thanks by the way) solves the problem of detecting the disconnection (I had already solved the problem before by adding the codeline on line 4421 as you told me) But still got the other problem !!! could you please help me ? all disconnection and reconnection handling is impossi...
by amnesya
19 Dec 2007, 20:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Get Online Users not working on 1.6
Replies: 2
Views: 5641

what an alchoolic I am!!!

thanks man !

that was the problem !
by amnesya
19 Dec 2007, 12:19
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

ok fine, it works now. I can detect disconnection perfectly like before. I still got a problem when the client reconnects (in the same swf) after disconnection. when connection is restarted (without closing swf and reopening it, but inside the same swf), any command like login: sfs.login(zone, nick,...
by amnesya
18 Dec 2007, 23:25
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

SmartFoxClient.as already has that line, on 4441

4441 this.preConnection = false
4442 this.onConnection(false)
by amnesya
18 Dec 2007, 11:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Get Online Users not working on 1.6
Replies: 2
Views: 5641

Get Online Users not working on 1.6

I was using this code to get online players : var conn:XMLSocket = new XMLSocket() conn.onConnect = connected conn.onClose = closed conn.onData = gotData conn.connect(_parent.ip, 9339) function connected(ok){ if (ok) { this.send(request) } } var request:String = '<msg t="sys"><body r="...
by amnesya
18 Dec 2007, 09:53
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

AS 2 OK BLUEBOX is perfectly working ! ----------------- BUT NOW ------------------ if I turn bluebox OFF I have noticed that when my flash client closes connection (by unplugging the DSL cable or by restarting the server) and then the client reconnects, SFS 1.6 does not work properly. When the clie...
by amnesya
18 Dec 2007, 08:41
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

thanks lapo ! I was keeping doin it without because that way I was reading it in the docs. about the BB the issue is the following.... it Simply does not work and it stops over the message : ** Socket connection failed. Trying BlueBox ** [ Send ]: connect Error opening URL "http://xxx.xx.xx.xxx...
by amnesya
17 Dec 2007, 23:31
Forum: BlueBox
Topic: smartConnect not working on sfs 1.6
Replies: 26
Views: 46538

smartConnect not working on sfs 1.6

I now connect this way after having updated to 1.6 on an application fully working on 1.5 version: smartConnect = false; nc.connect(ip, port); then when the client is succesfully connected, I stop the server and when the client looses the connection I still see the output: ** Socket connection faile...

Go to advanced search