Search found 19 matches

by wulei
06 Feb 2014, 11:25
Forum: SFS2X C# API
Topic: Connexion in restricted secured networks (unity web app)
Replies: 8
Views: 13600

Re: Connexion in restricted secured networks (unity web app)

Hello Lapo, and thank you
I changed the listening port of apache from 80 to another

In SFS2X
Server configurator : General
I added in my sockect addresses under Server configurator the following line "[server ip adress] : 443 : TCP"
Thus i can connect with unity in SFS2X connection mode via the ...
by wulei
04 Feb 2014, 16:41
Forum: SFS2X C# API
Topic: Connexion in restricted secured networks (unity web app)
Replies: 8
Views: 13600

Re: Connexion in restricted secured networks (unity web app)

Hi Lapo

Attempts#1
:arrow: Html 5 example (Tris) works well with 443 port even in restricted network (That's good)
:arrow: But not with port 80 because Apache is installed on the server and when i type the ip of the server i get "It works ! ... [etc.]"
I think the 80 port is already used by ...
by wulei
04 Feb 2014, 15:13
Forum: SFS2X C# API
Topic: Connexion in restricted secured networks (unity web app)
Replies: 8
Views: 13600

Re: Connexion in restricted secured networks (unity web app)

Hello Lapo
Just a new element about my problem
I installed on my server the html5 examples (Tris)
:arrow: In a non restricted network it's ok, it's works. :)

:arrow: But my client which have a restricted network got a "Failed Connection : is Server running at all ?". :twisted:
This means he ...
by wulei
04 Feb 2014, 11:28
Forum: SFS2X C# API
Topic: Connexion in restricted secured networks (unity web app)
Replies: 8
Views: 13600

Re: Connexion in restricted secured networks (unity web app)

Hi Lapo
Information
For the moment I am trying to get in touch with people in charge of the restricted network. As soon as i got related information i will inform you.
Because i did my own html5 test, I will try to set up the "html5 examples" on our server and do tests in restricted network and ...
by wulei
03 Feb 2014, 14:24
Forum: SFS2X C# API
Topic: Connexion in restricted secured networks (unity web app)
Replies: 8
Views: 13600

Connexion in restricted secured networks (unity web app)

Hello everyone
I really require help or alternative about connecting a server from a Unity Web App in a restricted network

My situation
I work with Unity3D & SmartFoxServer2X and i export my Unity project to Unity Web Player application.
Our client has a restricted network.
In a NOT restricted ...
by wulei
29 Jan 2014, 11:49
Forum: 2X Features Wish List
Topic: SFS2X custom Admin Tool modules
Replies: 21
Views: 104608

Re: SFS2X custom Admin Tool modules

Yes absolutly
Thus the Admin's creativity will become a source of power !
The king admin will evolve in god admin !! =)
For example add new visuals about some things to watch and modify the game in real time via admin tools and stuff like that ^^
by wulei
28 Jan 2014, 19:05
Forum: SFS2X HTML5 / JavaScript API
Topic: html5 Connection failed Is the server running at all
Replies: 1
Views: 8086

Re: html5 Connection failed Is the server running at all

hello again !
I have finally resolved the problem
In the administrator panel, I change this :
"Server Configurator" > "Html5 websockets" > "WebSocket listener address" = "127.0.0.1" (port 8888)
into this
"Server Configurator" > "Html5 websockets" > "WebSocket listener address" = "myPublicIPAdress ...
by wulei
28 Jan 2014, 15:37
Forum: SFS2X HTML5 / JavaScript API
Topic: html5 Connection failed Is the server running at all
Replies: 1
Views: 8086

html5 Connection failed Is the server running at all

Hello everyone ! I spent hours in vain in order to find answers to my problem in reading other related post and on google.
I have a problem and need your help plz
I need to connect via a Html5/javascript script to SFS2X and send request to it.

I try to connect to SFS2X via HTML 5 and Javascript ...
by wulei
25 Oct 2013, 14:37
Forum: SFS2X Questions
Topic: Creating group of rooms at runtime as client or visitor
Replies: 5
Views: 8376

Re: Creating group of rooms at runtime as client or visitor

Yeah that's clear thank you very much !
As i would say in french "tu gères la fougères"
which means "you are the man" with rhyme
by wulei
25 Oct 2013, 13:29
Forum: SFS2X Questions
Topic: Creating group of rooms at runtime as client or visitor
Replies: 5
Views: 8376

Re: Creating group of rooms at runtime as client or visitor

Thanks for answers about the two first questions !

Here is the third question clarified :
Is a spectator can both receive and send message in a room ?
In fact i have no idea of what can do and can't do a spectator in comparison to a player inside a room ?
So i have supposed that a spectator can ...
by wulei
25 Oct 2013, 10:08
Forum: SFS2X Questions
Topic: Creating group of rooms at runtime as client or visitor
Replies: 5
Views: 8376

Creating group of rooms at runtime as client or visitor

About creating group of rooms at runtime as client/visitor | About spectators in rooms

Hello everyone,
i have some questions in mind:

:?: First, how can i create a group of rooms at runtime as a client ?
Because currently i suppose that there is a kind of array in which are add freshly created ...
by wulei
19 Sep 2013, 08:31
Forum: SFS2X Questions
Topic: The maximum number of room that a SFS instance can support
Replies: 2
Views: 5265

Re: The maximum number of room that a SFS instance can suppo

Thank you very much for good news the morning
This day promise to be great ^_^
by wulei
18 Sep 2013, 19:38
Forum: SFS2X Questions
Topic: The maximum number of room that a SFS instance can support
Replies: 2
Views: 5265

The maximum number of room that a SFS instance can support

Hello everyone
I didn't find the answer to my question wich is the following :
What is the max number of rooms we can create in a smartfox instance ?
I want to use rooms as channel for chat, for game, for any other stuffs in same time
The amount of rooms will be huge
For example any (registered ...
by wulei
13 Sep 2013, 15:56
Forum: SFS2X Questions
Topic: Send Private Message to a list of Users
Replies: 9
Views: 12624

Re: Send Private Message to a list of Users

Ok
Thanks a lot for answers and help
by wulei
13 Sep 2013, 14:19
Forum: SFS2X Questions
Topic: Send Private Message to a list of Users
Replies: 9
Views: 12624

Re: Send Private Message to a list of Users

PS :
And the last strange question but not least :
Is a client is able to
  • subscribe another client to a group of rooms
    make a client join a room
if the logic allows it ?