Search found 2805 matches

by rjgtav
06 Aug 2015, 11:21
Forum: SFS2X Questions
Topic: user is guest or normal user
Replies: 3
Views: 7596

Re: user is guest or normal user

Hi, On the server-side, on the User object, you have the .getPrivilegeId() method which does the same as the client-side version Lapo presented. For example, your code should look something like: if (user.getPrivilegeId() == 0) ... where user is an User object. For more informatio you can read getPr...
by rjgtav
04 Aug 2015, 12:24
Forum: Job offers and requests
Topic: SFS Expert looking for work
Replies: 0
Views: 17006

SFS Expert looking for work

Hello, I'm Ricardo Tavares and I'm looking for someone or some company to work with. I've been working with both SFS Pro and SFS2X for some years, usually using Adobe Flash, Unity and HTML5 for the client-side. I'm also used to develop server-side extensions, usually using Java and Actionscript. You...
by rjgtav
05 Aug 2014, 10:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating a New Virtal World : The Fun Virtuals
Replies: 8
Views: 17934

Re: Creating a New Virtal World : The Fun Virtuals

So, yup I have downloaded and installed the sfs pro then ?? Do you can guide me step by step or help me creating this world including making graphics etc ?? :?: Now that you've installed sfs, you can go ahead and study the official examples, while studying the related documentation at the same time...
by rjgtav
05 Aug 2014, 10:19
Forum: Server Side Extension Development
Topic: Disconnecting a user at a certain time.
Replies: 9
Views: 16938

Re: Disconnecting a user at a certain time.

Hi there,

In order to disconnect everyone from the server you can simply shutdown the server, and everyone will be kicked out.
Maybe you could also send a Zone-wide Moderator message informing that the server would shutdown in a few minutes.

Cheers
by rjgtav
22 Jul 2014, 10:15
Forum: SFS2X Questions
Topic: Can't catch user disconnection
Replies: 3
Views: 10691

Re: Can't catch user disconnection

Can you tell us what was the issue?
It may help someone else in the future :wink:
by rjgtav
22 Jul 2014, 10:15
Forum: SFS2X Questions
Topic: Cannot restart server from admin console (2.9 on MacOS X)
Replies: 7
Views: 12522

Re: Cannot restart server from admin console (2.9 on MacOS X

Hello,

Can you post the logs of the server?
You can find them under SFS2X/logs. The most recent one is called smartfox.log
by rjgtav
22 Jul 2014, 10:11
Forum: SFS2X HTML5 / JavaScript API
Topic: HTML5 / JS APi fail to connect
Replies: 12
Views: 26236

Re: HTML5 / JS APi fail to connect

Just to recap. Does the problem go away by using the latest API? If yes, then it is expected. SFS2X 2.9 requires the usage of the latest HTML5 API. Cheers Ohayo Lapo, Yeah, the problem is fixed by using the latest API. The only problem is that the current HTML5 Examples package ships with the previ...
by rjgtav
22 Jul 2014, 10:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating a New Virtal World : The Fun Virtuals
Replies: 8
Views: 17934

Re: Creating a New Virtal World : The Fun Virtuals

Hello, Well, you wont find a complete tutorial from a to z on "how to create a virtual world"... A virtual world is made of multiple small module that, together, create the entire virtual world experience. It will be easier for you to find tutorials about some of those modules. For example...
by rjgtav
22 Jul 2014, 02:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: What are the guidelines for obtaining an Unlimited CCU Lisce
Replies: 2
Views: 7585

Re: What are the guidelines for obtaining an Unlimited CCU L

Hello,

I suggest you to contact the SmartFoxServer team at the email: support (at) smartfoxserver (dot) com
by rjgtav
21 Jul 2014, 20:18
Forum: SFS2X HTML5 / JavaScript API
Topic: HTML5 / JS APi fail to connect
Replies: 12
Views: 26236

Re: HTML5 / JS APi fail to connect

Hi there, Yesterday I've faced that same error when working on my end. That error occurs when using the previous API with the most recent version of SFS2X. You can fix it by downloading the most recent version of the HTML5 Client API from: http://www.smartfoxserver.com/download/sfs2x#p=client Cheers
by rjgtav
21 Jul 2014, 20:16
Forum: SFS2X Questions
Topic: Can't catch user disconnection
Replies: 3
Views: 10691

Re: Can't catch user disconnection

--- Moved to the correct forum section ---
by rjgtav
21 Jul 2014, 20:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [Solved]VPS Setup help.[Solved]
Replies: 25
Views: 47160

Re: VPS Setup help.

Hello,

Are you using the correct java runtime for linux from Sun Microsystems?

I suggest you to look at this topic, as it seems about the same issue you're facing:
viewtopic.php?f=1&t=2166&p=8797&hilit=SmartFoxSimpleLogFormatter#p8797

Cheers
by rjgtav
21 Jul 2014, 20:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating a New Virtal World : The Fun Virtuals
Replies: 8
Views: 17934

Re: Creating a New Virtal World : The Fun Virtuals

Hello there.

Well, the first thing you'll need to do is setup and configure SFS.
You can find instructions about how to achieve it on multiple platforms at the official documentation:
www.smartfoxserver.com/docs/1x/docPages ... lation.htm

Cheers
by rjgtav
21 Jul 2014, 03:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [Solved]VPS Setup help.[Solved]
Replies: 25
Views: 47160

Re: VPS Setup help.

What happened when you configured the <serverIp> setting to *?

I've found on the web that you need to buy a dedicated IP in order to BlueHost to open the ports for you.
Have you bought it?

Thanks
by rjgtav
20 Jul 2014, 18:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [Solved]VPS Setup help.[Solved]
Replies: 25
Views: 47160

Re: VPS Setup help.

Hello, If SFS binds a correct IP and port, even if the port is blocked, SFS will still bind successfully and not provide any errors. In your case, as SFS is reporting it can't bind the specified IP, then it means that the IP you've configured on the <serverIp> setting of the config.xml file is proba...

Go to advanced search