Search found 66 matches

by willypow
23 Feb 2010, 21:42
Forum: Server Side Extension Development
Topic: Special Characters in Chat Filter
Replies: 2
Views: 5903

Could someone please explain what is happening with the message encoding? How does one un-do the encoding of special characters?
by willypow
10 Feb 2010, 02:53
Forum: Server Side Extension Development
Topic: Special Characters in Chat Filter
Replies: 2
Views: 5903

Special Characters in Chat Filter

We have a custom chat filter which makes use of a third party to filter the message string. When I retrieve the message parameter in the PubMsg event (ieo.getParam("msg"), if the chat contains special characters it will be 'escaped' to some ascii coding or something. For example, the apost...
by willypow
07 Jan 2010, 16:27
Forum: Server Side Extension Development
Topic: Custom Login - Restrict User to Single Zone
Replies: 1
Views: 4421

Custom Login - Restrict User to Single Zone

Our application employs a custom login module. We have discovered that the users are able to login to multiple zones at the same time. I thought the canLogin() method would prevent this, but it does not. I can see two methods to prevent multiple logins - maintain login state in our database, or writ...
by willypow
12 Dec 2009, 15:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: PayPal Integration
Replies: 2
Views: 5195

Thanks, that works and I should have noticed the Sticky Topic.

Now, when you get jars to auto-reload during runtime you will be nearing perfection. Thanks for a great product and great support.
by willypow
09 Dec 2009, 01:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: PayPal Integration
Replies: 2
Views: 5195

PayPal Integration

I am working with the PayPal adaptive payment APIs and adding integrated payment functionality through SmartFox java extensions. Has anybody had experience with this? The API programming is very simple, but my question is where to put the paypal JARS and the paypal config files on the SmartFox Serve...
by willypow
30 Oct 2009, 19:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: RandomUtils / UnknownHost
Replies: 1
Views: 3912

RandomUtils / UnknownHost

We have started getting the following error when Smartfox starts. We have been running this same server for many months. There were some recent YUM package updates (this is Centos 5): NFO | jvm 1 | 2009/10/30 15:13:57 | 15:13:56.858 - [ INFO ] > Starting h2 engine... INFO | jvm 1 | 2009/10/30 15:13:...
by willypow
26 Oct 2009, 21:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BanUser and Custom Login
Replies: 1
Views: 3622

BanUser and Custom Login

How does the BanUser capability work with a custom login? Does it affect the CanLogin method?
by willypow
08 Oct 2009, 20:27
Forum: Server Side Extension Development
Topic: Java Cookbook Handler Recipe
Replies: 1
Views: 3983

Java Cookbook Handler Recipe

I like the approach suggested in the Cookbook for organizing requests into Classes. Our extensions commonly have a database object. Would you suggest adding that as another parameter to the request template, or instantiating a new database object in each class, if needed? I'm not enough of a java ex...
by willypow
17 Jun 2009, 20:40
Forum: Server Side Extension Development
Topic: Error with AutoReload
Replies: 6
Views: 9201

That makes perfect sense and explains why this doesn't happen in our local environment. We will use the Admin tool.
by willypow
17 Jun 2009, 16:41
Forum: Server Side Extension Development
Topic: Error with AutoReload
Replies: 6
Views: 9201

I can reload from the Admin tool. Oddly, the admin tool shows one of my java extensions as type Actionscript.

What is the issue?

Also, there are multiple class files. Some are not extensions.
by willypow
09 Jun 2009, 20:11
Forum: Server Side Extension Development
Topic: Error with AutoReload
Replies: 6
Views: 9201

The extensions load fine when the server is restarted. The issue is only when auto-reloading.
by willypow
09 Jun 2009, 18:35
Forum: Server Side Extension Development
Topic: Error with AutoReload
Replies: 6
Views: 9201

Error with AutoReload

I'm getting an error when I update my extension class files:

Exception in thread "extensionReloader" java.lang.ClassFormatError: Truncated class file

Any idea why that would be?
by willypow
06 Mar 2009, 00:51
Forum: RedBox
Topic: Redbox Security
Replies: 1
Views: 6145

Redbox Security

Is access to the Red5 server integrated with the Smartfox security model or could someone connect directly to the Red5 server without first logging in to a Smartfox zone?
by willypow
05 Mar 2009, 18:31
Forum: RedBox
Topic: Provide Clip-ID On-Demand
Replies: 1
Views: 5737

Provide Clip-ID On-Demand

I have looked at the Redbox Extension java, but definitely don't understand it all at this point. I see that AVClipManager provides a collection of clips which the client can choose to play. Would it be possible to provide the clip-ids in a different way, say a filtered list based on some criteria? ...
by willypow
05 Mar 2009, 18:26
Forum: RedBox
Topic: Modify Stream File Locations
Replies: 1
Views: 5862

Modify Stream File Locations

Is it possible to modify the locations of the playback and record streams? Also, is it possible to maintain playback streams within a sub-directory structure?

Go to advanced search