Search found 22650 matches

by Lapo
12 Jun 2007, 07:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy Manager documentation?
Replies: 2
Views: 4755

Hi, the buddyManager object is not documented because it wasn't intended to be part of the serer side framework. In fact the Buddy List works very easily with client side calls, no need for server code. Future updates will introduce a more flexible Buddy Manager tool which will allow to plug in cust...
by Lapo
12 Jun 2007, 07:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Firewall
Replies: 2
Views: 5657

Firewall / Router issues are discussed here -> viewtopic.php?t=306
by Lapo
12 Jun 2007, 07:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Behind-a-router help
Replies: 37
Views: 148851

Thanks Shane, however the default port is 9339
by Lapo
12 Jun 2007, 07:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Processor Load and Multiple Processors
Replies: 3
Views: 6153

However, in the sfs admin tool the processor usage stays consistantly at 0-1%, occasionally bumping up to 2-3%. Is there any reason for this discrepancy? The Admin tool Load numbers don't show processor usage, they show the internal load of the server. How much busy the server is at doing things. T...
by Lapo
11 Jun 2007, 07:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MMORPG compatibility
Replies: 5
Views: 10327

I am wondering if there is an documentation or if anyone can steer me in the right direction on how i would go about using SmartFox to integrate into my game and thus establish the MMO feature of users seeing and interacting with other users. MMOs represent one HUGE topic, and entire books have bee...
by Lapo
11 Jun 2007, 05:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onLogout questions
Replies: 1
Views: 4519

Please verify that the API are installed correctly... Flash tends to give problems due to the ASO files, which are similar to browser's cache files.

Output the API version:
trace(smartfox.getVersion())

It should say 1.4.0
by Lapo
08 Jun 2007, 16:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: sendObject / onObjectReceived in flash cs3
Replies: 3
Views: 6695

Yep, you're right the sendObject method is slightly different because usually the client who sends the data doesn't have to react to it.

On the other hand public messages are usually shown on all clients, that's why even the sender receives it.
by Lapo
08 Jun 2007, 07:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: sendObject / onObjectReceived in flash cs3
Replies: 3
Views: 6695

Are you expecting the object response in the same client that sent the object?
In such case the behavior is correct.
Let me know
by Lapo
08 Jun 2007, 07:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server CPU usage / CancelledKeyException
Replies: 2
Views: 4642

What does the stress loader does? Does it calls methods on the extension? What does the extension do? Are you creating threads in your extension? If so... how many? More infos needed: OS being used JVM version SFS version java.nio.channels.CancelledKeyException This exception is usally seen rarely, ...
by Lapo
07 Jun 2007, 09:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: NULL user objects
Replies: 11
Views: 14197

I am not sure if I understand: this code is correct for (var i = zone.getChannelList().iterator(); i.hasNext(); ) { var user = _server.getUserByChannel(i.next()); if (user != null) { userList[user.getUserId()] = user; } &...
by Lapo
06 Jun 2007, 16:13
Forum: Features Wish List
Topic: HTTP Tunneling
Replies: 20
Views: 37679

I've just sent you an email
by Lapo
06 Jun 2007, 10:23
Forum: Server Side Extension Development
Topic: Obfuscate code
Replies: 2
Views: 6345

Try looking for a Javascript obfuscator, there are free ones too.
I've found this one via Google -> http://www.daven.se/usefulstuff/javascr ... cator.html
by Lapo
06 Jun 2007, 09:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Game Rooms not Auto-Deleting
Replies: 4
Views: 8076

I don't know how you have created those rooms (statically, dynamically?) but yeah set them all as "Temp" so that they get destroyed when the last user leaves
by Lapo
05 Jun 2007, 07:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: get all user in server OR zone
Replies: 3
Views: 6230

You should use an extension for that.
From the Zone object you can get the list of rooms and cycle through each of them obtaining a full list of users.
Check the Server Side section of the docs for all the details
by Lapo
05 Jun 2007, 07:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: CANT conect to my laptop?
Replies: 1
Views: 4419

If you use Hamachi you should set the Hamachi IP address in the config.xml file. Then if the client also uses Hamachi as a client you should be able to connect.

As usual make sure you read about the flash player security -> viewtopic.php?t=73

Go to advanced search