Search found 1673 matches

by BigFIsh
18 Oct 2011, 16:29
Forum: Server Side Extension Development
Topic: sfs pro java extension
Replies: 1
Views: 5133

Hello,

Java is similar to AS3. So it shouldn't be too hard to convert from an AS1 extension to a Java extension, and there's quite a few of AS extensions.

This thread is a good starting place for Java development: viewtopic.php?t=7467
by BigFIsh
16 Oct 2011, 00:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AS3 Room variables and problems with receiving messages
Replies: 1
Views: 4507

- What is the version of your client API and your server? - Are both of your client and server up to date? Issues can occur if they are not both up to date. - Are you using sendGenericMessage? If so, make sure that the data you send is valid. - It may help to enable DebugOutgoingMessages and DebugIn...
by BigFIsh
16 Oct 2011, 00:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Uploading new flash game to smartfoxserver pro 1.6.6
Replies: 1
Views: 4292

You're not making sense here. It is as if you're referring smartfoxserver as an external server in which you upload your game to. I think what you mean is uploading your game to an external web server for all players to see? If so, please refer to the online documentation and use the forum search to...
by BigFIsh
16 Oct 2011, 00:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Handling extension response from multiple rooms simultaneous
Replies: 1
Views: 4942

Yes, you'll need to pass the room id. See this thread: http://www.smartfoxserver.com/forums/viewtopic.php?t=6430
by BigFIsh
11 Oct 2011, 17:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to get access to flash files on smartfoxserver pro
Replies: 2
Views: 4965

Sorry, but we will not be able to help you with this.
by BigFIsh
11 Oct 2011, 05:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Requesting help to fix the SmartFoxServer connection
Replies: 2
Views: 5492

java.sql.SQLException: Access denied for user 'administrator'@'localhost' (using password: YES) That's pretty much the reason. Make sure you have configured your database correctly. Check permissions and remote access (if required) settings. Try connecting to your database outside of SmartFoxServer...
by BigFIsh
11 Oct 2011, 04:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MySQL Database connector not working!!
Replies: 1
Views: 4104

Could you please provide us the error dump provided in the log after unabling to start smartfoxserver? They will be located in {path to SFS}\Server\logs\
by BigFIsh
11 Oct 2011, 04:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Tile based Avatar Chat.
Replies: 3
Views: 6008

If you need help from other users for creating your game, I suggest posting a job request.
by BigFIsh
11 Oct 2011, 04:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29260

Note that you need to manually set the myUserId and myUserName in order for setUserVariables to work with custom login. This is because the client API needs to know the smartfoxserver user id for that user, otherwise it will not work. If you didn't set myUserId, then the client API will basically te...
by BigFIsh
11 Oct 2011, 04:44
Forum: Server Side Extension Development
Topic: How to develop Singleplayer games via Smartfoxserver
Replies: 1
Views: 4955

NPC is like a fake user. It uses a socket channel (server) as a real user would. NPC = Non-player character. So basically it is like a 'bot' which usually is controlled by the code itself. In your case, the server would be controlling the state of each NPCs. Have you had a look at this thread? http:...
by BigFIsh
06 Oct 2011, 22:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29260

Don't you know what SFS user Id is?

smartfox.myUserId = {the smartfox user id that you'll need to fetch from the server for that particular user upon successful login}
by BigFIsh
06 Oct 2011, 08:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: sendMail with chinese characters
Replies: 7
Views: 11491

This may not be a SmartFoxServer issue. See this posting: http://drupal.org/node/78876
by BigFIsh
05 Oct 2011, 02:53
Forum: Server Side Extension Development
Topic: How to create a dynamic room
Replies: 3
Views: 8169

Could you please provide us the script that you tried to use to create a dynamic room?

Furthermore, have you had a look at this example which involves creating of dynamic room? (It's in AS though)
by BigFIsh
03 Oct 2011, 19:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29260

smartFox.myUserId = {the SFS user id you sent along with the logOK reponse};
smartFox.myUserID = {the user name used for login};
by BigFIsh
02 Oct 2011, 22:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: DbManager error during command execution
Replies: 1
Views: 4173

I would try pasting that query directly into the database itself. Maybe it is a case of 'duplicate' avatar name.

Go to advanced search