Search found 55 matches

by samyphp
21 Jun 2010, 04:36
Forum: Server Side Extension Development
Topic: Reloading Extension problem
Replies: 0
Views: 3205

Reloading Extension problem

Hi Lapo , I got problem on destroying scheduler event when reloading the zone extension. I have used scheduler task to call one function for every 2 seconds. This function sends some information to all users(who are all in the particular zone) . This function handles timer based calculation for room...
by samyphp
20 Apr 2010, 05:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Communication between extension and flash files
Replies: 3
Views: 6270

All the code you written in extension are run only in server side. You can found the traced value in log file in logs folder.

Regards,
Palanisamy
by samyphp
20 Apr 2010, 05:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: problem with smartfox samples
Replies: 2
Views: 4956

hi,
still we need some more information.
post some sample code or explain what u did?

Are you from chennai?

regards,
Palanisamy
by samyphp
28 Mar 2010, 18:00
Forum: Server Side Extension Development
Topic: Performance help needed
Replies: 6
Views: 8548

thanks

thanks for your reply guys :)
by samyphp
26 Mar 2010, 05:28
Forum: Server Side Extension Development
Topic: Performance help needed
Replies: 6
Views: 8548

Performance help needed

Hi lapo, In our 5 sites, the business logic in server side are same. If we create different zone for each site, we also want to create different extension for each zone. then we want to duplicate the server side code whenever we create a new site. Can we keep one single extension for multiple zones....
by samyphp
26 Mar 2010, 04:11
Forum: Server Side Extension Development
Topic: Performance help needed
Replies: 6
Views: 8548

thanks

hi lapo,
thanks for your reply :)
by samyphp
25 Mar 2010, 05:46
Forum: Server Side Extension Development
Topic: server.joinRoom
Replies: 4
Views: 7446

hi sridhar, You can create room dynamically using server side code, var roomObj = {} roomObj.name = "Room name"; roomObj.maxU = 1000 var roomVars = [{name:"wel", val:'welcome to room', priv:false, persistent:true}]; var newRoomObj = _server.createRoom(roomObj, null, true, true,ro...
by samyphp
25 Mar 2010, 05:25
Forum: Server Side Extension Development
Topic: Performance help needed
Replies: 6
Views: 8548

Performance help needed

Hi there, We hosted same multi-player game in 5 different sites. The game was developed using smartfox server. Now we having 5 different game server for 5 sites respectively. Now we planned to put 1 single game server for 5 different sites. In future we will increase the site count. At least 500 use...
by samyphp
25 Nov 2009, 12:20
Forum: Job offers and requests
Topic: I need a flash programmer for completing my game engine.
Replies: 2
Views: 6710

job application

i am interested in joining with you. i am already having experience in Smartfox server. I send you mail.
by samyphp
13 Oct 2009, 15:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: unlimited video chat and text chat
Replies: 1
Views: 3960

unlimited video chat and text chat

Hi there,
i am looking for a video chat server. is this server applicable..? or any suggestion on the video chat server ?

thanks,
Palanisamy
by samyphp
11 Jun 2009, 07:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help in building MMO
Replies: 4
Views: 7156

thanks

thanks for your reply... :)

regards,
Palanisamy
by samyphp
11 Jun 2009, 03:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help in building MMO
Replies: 4
Views: 7156

thanks

thanks for your reply... :)
Its help me lot...can i get any example source code...?

regards,
Palanisamy
by samyphp
10 Jun 2009, 09:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: help needed in client side API
Replies: 3
Views: 5311

help needed in client side API

hi there, i developed a bingo game using smartfox server.... its works fine still yesterday... now its throwing error while joining in a room initially... Internal error: The room list is empty! The client API cannot function properly until the room list is populated. Please consult the documentatio...
by samyphp
10 Jun 2009, 08:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help in building MMO
Replies: 4
Views: 7156

need help in building MMO

Hi there, am decided to develop MMO using Flash, actionscript3 and Smartfox server. am already developed a bingo game using smartfox server. am new to building MMO games. Can i get any tutorials to built MMO's using smartfox and flash..? or can i get any examples...? i want to built a game like this...
by samyphp
17 Apr 2009, 04:27
Forum: Server Side Extension Development
Topic: last insert id
Replies: 4
Views: 7931

last insert id problem

hi falcan,
thanks for your reply...
yeah i set auto increment option for my table...this was the problem for me...
after inserting the record i want to take the last inserted record id (this id was auto-increment id).

Go to advanced search