Search found 110 matches

by foxboy
19 Sep 2016, 09:57
Forum: SFS2X ActionScript 3 API
Topic: Geo Location
Replies: 8
Views: 22012

Re: Geo Location

Thanks Lapo. This is awesome! Just some questions though: 1) This is using Maxmind's GeoIP location service, is the database maintained by the SFS instance on the machine or it sends a HTTP request to Maxmind's servers? If so, do I need to update that data file by downloading latest version from Max...
by foxboy
19 Sep 2016, 06:56
Forum: SFS2X ActionScript 3 API
Topic: Geo Location
Replies: 8
Views: 22012

Re: Geo Location

Hi Lapo,

Is GeoLocation available now on the new SFS version (2.11)?

I need a way to get the user's Country Code based on the user' IP upon initial login, then I want to store in on the database for next login.
by foxboy
12 Sep 2016, 09:35
Forum: SFS2X HTML5 / JavaScript API
Topic: SFSObjectLite doesn't support ByteArray transmission.
Replies: 10
Views: 19834

Re: SFSObjectLite doesn't support ByteArray transmission.

Ok Lapo,

Thanks for the info and suggestions, I will look into the Base64 workaround.
by foxboy
11 Sep 2016, 00:21
Forum: SFS2X HTML5 / JavaScript API
Topic: SFSObjectLite doesn't support ByteArray transmission.
Replies: 10
Views: 19834

Re: SFSObjectLite doesn't support ByteArray transmission.

Thanks Lapo. Do you have any estimated release date on when this can be available so we can decide if we are going to wait for it or just create a workaround solution? Regarding the workaround, I want to know which is more efficient (in terms of bandwidth usage) a) Create a SFSObject containing all ...
by foxboy
10 Sep 2016, 12:00
Forum: SFS2X HTML5 / JavaScript API
Topic: SFSObjectLite doesn't support ByteArray transmission.
Replies: 10
Views: 19834

Re: SFSObjectLite doesn't support ByteArray transmission.

Hi Lapo, We have the same issue with our project. We have a mobile game (Unity Android/iOS) that uses ByteArrays heavily to send data to and from the server, we prefer that data type as it is more efficient especially if we are just sending integers whose values are less than 256. So we normally pac...
by foxboy
08 Jul 2016, 10:13
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1324230

Re: IPv6 support

That is just great!

Many thanks Lapo! :D
by foxboy
08 Jul 2016, 07:43
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1324230

Re: IPv6 support

Thanks Lapo. I can't seem to add IPv6 address using the Admin Panel so I just did it using the command line. The only thing I can set from the Admin Panel is the "::" double colon, is that the wild card for IPv6 addresses? <socketAddresses> <socket address= "0.0.0.0 " port="...
by foxboy
07 Jul 2016, 21:39
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1324230

Re: IPv6 support

Hi Bax, Thank you for this post. But how to setup IPv6 on the config, we just modify SFS server.xml file and add the domain name and IPv6 addresses? <socketAddresses> <socket address=" example.com " port="9933" type="TCP"/> <socket address=" example.com " port...
by foxboy
08 Jul 2014, 15:59
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 94084

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

Same here, it works like a charm. I love the Extension loader feature :) Thanks Lapo! you are the best!
by foxboy
08 Jul 2014, 12:02
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 94084

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

Hi Lapo, I don't know if it is just me but I have already uninstalled SFS 2X v2.7 (patch 2.8.5) and rebooted my machine. Then I tried installing both 32-bit and 64-bit windows version but then I received the following error: An internal error occurred (error code: 34) Log: C:\Users\FoxBoy\AppData\Lo...
by foxboy
02 Jul 2013, 16:43
Forum: SFS2X Questions
Topic: SFS2X Binary when upgrading from Community Edition
Replies: 1
Views: 4914

SFS2X Binary when upgrading from Community Edition

Hi Lapo and team, I currently have CE edition on my production server catering beta testers. If I want to upgrade to to a 500 CCU license or higher. Do I need to download a different binary package and reinstall my server or I just need to put the license after purchase? Because I don't want to have...
by foxboy
27 Jun 2013, 20:57
Forum: SFS2X Questions
Topic: Virtual world in SFS2X
Replies: 9
Views: 12970

Re: Virtual world in SFS2X

The Extension can run its own scheduled tasks and grow the plant in "real time". Or, as you said, you can emulate the growth all at once the next time the user comes back, which also makes sense. Great, thanks! I'll try that soon. I like the idea of each extension doing something in real-...
by foxboy
25 Jun 2013, 16:08
Forum: SFS2X Questions
Topic: Network LOD/AOI
Replies: 13
Views: 20323

Re: Network LOD/AOI

Thank you Lapo, That will be great if you guys add this feature as part SFS. this will enhance SFS, well, knowing that you guys will add it this year, We can wait and focus on other stuff then, thanks and looking forward to this new feature I am just thinking, but maybe this can be achieved using t...
by foxboy
14 Apr 2013, 17:01
Forum: SFS2X Questions
Topic: How to get the client type from the Server Side?
Replies: 2
Views: 6864

Re: How to get the client type from the Server Side?

Lapo wrote:Hi,
you will need to use this code to obtain the client type string:

Code: Select all

String theClient = user.getSession().getSystemProperty(SFSConstants.SESSION_CLIENT_TYPE);


cheers


Works like a charm! :D
Thanks Lapo.
by foxboy
14 Apr 2013, 11:32
Forum: SFS2X Questions
Topic: How to get the client type from the Server Side?
Replies: 2
Views: 6864

How to get the client type from the Server Side?

I want to know what kind of device my client is using to access the server. I found that the latest version of SFS2X is logging this info on smartfox.log: 14 Apr 2013 | 14:04:09,616 | INFO | pool-1-thread-4 | v2.api.SFSApi | | User login: { Zone: MyZone}, ( User Name: TestUser, Id: 0, Priv: 0, Sess:...

Go to advanced search