Search found 7 matches

by jett
16 Aug 2016, 18:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS on Ubuntu 14
Replies: 1
Views: 5755

SFS on Ubuntu 14

Hello!

I have some problems with running SFS Basic on Ubuntu 14.04


root@server:~# cd /root/SFS/Server
root@server:~/sfs/Server# ./start.sh
root@server:~/sfs/Server# ./start.sh: line 1: ./java: No such file or directory
root@server:~/sfs/Server# java -version
java version "1.7.0_101"
OpenJDK ...
by jett
13 Jun 2016, 15:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Run error
Replies: 2
Views: 6430

Re: Run error

Hi,
it looks like you've installed the server in a folder where you don't have permissions to write file, hence the error.

If you're running Windows make sure you install the server in a folder below your User's directory. Alternatively you can run SmartFoxServer as Administrator. If I remember ...
by jett
31 May 2016, 10:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Run error
Replies: 2
Views: 6430

Run error

Hello!

I'm sorry for a lot of questions about AS and SFS2X, but I have problem with SFS Basic 1.5.5
I can't run it (I use Windows 10):
FATAL ERROR: Could not create log files.

How I can fix this error?
by jett
30 May 2016, 18:50
Forum: SFS2X Questions
Topic: Registration and authorization [AvatarChat]
Replies: 5
Views: 7776

Re: Registration and authorization [AvatarChat]

Adding new room is done by sending a CreateRoomRequest to the server. (see the API docs for the details)
As to creating maps... it's a bit too vague. Maps are abstractions that you create in your game and then present them with graphics assets on screen etc... etc...

I am not sure what you're ...
by jett
30 May 2016, 09:43
Forum: SFS2X Questions
Topic: Registration and authorization [AvatarChat]
Replies: 5
Views: 7776

Re: Registration and authorization [AvatarChat]

Hi,
we provide two specific tools for registration and login using a database to keep the user credentials.

Login Assistant: http://docs2x.smartfoxserver.com/DevelopmentBasics/signup-assistant
Signup Assistant: http://docs2x.smartfoxserver.com/DevelopmentBasics/login-assistant

And here's a full ...
by jett
29 May 2016, 19:09
Forum: SFS2X Questions
Topic: Registration and authorization [AvatarChat]
Replies: 5
Views: 7776

Registration and authorization [AvatarChat]

Hello! :)

I need help. I want to create my first online-game by SFS, but I bad in AS. :?
I downloaded and ran the example of an avatar chat. I need to make the registration and authorization of users in the game.
Each account must have its own password and nick name (may be e-mail if it is not ...