Search found 121 matches

by flarb
09 Jul 2009, 14:40
Forum: Features Wish List
Topic: SPAM filter
Replies: 6
Views: 12481

Oh I thought the chat messages were just passed directly to the user they are addressed to. I haven't looked at that functionality much--I'll check it out!
by flarb
09 Jul 2009, 14:38
Forum: Features Wish List
Topic: Filtered room list
Replies: 0
Views: 4804

Filtered room list

I'd like a way to request a filtered room list from the server. Perhaps with a regular expression for the room name, as well as other room attributes (private, etc.), maybe even a way to filter the room list based on the users inside the room as well (whether it's empty, or based on the values of ce...
by flarb
15 May 2009, 20:38
Forum: Features Wish List
Topic: SPAM filter
Replies: 6
Views: 12481

SPAM filter

I think SFS needs a Spam Fitler that works in much the same way as my proposed API access to the profanity filter. I just got back from LOGIN conference and there was a very interesting presentation on EverQuest II's spam filter. You can get the slides here: http://nandor.szots.com/ Either I'd like ...
by flarb
10 May 2009, 08:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Attaching extensions to permanent game rooms in config.xml
Replies: 6
Views: 8391

Yeah but see, that code is different. You've got the Extension tags inside the room tags. I had closed off the room tag and then put the extension tag after it.
by flarb
07 May 2009, 20:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdminTool swf is a "protected movie" ?!
Replies: 5
Views: 7178

Oooh that's a pretty slick idea, never thought of that. I'll definitely do that.
by flarb
07 May 2009, 19:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Attaching extensions to permanent game rooms in config.xml
Replies: 6
Views: 8391

That worked! Thanks!
by flarb
07 May 2009, 18:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Attaching extensions to permanent game rooms in config.xml
Replies: 6
Views: 8391

Attaching extensions to permanent game rooms in config.xml

What's the syntax for attaching an extension to each room in your zone in the config.xml? I used to do it like this in 1.6.2: <Rooms> <Room name="The Hall" maxUsers="4000" isPrivate="false" isTemp="false" autoJoin="true" uCountUpdate="true"...
by flarb
07 May 2009, 18:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdminTool swf is a "protected movie" ?!
Replies: 5
Views: 7178

Ok if I manually open it with FlashPlayer 10 it runs, but if I double click on it it tries to open it in side Flash CS4 which is where I get that error. Just a minor annoyance--but I think if you don't check 'protect from import' on the admin tool it might fix the dialog warning?
by flarb
07 May 2009, 16:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdminTool swf is a "protected movie" ?!
Replies: 5
Views: 7178

I'm using CS4. I looked at the file with GetInfo and there doesn't seem to be anything weird about it. Can you email me your copy of the AdminTool file? Maybe somethng just got corrupted in the installation?
by flarb
06 May 2009, 21:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdminTool swf is a "protected movie" ?!
Replies: 5
Views: 7178

AdminTool swf is a "protected movie" ?!

When I try to run the admintool SWF Flash says "Cannot access protected movie" and quits out. This is in the latest 1.6.6 archive on Mac OSX. Is there something I need to do to install SmartFox on the mac other than just copying the volume over to my hard drive? Or can I 'unprotect' the SWF?
by flarb
05 May 2009, 17:15
Forum: Server Side Extension Development
Topic: Is there a way to access the profanity filter from java ext?
Replies: 3
Views: 5752

You should add support for 3rd party profanity filters. I was thinking of buying this and using it as my profanity filter: http://www.inversoft.com/ But, it wouldn't work with the automatic chat message filter. I figure this commercial product has a far larger profanity database I could come up with...
by flarb
05 May 2009, 05:18
Forum: Server Side Extension Development
Topic: Is there a way to access the profanity filter from java ext?
Replies: 3
Views: 5752

Is there a way to access the profanity filter from java ext?

I'm trying to filter some text that is being sent from my game to my room plug-in....but I don't think I can manually run any text through SFS's profanity list? Is the profanity list just an automatic process that is run on any chat message? I think it would be great if there was a function in the e...
by flarb
27 Apr 2009, 04:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Database initialization fails with sfs but not start.sh
Replies: 2
Views: 4663

ooooooooh yeah--that's probably it, I forgot to copy the driver over. I wonder why it finds it when I run it from the shell and not the sfs command though? Weird. Thanks!!
by flarb
25 Apr 2009, 07:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Database initialization fails with sfs but not start.sh
Replies: 2
Views: 4663

Database initialization fails with sfs but not start.sh

So I just did a long overdue upgrade from 1.6.2 to 1.6.6. I got everything working except.....when I run the server using "sfs" it fails at the database initialization DB Manager Activated ( org.gjt.mm.mysql.Driver ) jvm 1 | Can't load db driver: org.gjt.mm.mysql.Driver jvm 1 | 01:...
by flarb
31 Jul 2008, 19:47
Forum: Features Wish List
Topic: Real persistent room variables for game rooms.
Replies: 11
Views: 21730

I just encountered this issue myself. I think a good compromise would make it so that the variables you specify at the creation of a dynamic room are (or can be specified as) persistent. What I did was just looped through all the room vars in the constructor of the extension class and marked them al...

Go to advanced search