Search found 229 matches

by darnpunk
27 May 2010, 05:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Unable to connect from Ubuntu
Replies: 4
Views: 7057

Been some time since I updated. Yes, after re-compiling with the latest API, it works! :)
by darnpunk
29 Jan 2010, 03:44
Forum: Server Side Extension Development
Topic: Problem sending JSON from sendXtMessage to AbstractExtension
Replies: 21
Views: 29002

I have the same exact issue. I verified the request got sent out but the server-side script just doesn't capture the request for JSON. XML and String works fine. I imported these classes: import net.sf.json.JSON; import net.sf.json.JSONArray; import net.sf.json.JSONObject; And I am using SFS PRO 1.6...
by darnpunk
05 Jan 2010, 11:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Unable to connect from Ubuntu
Replies: 4
Views: 7057

Unable to connect from Ubuntu

Hi there, My users have been reporting that they are not able to connect when they access my game from Linux / Ubuntu systems. I have personally tried and it seems I cannot connect at all. I have the latest Flash Player installed for Linux. Is there any security setting I need to modify for the Flas...
by darnpunk
14 Dec 2009, 03:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server specs
Replies: 9
Views: 11974

Hi Lapo, Thanks for your reply. I increased those threads to 4 from the default 1 and the improvements can be felt right away. I also tested with 300+ concurrent connected users and it still works well. I guess if the user rate grows, I should invest in more powerful hardware. Maybe 2 x quad cores? :D
by darnpunk
05 Dec 2009, 11:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server specs
Replies: 9
Views: 11974

Hi Lapo, I need your advice on servers again. Currently, I have a dedicated machine with specs as: Intel Xeon 3060 2.4 GHz Dual Core Processor 2 x 136 GB SCSI HDD 2GB RAM Windows 32-bit I am using MySQL as database and SFS PRO v1.6.6 with allocated VM of 512MB. I have two games using one Java extens...
by darnpunk
11 Nov 2009, 08:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Admin Tool Constantly Disconnecting
Replies: 11
Views: 13978

The thing is I am the only one who knows the admin password so no one else can login except me :?
by darnpunk
11 Nov 2009, 04:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Admin Tool Constantly Disconnecting
Replies: 11
Views: 13978

Hi,

I am also experiencing this same situation. My game does not disconnect by my Admin Tool disconnects sometimes. I don't have any error showing up in the log file though.

Any clues?
by darnpunk
29 Sep 2009, 01:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can i integrate game developed using SFS into facebook
Replies: 13
Views: 26671

Still wondering if possible to communicate to Facebook API directly from SFS?
by darnpunk
28 Aug 2009, 03:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can i integrate game developed using SFS into facebook
Replies: 13
Views: 26671

Seems there is no direct way to access FB API from SFS. The only Java library i see is run through a servlet. Is this the only way?
by darnpunk
26 Aug 2009, 14:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Best Database for Flash game
Replies: 6
Views: 9167

I guess you need to consider hardware too and how complex your game logic is. It really depends on the nature of the game I feel. :)
by darnpunk
26 Aug 2009, 14:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can i integrate game developed using SFS into facebook
Replies: 13
Views: 26671

How can one access FB API through SFS? Is it possible directly or do you need to go through webservice?
by darnpunk
26 Jun 2009, 14:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Auto Patching?
Replies: 6
Views: 9127

Auto patching should be independent on the client. I think what you can do is keep a record of your latest client version number in a database and have this version number available for users once they are logged in. Then on your client, compare the version of the current client and the latest in yo...
by darnpunk
22 May 2009, 07:02
Forum: Features Wish List
Topic: Automatic extension reload on filechange
Replies: 8
Views: 14448

Hi Lapo,

Thanks for the explanation. It is working now :D
by darnpunk
22 May 2009, 06:51
Forum: Features Wish List
Topic: Automatic extension reload on filechange
Replies: 8
Views: 14448

Hi Lapo, I have followed the steps on AutoReloadExtensions and manage to point the classpath to my bin folder. But I am confused at these lines: Make sure that the javaExtensions/ folder is not comprised in your classpath. By default SmartFoxServer includes this folder in the classpath so that all e...
by darnpunk
22 May 2009, 02:30
Forum: Features Wish List
Topic: Automatic extension reload on filechange
Replies: 8
Views: 14448

Hi Lapo,

I tried removing the javaExtension folder from the classpath as well as the physical folder itself but it doesn't seem to work.

Go to advanced search