Search found 204 matches

by Ninjaoninja2
13 Jul 2017, 14:01
Forum: SFS2X HTML5 / JavaScript API
Topic: Is there anyway to pass a....
Replies: 4
Views: 7176

Is there anyway to pass a....

Hi there, I'm working on Virtual World in HTML5/JS. And I've come across an error stating that the username and password code must be a string, is there anyway to not have to use a string and instead pass the parameters from a username and password input textbox to SFS as the username and password? ...
by Ninjaoninja2
06 Jul 2017, 14:49
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Re: Web Socket problems.

Okay. Depending on the certificate provider you get all sorts of formats and combinations, unfortunately, and it's difficult to provide directions for all of them. If you want we can take a look, if you can send both file to our email (support@...) Thanks p.s. = add a reference to this discussion i...
by Ninjaoninja2
06 Jul 2017, 14:37
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Re: Web Socket problems.

Lapo wrote:So you've got the certificate and private key in .crt format, correct?

Correct.
by Ninjaoninja2
06 Jul 2017, 14:25
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Re: Web Socket problems.

Cool. Next thing I have to ask did you follow the docs step by step? http://docs2x.smartfoxserver.com/GettingStarted/cryptography Section "SSL Certificates" Did you find any issues at any of the steps? Also one source of confusion / problems with certificates is the three items that are g...
by Ninjaoninja2
06 Jul 2017, 14:08
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Re: Web Socket problems.

Lapo wrote:Yeah, the error is due to an incorrect step in the deployment of the certificate.
Just to understand are you running SFS2X 2.13 or something older?

I ask because since 2.13 all web services are managed via Jetty, websockets included. Prior to 2.13 we used another engine.

No, I'm running 2.13. :)
by Ninjaoninja2
06 Jul 2017, 12:43
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Re: Web Socket problems.

Hi, if the browser test says it's not a secure connection the certificate isn't working. There might be server side errors. Have you checked? In case there are let us know what it is. As regards the AdminTool error, the problem is that you first need to configure the server to use SSL for the admin...
by Ninjaoninja2
05 Jul 2017, 17:07
Forum: SFS2X Questions
Topic: Web Socket problems.
Replies: 12
Views: 11940

Web Socket problems.

Hello, I've been trying to enable my certificate that I bought form GoDaddy to work with 2X, I installed it the way the docs said too. But for some reason I think it's still reading the old one. I've tried to go to the (myip):8443 but it comes up that the connection is not secure. The ssl.ini is poi...
by Ninjaoninja2
15 Jun 2017, 14:24
Forum: 2X Features Wish List
Topic: Unity2D examples + API.
Replies: 2
Views: 8964

Re: Unity2D examples + API.

Hi, interesting idea. We'll think about it. Actually the SpaceWar demo is a Unity 2D example: http://docs2x.smartfoxserver.com/ExamplesUnity/spacewar In terms of API, nothing changes. The SFS2X API to use is the same, and basically all concepts you have learned in Unity 3D will apply in 2D as well....
by Ninjaoninja2
12 Jun 2017, 19:23
Forum: 2X Features Wish List
Topic: SFS2X custom Admin Tool modules
Replies: 21
Views: 63886

Re: SFS2X custom Admin Tool modules

Bax wrote:For the moment we put this idea aside in favor of others, sorry.

It's 2017 now. Is this still set aside?
by Ninjaoninja2
12 Jun 2017, 19:18
Forum: 2X Features Wish List
Topic: Unity2D examples + API.
Replies: 2
Views: 8964

Unity2D examples + API.

Hey,
I'd like to see alongside the Unity3D some Unity2D examples and API, I think it would lalow Flash 2D dev's to migrate easier to Unity, it's something that I think certainly could be looked into.
by Ninjaoninja2
20 May 2017, 22:06
Forum: SFS2X Questions
Topic: What's the purpose of multiple 2X instances?
Replies: 3
Views: 5719

What's the purpose of multiple 2X instances?

I've seen a lot of topics, questions, and even a post on this on the blog. But what would be the purpose for using multiple instances of SFS on one server, I mean you can already create different zones for different games so I couldn't see it being used for multiple games? Is there something I'm mis...
by Ninjaoninja2
20 May 2017, 21:55
Forum: SFS2X Questions
Topic: SFS2X starts with no errors but cannot access it
Replies: 2
Views: 4370

Re: SFS2X starts with no errors but cannot access it

Hi, try starting up the server via the sfs2x.sh command. Like: ./sfs2x.sh And see if you get more details. Thanks. p.s. = if you're running another web server there might be a port conflict. SFS2X 2.12 and higher open by default ports 8080 and 8443 cheers Hey Lapo, I did a reinstallation of version...
by Ninjaoninja2
18 May 2017, 21:34
Forum: SFS2X Questions
Topic: SFS2X starts with no errors but cannot access it
Replies: 2
Views: 4370

SFS2X starts with no errors but cannot access it

Hey guys, I've encountered an interesting issue between my server and SFS2X, I just did a basic install of 2X on my test server (version 2.13) and for some reason everything starts without ANY errors I've scrolled up and down the log, nothing. So I'm wondering why cannot I reach the 2X welcome page ...
by Ninjaoninja2
18 May 2017, 21:31
Forum: 2X Features Wish List
Topic: Can config activation code
Replies: 5
Views: 12899

Re: Can config activation code

Lapo wrote:It is coming with SFS2X 2.13, due in a few days.
Stay tuned

Hey Lapo, 2.13 came out but I didn't see it in the changelog? Are you guys updating the docs to match it?
by Ninjaoninja2
26 Apr 2017, 23:24
Forum: SFS2X Questions
Topic: Cannot convert 293 to com.smartfoxserver.v2.entities.variables.UserVariable.
Replies: 11
Views: 17057

Re: Cannot convert 293 to com.smartfoxserver.v2.entities.variables.UserVariable.

You sending numbers, where there should only be instances of SFSUserVariable's... var userVars:Array =[px, py];//Problem is right here. userVars.push(new SFSUserVariable(this.USERVAR_X, px)); userVars.push(new SFSUserVariable(this.USERVAR_Y, py)); //Change that to... var userVars:Array = new Array(...

Go to advanced search