Search found 15 matches

by iceherosubzero
03 Jan 2014, 08:34
Forum: SFS2X Questions
Topic: Access denied for user 'root'@'localhost'
Replies: 2
Views: 6701

Access denied for user 'root'@'localhost'

Hello All, I have implemented a Sign Up / Login Form for user registration in my game. I have uploaded the swf file on my server and created a database in phpAdmin on the server. When I try to register, I get the below Error. components.signup.SignUpAssistant | | Unexpected SQL Error while checking ...
by iceherosubzero
31 Dec 2013, 07:56
Forum: SFS2X ActionScript 3 API
Topic: Switching user turn on time up
Replies: 2
Views: 5722

Re: Switching user turn on time up

Thanks Bax,

Problem solved, I was not removing one enter frame event listener that I had implemented when disabling the board and switching the turns.

Regards,
Iceheros.
by iceherosubzero
31 Dec 2013, 07:53
Forum: SFS2X ActionScript 3 API
Topic: Things/ variables needed to be on the server for a pool game
Replies: 1
Views: 4792

Things/ variables needed to be on the server for a pool game

Hello all, I want to know what all variables should I keep on the server side for the pool game i am making. Do I need to keep the ballCount, ballType, and how can I detect who gets which balls allotted to them when any of the user gets a ball plotted. Please can u list out the variables needed on t...
by iceherosubzero
25 Dec 2013, 08:51
Forum: SFS2X ActionScript 3 API
Topic: Switching user turn on time up
Replies: 2
Views: 5722

Switching user turn on time up

Hello All, Wishing you all a Merry Christmas!! Well I need to know how can I switch player turn when time is up? I am making a pool game and I want to switch turns when time ends. I have a few questions: I want to know should I implement the timer on the server side or client side? I am following th...
by iceherosubzero
15 Dec 2013, 14:44
Forum: SFS2X ActionScript 3 API
Topic: Creating Game Rooms at runtime for only 2 users
Replies: 8
Views: 15531

Re: Creating Game Rooms at runtime for only 2 users

Hi Lapo, I tried that, But then I want to know do I need this condition in my handleClientRequest ? if (cmd.equals("joinMe")) joinUser(user); Or something else comes there ? as handleClientRequest(String cmd, User user, ISFSObject params) //needs 3 parameters when it extends SFSExtension a...
by iceherosubzero
15 Dec 2013, 05:50
Forum: SFS2X ActionScript 3 API
Topic: Creating Game Rooms at runtime for only 2 users
Replies: 8
Views: 15531

Re: Creating Game Rooms at runtime for only 2 users

How can I make the AutoJoinerExtension into a separate ClientRequestHandler Class of its own. the below code import java.util.*; import java.util.concurrent.atomic.AtomicInteger; import com.smartfoxserver.v2.api.CreateRoomSettings; import com.smartfoxserver.v2.entities.*; import com.smartfoxserver.v...
by iceherosubzero
13 Dec 2013, 11:44
Forum: SFS2X ActionScript 3 API
Topic: Creating Game Rooms at runtime for only 2 users
Replies: 8
Views: 15531

Re: Creating Game Rooms at runtime for only 2 users

What do I need to do to display my user names / player names in two different text fields one to the left and 1 to the right for a game room for only two players? Do I need to program it on the server side or client side and do I need to use user variables. I just need to display the player names. s...
by iceherosubzero
13 Dec 2013, 11:12
Forum: SFS2X Questions
Topic: Unable to run SignUp and Login Example
Replies: 3
Views: 5254

Re: Unable to run SignUp and Login Example

I tried that, but I need the exact text that goes in the text fields for the three things / field names mentioned earlier. Connection String Database driver class Test SQL Just tell me what exact text goes in the text fields. thats all. plz help asap. I have this mysql-connector-java-5.1.12-bin with...
by iceherosubzero
13 Dec 2013, 09:23
Forum: SFS2X Questions
Topic: Unable to run SignUp and Login Example
Replies: 3
Views: 5254

Unable to run SignUp and Login Example

Hello All, I downloaded the Signup and Login Example files from http://docs2x.smartfoxserver.com/ExamplesFlash/signup-login I am unable to run the testsql from my database manager tab. Please tell me in detail what all things to write in the fields for each Database driver class: What to write in th...
by iceherosubzero
05 Dec 2013, 10:38
Forum: SFS2X ActionScript 3 API
Topic: Creating Game Rooms at runtime for only 2 users
Replies: 8
Views: 15531

Re: Creating Game Rooms at runtime for only 2 users

Hi Lapo,

Thanks a lot for your help.

Iceheros
by iceherosubzero
04 Dec 2013, 22:44
Forum: SFS2X ActionScript 3 API
Topic: Creating Game Rooms at runtime for only 2 users
Replies: 8
Views: 15531

Creating Game Rooms at runtime for only 2 users

Hello, I need to create a game room dynamically for only 2 users. How can I create a different room dynamically if the room created earlier has 2 users in it already. What I need exactly is, if there are 0 users currently connected and then (user1) connects, he gets to create a game room. The next (...
by iceherosubzero
25 Nov 2013, 12:37
Forum: SFS2X Questions
Topic: [[NEW]] SmartFoxServer 2X 2.8.0 released!
Replies: 34
Views: 58103

Re: [[NEW]] SmartFoxServer 2X 2.8.0 released!

Thanks for the reply Lapo.
Got the API working will check the patch thing myself, and if nothing works will ask you again thanks a lot.

Regards,
Iceheros
by iceherosubzero
25 Nov 2013, 11:45
Forum: SFS2X Questions
Topic: [[NEW]] SmartFoxServer 2X 2.8.0 released!
Replies: 34
Views: 58103

Re: [[NEW]] SmartFoxServer 2X 2.8.0 released!

Hello Lapo, I downloaded and installed SFS 2X version 2.7.0 on my VPS having windows server 2008. I then downloaded the patch and extracted the patch folder into Smartfoxserver_2x/installation folder then I ran the patch file install-win.bat my OS drive:\Users\{username}\SmartFoxServer_2X\SFS2X-Patc...
by iceherosubzero
20 Jun 2013, 11:36
Forum: SFS2X Questions
Topic: How to Install SFS on my web server
Replies: 1
Views: 3509

How to Install SFS on my web server

Hello All,

I wanted to install SFS on my web server for developing multi player online games. I have a web hosting plan and domains. How can I do it and what all things are needed to install SFS on my web server.

Regards,
Iceheros :)
by iceherosubzero
06 Mar 2009, 08:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Help connecting smartfox server and web server in a LAN
Replies: 1
Views: 4015

Need Help connecting smartfox server and web server in a LAN

Hi to all I have 3 systems in a LAN Network and on 1 of the system i have installed smart fox server. But i am unable to access the server from the other 2 systems. what can i do?, is there a specific path where all the html, swf files need to be stored on the server system. I have a local web serve...

Go to advanced search