Search found 51 matches

by piser
03 Sep 2008, 06:12
Forum: Server Side Extension Development
Topic: MainLib error
Replies: 7
Views: 10961

Well, I checked my logs and I can see that this error fire like 5-15 time per hour, it makes this problem more strange, however I guess it's not a users problem, cuz at night when I'm getting lower server load this error fire too.
by piser
02 Sep 2008, 06:24
Forum: Server Side Extension Development
Topic: MainLib error
Replies: 7
Views: 10961

Hi Marco, Well, I can not excatly say when it fire, cuz error message don't tells me where is bug in code or whats wrong and I guess you know about it. While any call to the API I don't recive this error, I spent many hours to check this out. I think it might occur while changing user variables whic...
by piser
01 Sep 2008, 05:41
Forum: Server Side Extension Development
Topic: MainLib error
Replies: 7
Views: 10961

MainLib error

Hi, sometimes I'm getting this strange error: 2008/09/01 08:20:27.550 - [ WARNING ] [id: 16] (JavascriptExtension.logASError): Error in extension [ x.as ]: TypeError: Cannot call method "keySet" of null (x.as#1171) Internal: -383 -- Line number: (MainLib line: 1171) I guess this is error f...
by piser
27 Feb 2008, 10:06
Forum: RedBox
Topic: RedBox RC1 available!
Replies: 11
Views: 21743

Thnx for RedBox,im gonnatest it today ;)
by piser
12 Feb 2008, 07:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Installing Smartfox Server on Solaris 9
Replies: 4
Views: 8130

ops Lapo you was faster :D
by piser
12 Feb 2008, 07:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Installing Smartfox Server on Solaris 9
Replies: 4
Views: 8130

I had same problem, you need simply download linux package, unzip it n the remove jre/ folder which contains the Linux x86 JRE. Inside the Server/ script start.sh running server.
by piser
12 Feb 2008, 07:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating more secure SWF(s)
Replies: 14
Views: 44423

Amayeta made beta version of AS3 Encrypter. I haven't seen yet full AS3 viewer program, but I tested AS3 decompiler from assembler level.
by piser
24 Jan 2008, 06:53
Forum: Features Wish List
Topic: Changing room variables
Replies: 6
Views: 14753

I guess nobody interesting more of this :roll:
by piser
18 Jan 2008, 11:19
Forum: Features Wish List
Topic: Changing room variables
Replies: 6
Views: 14753

Changing room variables

Hi! Last time I thought that whould be great to have functions in which I can change for example number of max users for selected by me room without server restart or switching off zone for a moment. Option "reload zones" in admin tool only add more options from config file to all zones an...
by piser
15 Jan 2008, 11:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: { UPDATE } SmartFoxServer PRO 1.6.1
Replies: 14
Views: 24235

Im gonna check this patch right now, thnx Marco
by piser
11 Jan 2008, 12:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating more secure SWF(s)
Replies: 14
Views: 44423

my 2 cents... I think there is only one way to secure AS2/AS3 code in compiled swf files which is encrypting them by other programs, such as Amayeta Encrypt . I use this program already and I'm satisfy. Some one can say AS3 is secure so far(unavailable for decompile). Well, I saw basic decompilers u...
by piser
02 Jan 2008, 06:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: happy new year
Replies: 3
Views: 7157

Hi!,
Im joining this wishes with my team :)

Happy New Year :!:
by piser
17 Dec 2007, 06:14
Forum: Features Wish List
Topic: Ban Managment
Replies: 3
Views: 9523

mixart wrote:I think piser means a per-user ban duration (not a global setting). This is one of my biggest requests.


Yes, you right. As I said keeping data in database is now best way I found for bans I my SFS, which is immune to server restarts.
by piser
05 Dec 2007, 06:26
Forum: Server Side Extension Development
Topic: Question about DB connections
Replies: 2
Views: 6370

Your problem was one of mine when we started to use more then 1db servers, I put simple example how it work under actionscrict extension: var db = new __db.DbManager(driver,"jdbc:mysql://"+host+":"+port+"/"+DBname,user,pass,connName+"_"+host,maxActive,maxI...
by piser
03 Dec 2007, 12:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to keep the room variables alive
Replies: 5
Views: 9040

try this:

Code: Select all

room.properties.put("name","value");


Code: Select all

room.properties.get("name");


Code: Select all

room.properties.remove("name");

Go to advanced search