Search found 77 matches

by sstark
20 Apr 2009, 22:16
Forum: Features Wish List
Topic: Server Down Alerts
Replies: 3
Views: 14235

use tail to monitor the log files... I would assume there's be a plugin for this to do what you asked but I haven't looked, but what tail does is monitors the logs for changes, and displays those changes.
by sstark
17 Apr 2009, 14:59
Forum: OpenSpace v1 discussions and help
Topic: double time
Replies: 2
Views: 6783

thank you for pointing this out! this worked great, even as an inventory item.

cheers.
by sstark
14 Apr 2009, 15:50
Forum: OpenSpace v1 discussions and help
Topic: double time
Replies: 2
Views: 6783

double time

Is there any way to multiply movement speed? I've had multiple requests for a 'bike' in open space.
by sstark
08 Apr 2009, 15:49
Forum: OpenSpace v1 discussions and help
Topic: eidtor couldn't support CS4?
Replies: 6
Views: 11839

We will defiantly be testing this out shortly: in the coming weeks.

Just wanted to note that you really can't mix and match a player 10 (or SDK 4) with a Player 9 (or SDK 3), as there are various core library conflicts.
by sstark
07 Apr 2009, 17:10
Forum: OpenSpace v1 discussions and help
Topic: eidtor couldn't support CS4?
Replies: 6
Views: 11839

we are about to convert out entire project from CS3 to CS4, I would be very interested to know if this works or not.
by sstark
06 Apr 2009, 15:35
Forum: OpenSpace v1 discussions and help
Topic: OS new version?
Replies: 7
Views: 13519

The biggest improvements I could see for the editor is:

1) move away from a Flash application, this is the main cause of the slow response time from the application itself.

2) be able to rotate the map in 90* increments. This is essential when building overpasses or other dynamic elements.
by sstark
27 Feb 2009, 16:35
Forum: Server Side Extension Development
Topic: Reading Badwordlist
Replies: 7
Views: 9170

Thank you!! that's exactly what I need.
by sstark
26 Feb 2009, 16:32
Forum: Server Side Extension Development
Topic: Reading Badwordlist
Replies: 7
Views: 9170

I would also like access to the bad words list in a SFS extension. Works great for usernames, room names and public and private chat... however we also have a few custom communication options which also need to be filtered. These run through a SFS extension already, so I should be able to filter thr...
by sstark
06 Feb 2009, 16:14
Forum: OpenSpace v1 discussions and help
Topic: Problem running examples
Replies: 2
Views: 6871

put it on your web server (like apache) and try.
by sstark
30 Jan 2009, 16:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: saving buddy vars on client side
Replies: 10
Views: 12046

Lapo wrote:If you are trying to access your own buddy variables you should do it by using the smartfox.myBuddyVars.

http://www.smartfoxserver.com/docs/docP ... yBuddyVars


As you can see, I am doing that. They trace. They don't save on every user.
by sstark
28 Jan 2009, 21:40
Forum: Server Side Extension Development
Topic: XML order
Replies: 1
Views: 3834

XML order

Very occasionally we receive an error that the XML data is malformed.

I have also observed that the nodes are not sent in the same order.

Is this 'normal' behavior?
by sstark
28 Jan 2009, 20:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: saving buddy vars on client side
Replies: 10
Views: 12046

you're right, just that the doc's and comments pass an Object not an Array: * @example The following example shows how to set three variables containing the user's status, the current audio track the user listening to and the user's rank. The last one is an offline variable. * <code> * var bVars:Obj...
by sstark
28 Jan 2009, 16:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: saving buddy vars on client side
Replies: 10
Views: 12046

Lapo, I have looked at the example, and have tried to use it. Actually I have copied it directly. Also, the class does need to be changed because the example in the package and in the docs pass the wrong variable type in the parameters. Keep in mind I use Flex, not Flash, so I need all variable type...
by sstark
22 Jan 2009, 20:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: { Update } SmartFoxServer PRO 1.6.5 is out!
Replies: 30
Views: 49320

note : you copy files from '/Server' and paste into '/Server/lib', not 'Server' like I did.
by sstark
22 Jan 2009, 16:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: saving buddy vars on client side
Replies: 10
Views: 12046

Thank you for the 1.6.5 update! Defiantly have progress with this issue now... but still not quiiite there in my case The API still is asking for an Array, however the code example and doc's use an Object for public function setBuddyVariables(varList:Array):void, so I just change it to public functi...

Go to advanced search