Search found 1673 matches

by BigFIsh
12 Jun 2012, 17:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Security against database hack
Replies: 2
Views: 21253

Security against database hack

A must read: http://crackstation.net/hashing-security.htm and http://www.computerworld.com/s/article/9227869/Hackers_crack_more_than_60_of_breached_LinkedIn_passwords Procedure for SFS1.x: 1. At registration, generate a strong salt and encrypt the password using registration_encrypted_password = Ha...
by BigFIsh
08 Nov 2011, 02:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Parrrot Land Help
Replies: 1
Views: 5098

Sorry, but that's something you will need to figure out for yourself.

SmartFoxServer have provided some excellent examples/tutorials that you can study for yourself. Once you get the basic of data exchange and database interaction, you'll be able to answer your own question and do more.
by BigFIsh
01 Nov 2011, 01:44
Forum: Server Side Extension Development
Topic: Cycling through zones
Replies: 4
Views: 9264

Have you tried _server.instance.getAllZones(); ?
by BigFIsh
30 Oct 2011, 22:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Accounts
Replies: 1
Views: 5238

I'm sorry, but we'll need more information about the problem in order to help you. So, please take your time and explain.
by BigFIsh
29 Oct 2011, 02:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: crossdomain.xml / AllowedDomain setup
Replies: 3
Views: 9033

Maybe this will answer your question?

http://stackoverflow.com/questions/7931 ... rts-closed
by BigFIsh
29 Oct 2011, 02:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Zone scalebility - maxUsers = ???
Replies: 1
Views: 4957

Can SFS spawn off a new zone, or will the users just get locked out? SFS won't automatically spawn off a new zone, thus will locking out users. If I don't include the tag, is the number of users unlimited? Yes, providing that your licence is unlimited. Can SFS handle several thousand (or hundred th...
by BigFIsh
27 Oct 2011, 23:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Learning Techniques
Replies: 2
Views: 6117

There's no prefect way to 'learn' something. Everyone have their own best method of learning. However, I'll share with you what I've done in the past. When I started using SmartFoxServer, I had no knowledge of Actionscript. I did a lot of reading to start with. But the best way to get these knowledg...
by BigFIsh
25 Oct 2011, 23:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS process data very slowly
Replies: 1
Views: 5261

We use SFS for our multiplayer game server side defelopment. On Friday the online and running game suddenly found was very slow on data processing by SFS. Players communicate data of any in game steps or activities in a very very slow mode. It happens whenever the number of players rise more than 3...
by BigFIsh
25 Oct 2011, 23:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: crossdomain.xml / AllowedDomain setup
Replies: 3
Views: 9033

I'm no expert on this, but assuming that your cross policy file is located on https://www.myflashsite.com/crossdomain.xml, try placing the following code in your swf:

Code: Select all

System.security.loadPolicyFile("https://www.myflashsite.com/crossdomain.xml");
by BigFIsh
25 Oct 2011, 17:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Get any room UserList and userVariables
Replies: 1
Views: 5379

Hello, The best approach for doing this is creating your own serverside logic and get the client to manually request the userlist data instead of it being automatic because of bandwidth considerations. On serverside, you would populate a list of users and their required variables and send it back to...
by BigFIsh
20 Oct 2011, 19:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

I believe patching from 1.6.6 to 1.6.9 won't require any change in your code. Refer to these patch notes: 1.6.7: http://www.smartfoxserver.com/forums/viewtopic.php?t=6006 1.6.8: http://www.smartfoxserver.com/forums/viewtopic.php?t=6474 1.6.9: http://www.smartfoxserver.com/forums/viewtopic.php?t=8233...
by BigFIsh
19 Oct 2011, 21:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

Could you please try upgrading to SFS Pro v 1.6.9 (Patch) and see if this resolves the problem.
by BigFIsh
18 Oct 2011, 16:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

What is your SmartFoxServer and Client API version?
by BigFIsh
18 Oct 2011, 16:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: login system in avatarChat
Replies: 1
Views: 5036

Hello, this is probably one of the most common topic discussed in this forum. Please use the search tool to find existing threads regarding login/registration system.
by BigFIsh
18 Oct 2011, 16:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: pixel game sfs pro java extension not working properly
Replies: 1
Views: 5013

There may be a problem with your workflow. Have you had a look at existing examples provided? Basically this what should happen: 1. Login 2. Get room list. 3. Join a room 4. While in a room, listen for 'room added' or 'room deleted' event to update your room list locally. 5. After joining and leavin...

Go to advanced search