Search found 2805 matches

by rjgtav
11 Jul 2014, 12:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Help with saving a color
Replies: 2
Views: 6498

Re: Help with saving a color

Hi there, It seems you aren't sending the necessary variables to the php file. I'd suggest you to use the LoadVars class instead of using the loadVariablesNum method. On the LoadVars class you have a send() method (if you only want to send data to php, but don't need to retrieve anything from it) an...
by rjgtav
11 Jul 2014, 12:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [Solved]VPS Setup help.[Solved]
Replies: 25
Views: 50939

Re: VPS Setup help.

Hi there,

Have you tried configuring the serverIp setting as *?
by rjgtav
08 Jul 2014, 14:20
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 96989

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

Everything installed well now ;)
I've checked both files, and both have 50+MB in size
by rjgtav
08 Jul 2014, 13:00
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 96989

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

Hello guys,

I'm also getting the same error (running Windows 8.1 64-bit over here) with both Windows installers.
It seems the installer that was uploaded is corrupted.
by rjgtav
25 Nov 2013, 01:07
Forum: SFS2X Questions
Topic: How do I allow admins into the admin panel....
Replies: 13
Views: 15854

Re: How do I allow admins into the admin panel....

Hi, For testing purposes, try setting the Administration TCP Port setting to -1 and then restart the server. If your buddy is able to login after this, then he's either connecting to the wrong port (please double check) or his firewall is preventing him from establishing a direct connection. Hope th...
by rjgtav
20 Nov 2013, 00:20
Forum: Java2SE / Android Client API
Topic: Increase INDATA memory limit more than 32KB for JAVA Client
Replies: 3
Views: 15289

Re: Increase INDATA memory limit more than 32KB for JAVA Cli

Let's talk only on the other topic, as Lapo is already there also helping ;)
by rjgtav
16 Nov 2013, 02:56
Forum: SFS2X Questions
Topic: How do I allow admins into the admin panel....
Replies: 13
Views: 15854

Re: How do I allow admins into the admin panel....

Good evening, In order to configure multiple administrator accounts you'll have to configure the Remote Administrators setting on the Server Configurator module of the AdminTool. You can find a more detailed explanation of all the options at the documentation, on the "Remote Admin tab" sec...
by rjgtav
16 Nov 2013, 02:40
Forum: SFS2X HTML5 / JavaScript API
Topic: High latency when playing a game
Replies: 36
Views: 53793

Re: High latency when playing a game

Hi. Can you test the lag results with all the major browsers? Chrome, Firefox, IE 10 or 11, Opera and maybe Safari? You mentioned that the lag changed a lot from a browser to another, so maybe there's some clue there. In order to get the best results, use 1 browser at a time, with only your game ope...
by rjgtav
16 Nov 2013, 02:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Uppercase
Replies: 5
Views: 9500

Re: Uppercase

Hmm.. I think displaying that error message to a player that is just entering as a Guest may sound a bit confusing to the user.
Maybe you could automate the system so that it retries to login with a different name in case it is a Guest login and the username already exists?
by rjgtav
16 Nov 2013, 02:23
Forum: Java2SE / Android Client API
Topic: Increase INDATA memory limit more than 32KB for JAVA Client
Replies: 3
Views: 15289

Re: Increase INDATA memory limit more than 32KB for JAVA Cli

Hi,
What Client API version are you using?
Can you try increasing that value even further? Maybe your room list is really long..

Cheers
by rjgtav
14 Nov 2013, 03:13
Forum: SFS2X Questions
Topic: Injecting data from server side in extensionrequest
Replies: 11
Views: 13310

Re: Injecting data from server side in extensionrequest

Basically if I can figure out how to access the User object for the request that is sent from the client to my server then I'm good to go. Everything is on the documentation :D You can find a reference to the User object which sent the request on the handleClientRequest(user, params) method of your...
by rjgtav
14 Nov 2013, 03:09
Forum: SFS2X Questions
Topic: Injecting data from server side in extensionrequest
Replies: 11
Views: 13310

Re: Injecting data from server side in extensionrequest

Hmmm I'm sorry, but... SmartFoxServer uses Java on the server-side.. You're using SmartFoxServer, right? The main Data Structures are mostly the same on both the server-side and the client. Which means, in this specific case, both the User Object on the cliand and on the server have an id property, ...
by rjgtav
14 Nov 2013, 02:09
Forum: SFS2X Questions
Topic: Injecting data from server side in extensionrequest
Replies: 11
Views: 13310

Re: Injecting data from server side in extensionrequest

Hello, The User object is already unique to each player, and each User object has an unique ID. Is it enough for your purposes? If it is, for example, a database id, you can store it on the server-side only, through the .getProperty() and .setProperty() methods of the User object. More information a...
by rjgtav
14 Nov 2013, 02:05
Forum: SFS2X Questions
Topic: Is their a way to self-host for a testing session
Replies: 1
Views: 3867

Re: Is their a way to self-host for a testing session

Hi,

By default, you'll have the examples running on SFS2X's integrated webserver.
You can find instructions about how to install the examples at the server's page (i.e. port 8080 on server's IP), on the Examples section

Hope this helps
by rjgtav
14 Nov 2013, 02:01
Forum: SFS2X Questions
Topic: How do i connect to a VPS
Replies: 6
Views: 8800

Re: How do i connect to a VPS

Hi,

You can use a SSH client like Putty in order to connect to your VPS and manage it.
Alternative, if your VPS supports it, you can use a FTP File Manager in order to edit the files.

Cheers

Go to advanced search