Search found 22667 matches

by Lapo
01 Aug 2007, 14:14
Forum: Server Side Extension Development
Topic: DbManager could not retrive a connection. java.sql.SQLExcept
Replies: 13
Views: 23184

How did you install the driver? Did you add it in the lib/ext/ folder of your JRE?
by Lapo
01 Aug 2007, 06:58
Forum: Server Side Extension Development
Topic: Dynamically created room & room-variables
Replies: 2
Views: 5708

Room variables are not passed in the roomList by default.
Check this -> viewtopic.php?p=686#686
by Lapo
01 Aug 2007, 06:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Obtain IP address without PRO Server
Replies: 6
Views: 9771

Not sure if I understand.
Do you need an ID that stays the same for the entire client session or for every client session?
by Lapo
01 Aug 2007, 06:54
Forum: Server Side Extension Development
Topic: Add extensions in admin interface
Replies: 3
Views: 5943

No, an ftp access or similar (sftp, ssh, telnet) is necessary for managing the extensions
by Lapo
31 Jul 2007, 14:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Transfer entire swf files as byte arrays through the socket
Replies: 5
Views: 8119

Also you must be sure that is hard to get the URL of the SWF file that it's loaded this way. Actually there's no url for the SWF file, since it can be retrieved by sending a simple request to the server extension. I agree that this is not the solution to all hacking problems, it's just another tric...
by Lapo
31 Jul 2007, 06:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Sharing across Components...
Replies: 3
Views: 5512

In general it's okay. If you're familiar with OOP concepts you could subclass the Event class and create a custom one that allows a generic param object to be passed around. This way you could avoid those pretty unreadable lines like: var obj:Object = evt.target.parent.content.objSettings; which wou...
by Lapo
31 Jul 2007, 06:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Error 2048 (but from only one computer)
Replies: 5
Views: 7683

Yep, corporations usually set up firewalls and proxies to limit the traffic and protect again intrusions.
It's highly likely that they are blocking all ports except for a few ones (http, https etc...)

A workaround would be to run SFS on port 80(http) or 443(https)
by Lapo
31 Jul 2007, 06:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Actionscript 3 Tutorials?
Replies: 3
Views: 4744

Hi,
with the latest 1.5.5 version of the server we have published 3 tutorials in AS3 that cover all the features of the server.
More AS3 articles are coming in the next releases, and we have one that will be out in the next days.

stay tuned :)
by Lapo
30 Jul 2007, 09:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: { Patch } SmartFoxServer PRO 1.5.8c ready
Replies: 18
Views: 28381

{ Patch } SmartFoxServer PRO 1.5.8c ready

Hello, we are releasing a maintenance patch for SFS PRO 1.5.5. The patch introduces several bug fixes and additions to the last version of the server. - Download HERE - All the details can be found in the release notes: » Actionscript 2.0 API - fixed bug in XML entities decoding. Could cause an infi...
by Lapo
30 Jul 2007, 09:22
Forum: Server Side Extension Development
Topic: call function from another extension
Replies: 9
Views: 12619

The I really don't get it! :D :shock:
If you want to split your logic in various bits in the same Zone, all you have to do is create various .as files that will be included in the main extension file.
by Lapo
30 Jul 2007, 09:12
Forum: Server Side Extension Development
Topic: call function from another extension
Replies: 9
Views: 12619

and do they run into 2 separate zones?
by Lapo
30 Jul 2007, 09:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connecting (read sticky)
Replies: 13
Views: 17333

Edit: Ok so I found the documentation, and I enabled the webserver, the little 127.0.0.1:8080 test worked fine. I edited the crossdomain.xml in root to point to where my swf is (I hope I did it right) But I can't figure out for myself what the next step would be, as the connection still is failing....
by Lapo
30 Jul 2007, 07:05
Forum: Server Side Extension Development
Topic: call function from another extension
Replies: 9
Views: 12619

I am not following you entirely. Why can't you just make a Script C file with that function and then have both script A and B include it?
Does that depend on the global vars kept in scritpt A and B? In other words do you need to share some data from script B to A?
by Lapo
30 Jul 2007, 06:53
Forum: Server Side Extension Development
Topic: sendXtMessage Question
Replies: 3
Views: 6329

Try this: function updData_To_1Called() { trace("In the function now --> " + smartfox); var req:Object = {} req.game_sequence_number = 1 smartfox.sendXtMessage(extensionName, "updData_To_1Called", req, "xml") } and see if the ...
by Lapo
30 Jul 2007, 06:50
Forum: Server Side Extension Development
Topic: smartfoxserver 1.4 having problem with examples
Replies: 1
Views: 4583

Are you really sure that the server version is 1.4? There's a well know problem with 1.5 and higher and TheoAvatar. Any 1.4.x version should work okay

Go to advanced search