Search found 322 matches

by coolboy714cp
01 Dec 2011, 21:21
Forum: SFS2X ActionScript 3 API
Topic: Server connects, waits about 30 seconds, then disconnects?
Replies: 3
Views: 6185

Thanks for the quick reply! When I go into that part of the admin tool, I get this error: An unexpected error occurred in the Admin Tool server-side extension, please check the server-side logs; the extension reported: No instance called 'helper' is defined I am using the latest version of the admin...
by coolboy714cp
01 Dec 2011, 19:19
Forum: SFS2X ActionScript 3 API
Topic: Server connects, waits about 30 seconds, then disconnects?
Replies: 3
Views: 6185

Server connects, waits about 30 seconds, then disconnects?

On my local server, I'm testing SmartFoxServer 2X, obviously, but when the server first connects, if I don't login within about 30 seconds, the server automatically disconnects. Does anyone know how can I fix this?
by coolboy714cp
12 Nov 2011, 03:16
Forum: Server Side Extension Development
Topic: [Release] Multiuser Admin Extension
Replies: 5
Views: 12709

I didn't make the password in the database an MD5 hash, but I'll try it later to see if it works or not.
by coolboy714cp
11 Nov 2011, 06:40
Forum: Server Side Extension Development
Topic: [Release] Multiuser Admin Extension
Replies: 5
Views: 12709

I just tried to set this up, but when I did, the only thing I did differently was use the H2 database, rather than the MySQL database that you used, and it keeps saying I have an incorrect password. Do you have any idea why it might be doing this, or how I can fix it? I'm not getting any server side...
by coolboy714cp
29 Oct 2011, 02:36
Forum: SFS2X Questions
Topic: Login Request Extra Params
Replies: 1
Views: 3667

Login Request Extra Params

Am I understanding this correctly? In SFS2X, the LoginRequest has a total of 4 parameters: Username, Password, Zone, and Params. I know how to call the Username, Password, and Zone parameters from the server side when using an extension, but how could I trace the value of the 'param' parameter using...
by coolboy714cp
21 Oct 2011, 19:37
Forum: SFS2X Questions
Topic: Database Driver Not Found?
Replies: 3
Views: 5303

Same error
by coolboy714cp
20 Oct 2011, 20:23
Forum: SFS2X Questions
Topic: Database Driver Not Found?
Replies: 3
Views: 5303

Database Driver Not Found?

Hey I used to have a database setup on my old installation of SFS2X, but I uninstalled it, then reinstalled it and now I can't figure out how to setup the database again. I have used a few tutorials, but none are working. Here is my current config: http://i51.tinypic.com/vrejhd.png And here is the e...
by coolboy714cp
14 Jul 2011, 06:11
Forum: Server Side Extension Development
Topic: -Solved-
Replies: 2
Views: 5441

-Solved-

-Solved-
by coolboy714cp
11 Jun 2011, 20:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How would I classify my user as mod...
Replies: 12
Views: 15076

To define a user as a moderator in SmartFoxServer 1X, you would use a command such as:

Code: Select all

smartfox.amIModerator = true;
by coolboy714cp
03 Jun 2011, 23:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: UserVariables..
Replies: 2
Views: 5295

At a quick glance at only this function of your coding, it might have something to do with the fact that everytime you call the function, you create a new avatar at the same depth as the previous one. Why not just call the actions to change the avatar's appearance, rather than calling that and creat...
by coolboy714cp
19 May 2011, 20:41
Forum: SFS2X Questions
Topic: Extension Error - ExtensionController?
Replies: 4
Views: 6663

Thanks Rjgtav and Appels! Both of your replies helped me a lot! My test extension is now working fine. :D
by coolboy714cp
19 May 2011, 17:01
Forum: SFS2X Questions
Topic: Extension Error - ExtensionController?
Replies: 4
Views: 6663

Extension Error - ExtensionController?

12:48:46,585 ERROR [com.smartfoxserver.v2.controllers.ExtensionController-1] con trollers.ExtensionController - :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Exception: com.smartfoxserver.v2.exceptions.SFSRuntimeException Message: Request handler not found: 'testTrace'. Mak...
by coolboy714cp
16 May 2011, 21:51
Forum: SFS2X Questions
Topic: SFS 2X Connection Problem
Replies: 1
Views: 4067

One more piece of information (that may not even matter) : I have both SFS 1x and SFS 2x installed onto the server. I can only connect to SFS 1x. The servers do not run at the same time.
by coolboy714cp
16 May 2011, 21:46
Forum: SFS2X Questions
Topic: SFS 2X Connection Problem
Replies: 1
Views: 4067

SFS 2X Connection Problem

I just noticed something strange while trying out SFS 2X using AS3. I am only able to connect to my server while I'm testing my movie in Flash. That's the only way I'm able to connect. After I publish my Flash file and upload it to my webhost (which uses the same crossdomain.xml file as located in t...
by coolboy714cp
10 May 2011, 20:51
Forum: SFS2X Questions
Topic: Database Viewable In Web Browser?
Replies: 2
Views: 4914

Database Viewable In Web Browser?

Is there anyway I can configure SmartFoxServer 2x to show my MySQL database I setup inside the browser, like the H2 database as in SFS 1x? If so, how?
If I can't do this with MySQL, is it possible to do this with the H2 database?
If so, how?

Go to advanced search