Search found 186 matches

by itsmylifesoham
14 May 2013, 17:19
Forum: SFS2X Questions
Topic: SFSZone isActive not working from admin tool
Replies: 4
Views: 6394

Re: SFSZone isActive not working from admin tool

Hi, Attached is a log. *Using openspace 2 flex demo swf for client 1. had one user connected (sohma) 2. set isactive flag to false and submitted. 3. tried connecting another user (did not connect) 14 May 2013 | 22:14:18,462 | INFO | com.smartfoxserver.v2.controllers.ExtensionController-1 | openspace...
by itsmylifesoham
13 May 2013, 10:45
Forum: SFS2X Questions
Topic: SFSZone isActive not working from admin tool
Replies: 4
Views: 6394

SFSZone isActive not working from admin tool

Hello, I am using the openspace 2 demo as a client. Using the latest server 2.6.0 . I wanted to test out the zone monitor module's option to monitor a zone and set the isActive to false. 1. I had a logged in user in that zone 2. i set the isActive flag to false at runtime. 3. User did not get discon...
by itsmylifesoham
22 Apr 2013, 09:08
Forum: OpenSpace v2 discussions and help
Topic: how to make a ladder
Replies: 2
Views: 11440

Re: how to make a ladder

Thanks a lot! :)
by itsmylifesoham
19 Apr 2013, 05:26
Forum: OpenSpace v2 discussions and help
Topic: how to make a ladder
Replies: 2
Views: 11440

how to make a ladder

Hi,

I am new to openspace. I would like to know if i can make ladders in openspace which the avatar can climb and reach tiles that can be accessed only via a vertical ladder.

Thanks
Soham
by itsmylifesoham
18 Apr 2013, 18:39
Forum: Job offers and requests
Topic: Sell SFS 2x License at low cost.
Replies: 3
Views: 12783

Re: Sell SFS 2x License at low cost.

Hi,

I wanted to try out sfs2x and needed a low cost alternative to the actual license as i am an indie developer.
Could you please let me know whats the best you can offer ? :)
email : itsmylifesoham@gmail.com

Thanks
Soham
by itsmylifesoham
24 Aug 2012, 16:54
Forum: SFS2X Questions
Topic: Restarting Smartfox server on new jar
Replies: 13
Views: 16159

Re: Restarting Smartfox server on new jar

are you seeing this - 1. you are live and people are logged into the zone 2. you go to zone monitor and press reload for the zone you uploaded the new extension for. 3. the connected users get logged out ? well i dont think this should be happening, the reload button in the zone monitor is to make t...
by itsmylifesoham
25 Jul 2012, 17:50
Forum: SFS2X Java / Android API
Topic: which api to use?
Replies: 2
Views: 6027

Re: which api to use?

thanks! yea just deployed cannon combat example for android... they use as3 too... thanks :)
by itsmylifesoham
25 Jul 2012, 16:06
Forum: SFS2X Java / Android API
Topic: which api to use?
Replies: 2
Views: 6027

which api to use?

hi, I want to make an app for android platform. However i am doing this app using flex 4.5 and will be deployed for AIR runtime which is installed on the device. Which client API of sfs2x should i be using to develop this app? 1. java,android API ? 2. or the regular as3 API because i am still doing ...
by itsmylifesoham
13 Jul 2012, 13:37
Forum: SFS2X ActionScript 3 API
Topic: MD5 included?
Replies: 3
Views: 7458

Re: MD5 included?

nice! :)
by itsmylifesoham
13 Jul 2012, 08:05
Forum: SFS2X ActionScript 3 API
Topic: MD5 included?
Replies: 3
Views: 7458

Re: MD5 included?

You have to do it yourself. its easy. make sure you have the as3crypto library imported to your project http://code.google.com/p/as3crypto/ import com.hurlant.crypto.hash.HMAC; import com.hurlant.util.Base64; import com.hurlant.util.Hex; import com.hurlant.crypto.Crypto; import com.hurlant.crypto.ha...
by itsmylifesoham
13 Jul 2012, 07:47
Forum: SFS2X Questions
Topic: Restarting Smartfox server on new jar
Replies: 13
Views: 16159

Re: Restarting Smartfox server on new jar

go in the zone configurator in the admin tool. go to the zone extension tab. their is a option AUTO for Reload of the extension. When the server is running and you replace the existing jar with another jar you will not need to restart the server and changes will be reloaded automatically. however AU...
by itsmylifesoham
07 Jul 2012, 16:56
Forum: SFS2X Questions
Topic: Joining a room via custom login handler?
Replies: 3
Views: 6639

Re: Joining a room via custom login handler?

the first time you create a room give it a unique name. when subsequent users login, just use the getroombyname method to get the room object for that unique name you created. then use the getapi().joinroom method to login the new user into that room.
by itsmylifesoham
31 May 2012, 11:20
Forum: SFS2X Questions
Topic: com.smartfoxserver.v2.exceptions.SFSExtensionException:
Replies: 1
Views: 3982

Re: com.smartfoxserver.v2.exceptions.SFSExtensionException:

i think you are sending an extension request without sending the zone login request to log the user into the zone. is this the case?
by itsmylifesoham
12 May 2012, 09:31
Forum: SFS2X Questions
Topic: How to set room extension serverside?
Replies: 9
Views: 11393

Re: How to set room extension serverside?

hi, are you calling the setExtension method on the Room object after it is created? i dont think you can use that method as it might be internal, as mentioned at many places in the docs that those methods for which no description is provided in the online docs are meant for internal usage. from what...
by itsmylifesoham
11 May 2012, 14:32
Forum: SFS2X Questions
Topic: USER_VARIABLES_UPDATE not fired?
Replies: 3
Views: 6096

Re: USER_VARIABLES_UPDATE not fired?

after you send the setvariablesrequest from client can you show the logs that you get?

just send the request and go to the logs folder in ur sfs installation directory and post the latest modified txt file.

Go to advanced search