Search found 107 matches

by Menser
18 Aug 2008, 11:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Developing multiplayer games using PHP
Replies: 6
Views: 8913

Hello- Yes, you can use php and MySql in conjunction with SmartFox, however depending on the version you plan on using, you can skip using php all together. The PRO version of SFS includes the ability to extend the server using java,AS1, or python. You can read more about it on the features page and...
by Menser
13 Aug 2008, 15:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFox Server is not up & running
Replies: 19
Views: 20914

Heya- the problem appears to be coming in when it attempts to load the internalDBDemo extension. More specifically when its checking if a table exists. Have you altered any settings for the h2db? perhaps removed, or altered any tables present in it? or hanged any other settings related to it? _-Mens...
by Menser
13 Aug 2008, 15:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: getUserList
Replies: 1
Views: 4145

Heya-

From the client, no.

From server extension, im fairly certain yes.

Which are you trying to do?

_-Menser-_
by Menser
13 Aug 2008, 02:07
Forum: Server Side Extension Development
Topic: send Global as Serverside Extension
Replies: 3
Views: 6458

Heya Crafty- Yes, without a doubt it would be nice to have some documentation on this adiminstrative extension, and what all it entails if there is anything more then just kick and ban. Just recently someone on the forums was asking about Kicking and Banning of users and was also a tad lost when it ...
by Menser
12 Aug 2008, 15:10
Forum: Server Side Extension Development
Topic: send Global as Serverside Extension
Replies: 3
Views: 6458

Heya- You said you are using the Pro version. So could you not simply write a small extension command that when received from the server sends the message out to everyone logged in? If you did it this way there is no reason to have the user join everyroom, broadcast the message then leave. Instead y...
by Menser
12 Aug 2008, 14:54
Forum: Server Side Extension Development
Topic: How to process same SF Events in many different Scene Movie?
Replies: 1
Views: 4246

Heya- What you are trying to do, in the way you are trying to do it is not possible. What you are doing is overwriting the function once here, then overwriting it again later. This doesnt work, last one to overwrite it is the code thats in place. What you need to do is have you root movieclip captur...
by Menser
08 Aug 2008, 12:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Clustering performance and howto
Replies: 2
Views: 4533

Hey-

Clustering doesnt really make anything faster.
All it does is allow you to have more incoming connections being handled and processed so as not to slow a single server down.

As for the cost, i gots no clue.


_-menser-_
by Menser
07 Aug 2008, 18:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [HELP] Since do I start creating a game online? [HELP]
Replies: 2
Views: 4607

Hey-

Not a whole lot to go on there.

But a good place to start is in the documentation, it provides several great examples and tutorials to lean from and build on.

[url]http://www.smartfoxserver.com/docs/index.htm[/ul]

_-Menser-_[/url]
by Menser
07 Aug 2008, 11:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxClient.joinRoom() not working
Replies: 4
Views: 7639

Heya-

Not alot to go on in your post, lol.

Couple of questions:

1) Are you using a custom login?
2) If you are using a custom login, can you post that portion of your extension.
3) Can you post your code where you are trying to join a room.

_-Menser-_
by Menser
07 Aug 2008, 11:29
Forum: Server Side Extension Development
Topic: login in java server extension
Replies: 6
Views: 9101

Hey- Ok, so i found the answer to your problem The canLogin method in the ExtensionHelper class returns a Users object (that is already added to the zone) if they can successfully login. http://www.smartfoxserver.com/docs/docPages/javadoc/it/gotoandplay/smartfoxserver/extensions/ExtensionHelper.html...
by Menser
07 Aug 2008, 11:03
Forum: Server Side Extension Development
Topic: login in java server extension
Replies: 6
Views: 9101

Heya-


Yeah it hink the extension helper documentation is just missing the entry for it, im"fairly" certain the method actually exists within it even if not documented there.

_-menser-_
by Menser
07 Aug 2008, 11:00
Forum: Features Wish List
Topic: Forums
Replies: 0
Views: 10616

Forums

Heya- I was thinking, it would be great three have three new topics on the forums. General AS questions. General Java questions. General Python Questions. or even if crunched down to one topic General Coding questions (AS, Java, Python) Why? Well im a member on a couple other sites related to progra...
by Menser
07 Aug 2008, 10:42
Forum: OpenSpace v1 discussions and help
Topic: click behind a movieclip (tile)
Replies: 8
Views: 12599

Heya- Something i would like to see, and is kinda kinda along the lines of what nig3d is looking to do. Would it be possible make it so its an option that objects(i used objects loosley) that you are standing behind can just outright disappear or be cut away or go real transparent? Ala diablo when y...
by Menser
07 Aug 2008, 10:33
Forum: Server Side Extension Development
Topic: login in java server extension
Replies: 6
Views: 9101

Heya- You are right, i glanced over the docs for the java extensions as well, and could not readily find where loginUser was. However, due to my large cranial region having a high retention span for random tidbits of knowledge, i think i know where it is. If i remember correctly you login a user usi...
by Menser
07 Aug 2008, 10:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: getActiveRoom().getUserList() is returning no users
Replies: 7
Views: 10262

Hey- Unless im mistaken, and its very possible i am since i typically only do custom logins and im not that familiar with regular login logic, but... getRoomList is a required call once you log in (or sendRoomList from server). Why? Upon first logging in, the client needs the roomList in order to pe...

Go to advanced search