Search found 31 matches

by Rohit Sharma
07 Nov 2012, 06:12
Forum: Job offers and requests
Topic: Games for sale?
Replies: 2
Views: 7266

Re: Games for sale?

Hi,

We have couple of flash online games with smartfox server as backend technology.
Can I have your email-id, where I can send you the details?

Thanks,
Rohit
by Rohit Sharma
22 Mar 2011, 10:27
Forum: The Gallery
Topic: [Beta] Alphabetem - a multiplayer word search game
Replies: 1
Views: 10395

[Beta] Alphabetem - a multiplayer word search game

Happy and proud to announce ALPHABETEM, a multiplayer word search game on facebook. Play against time or Play against another user.

http://apps.facebook.com/alphabetem

And please dont forget to provide your feedback.
by Rohit Sharma
21 Dec 2010, 11:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about creating Zones?
Replies: 1
Views: 4005

Question about creating Zones?

Hi, I am facing a dilemma in creating one zone and too many rooms or different zones with limited number of rooms. In my application, I have the following scenario :- i) There is a world view which consists of 150 cities. ii) Each city has 18 game rooms where users can come and play the game.The roo...
by Rohit Sharma
24 Jun 2010, 05:22
Forum: Job offers and requests
Topic: Dislike Button
Replies: 2
Views: 6173

Dislike Button

Hi All, I tried looking for it on this forum but could not find one. From past few weeks, couple of posts have been posted on this forum citing job opportunities in different fields which are nowhere related to this forum like tele centre calling, data operator etc. These posts certainly demeans the...
by Rohit Sharma
19 Apr 2010, 09:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Room Delete issue with 1.6.7 api
Replies: 2
Views: 5130

Room Delete issue with 1.6.7 api

Hi, When a user is in a game room, he does not get a roomdelete event when another game room gets deleted. Now if the user comes back to lobby, his client side room list will still have the deleted room. To overcome this issue, I started calling getRoomList() whenever I come back to lobby to get lat...
by Rohit Sharma
03 Dec 2009, 12:17
Forum: Server Side Extension Development
Topic: Issue with modifying room variables in java extension
Replies: 2
Views: 4777

Issue with modifying room variables in java extension

Hi, I am facing this issue while modifying room variables in my java extension :- i) I have a set of variables which I first set while the room is being created. ii) In between I am trying to modify one of the variable "tt" as follows :- Hashmap vars = room.getVariables(); vars.put ("...
by Rohit Sharma
15 Nov 2009, 08:51
Forum: Server Side Extension Development
Topic: Error handling while calling _server.joinRoom()
Replies: 2
Views: 5203

Hello all,

Please provide some clue to the above mentioned issue.

Thanks,
by Rohit Sharma
11 Nov 2009, 06:43
Forum: Server Side Extension Development
Topic: Error handling while calling _server.joinRoom()
Replies: 2
Views: 5203

Error handling while calling _server.joinRoom()

Hi, In my application, the join room procedure consists of sending a add_user message to server and then, after few checks I call _server.joinroom(). i) The AS1 api says that the result of _server.joinroom() is a boolean. If the process fails and the boolean result is false, will the client get an o...
by Rohit Sharma
09 Nov 2009, 11:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Adding custom code in SFS client side API
Replies: 1
Views: 3790

Adding custom code in SFS client side API

Hi, Inside onUserLeaveRoom event currently we only receive userName, userId and roomId. Since its a client side code and we dont need to interact with server, is there a reason for not sending the complete user object? In my application, I am performing some action on user leaving which depends on u...
by Rohit Sharma
23 Oct 2009, 09:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User coming null in onUserVariablesUpdate event
Replies: 7
Views: 9522

Hi Lapo, Thanks for the clarification. The link that you mentioned above for SFS patch 1.6.7 contains the older client side API's which gives SFS version 1.5.9 and not the one which you provided in your last reply. Probably, that was the reason the problem did not resolve. I have integrated the new ...
by Rohit Sharma
22 Oct 2009, 14:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User coming null in onUserVariablesUpdate event
Replies: 7
Views: 9522

Hi Lapo,

I put it the wrong way. Sorry for that. I was infact talking about the SFS code in SysHandler.as that is written to handle the onRoomListUpdate. Inside the code the first thing that is done is clearRoomList().
I hope that makes it clear.

Thanks,
by Rohit Sharma
20 Oct 2009, 10:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User coming null in onUserVariablesUpdate event
Replies: 7
Views: 9522

Hi Lapo, The problem still persists despite switching to SFS version 1.6.7. I guess the problem is due to the following reason :- i) At every onroomlistupdate we first clear the earlier room list. ii) Then the roomlist array is populated with data for each room. iii) Now if a user variable update co...
by Rohit Sharma
05 Oct 2009, 06:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User coming null in onUserVariablesUpdate event
Replies: 7
Views: 9522

User coming null in onUserVariablesUpdate event

Hi, We are facing a random problem where the user object is coming null while we are capturing the onUserVariablesUpdate event. i) The version used is 1.6.6. ii) The error comes at random times but the occurence is always when I come out of a game room to the lobby which is a non-game room. iii) The...
by Rohit Sharma
29 Sep 2009, 05:45
Forum: Features Wish List
Topic: Setting server owned room variables from client side
Replies: 0
Views: 5606

Setting server owned room variables from client side

Hi, Currently the room variables set by a client are active only till the client is logged in the zone (when persistent attribute is true). Now, in a game room, we want certain variables to be active till the room is alive. But, there is no direct option for that. Only option that I know is to captu...
by Rohit Sharma
15 Jul 2009, 04:26
Forum: Server Side Extension Development
Topic: Buddy variables across multiple servers
Replies: 3
Views: 5829

Hi Lapo, Yeah, we have written a custom buddyListPersister class which converge to a central database. The problem is coming because we update the data in db only when a user leaves the server. So, even if a buddy is logged in in one server and his buddy variables got changed, we will see old variab...

Go to advanced search