Search found 32 matches

by d3m0nlogic
16 Dec 2010, 22:27
Forum: Server Side Extension Development
Topic: Moderator Login
Replies: 3
Views: 6716

http://www.gotoandplay.it/_articles/mul ... mLogin.php

is the link I used.. There isn't to my knowledge any documentation on how to do this in java. So please forgive...

From your response.. seems like I would have to do that from the Extension side. Right?

Thomas.
by d3m0nlogic
15 Dec 2010, 22:50
Forum: Server Side Extension Development
Topic: Moderator Login
Replies: 3
Views: 6716

Moderator Login

Tried to use the .. recipe for the Moderator kick.. and it doesn't work. In the login.> pointed to the smartfox.defaultzone Login Password of admin. Tried several times to kick a user.. nothing.. trace out the .AmIModerator nothing. expenditure of my life in trying to find the correct solution -- co...
by d3m0nlogic
18 Nov 2010, 00:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can't get onRoomAdded event to fire - get Null Object Error
Replies: 5
Views: 8640

yup I get the same problem

So to start Lapo, Heres the trace out from the client: [ RECEIVED ]: <msg t='sys'><body action='joinOK' r='10'><pid id='-1'/><vars><var n='_room_uid' t='n'><![CDATA[1978]]></var><var n='_city' t='s'><![CDATA[Plano]]></var></vars><uLs r='10'><u i='6' m='0' s='1' p='-1'><n><![CDATA[898987854321]]></n>...
by d3m0nlogic
26 Oct 2010, 18:31
Forum: Server Side Extension Development
Topic: VM Used Memory ::VM USAGE max'd
Replies: 4
Views: 7460

VM Used Memory ::VM USAGE max'd

aarrgh.... memory leaks... :shock: There shouldn't be a memory leak.. I will try to install again the visualvm utility. It never worked.. but I will try to get it up and running... again. The report that I got from the users of our game is that there is general lag for game play... and there aren't ...
by d3m0nlogic
26 Oct 2010, 04:04
Forum: Server Side Extension Development
Topic: VM Used Memory ::VM USAGE max'd
Replies: 4
Views: 7460

Server Lag

See --> http://www.smartfoxserver.com/forums/viewtopic.php?t=6672 What kind of lag are you experiencing? Well I get a report from my guys that the clients are experiencing lag to what best described as no response from the server.. then all at once.. I will try tomorrow to get a more detailed descr...
by d3m0nlogic
25 Oct 2010, 22:17
Forum: Server Side Extension Development
Topic: VM Used Memory ::VM USAGE max'd
Replies: 4
Views: 7460

VM Used Memory ::VM USAGE max'd

We are having problems with lag with our application .. And the VM usage is totally max'd and there are only 17 users on there. We need to know how to fix this..as it has always been this way as far as VM usage regardless of the initial committed vm memory amount.. but since the initial is 1.5 gigs....
by d3m0nlogic
19 Oct 2010, 05:22
Forum: Server Side Extension Development
Topic: MULIT-ROOM MODE---NO THANKS
Replies: 3
Views: 6830

the JoinRoom Effect....a sequel....

Thanks so much for responding. I fix it it.. this the line in code for joining. _helper.joinRoom(_user, -1,_targetRoom.getId(), true , "", true, true); I had to use this: _user.exitAllRooms(); before I used the join room call. The odd thing about this, is that the param in the config.xml, ...
by d3m0nlogic
19 Oct 2010, 00:01
Forum: Server Side Extension Development
Topic: MULIT-ROOM MODE---NO THANKS
Replies: 3
Views: 6830

MULIT-ROOM MODE---NO THANKS

I have been tearing out my hair trying to figure out how to turn this off.. I never turned it on to begin with!!! So.. the problem is.. when a user joins another game room .. they are basically still stuck in that room.. even after I user the leaveRoom call. It essentially doesn't work...HEEEEEEEEEE...
by d3m0nlogic
15 Oct 2010, 19:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: installing sfs with a bootscript
Replies: 4
Views: 6838

installing sfs with a bootscript

NIIIIICE.... :D !!

So with that, for doing amazon replication, the post-installation folder would need to be tar'd. Saves a lot of hassle if that is the case.. I am gonna try it now.
by d3m0nlogic
15 Oct 2010, 16:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: installing sfs with a bootscript
Replies: 4
Views: 6838

installing sfs with a bootscript

thanks for responsding...

To re-iterate... I am using a bash script to install and configure.->

#! /bin/sh

...stuf
...sfuf
...more stuf
.. untar and cd into sfs install folder

./install
echo "/var/smart_fox"<--- fails doesn't take the input
by d3m0nlogic
14 Oct 2010, 23:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: installing sfs with a bootscript
Replies: 4
Views: 6838

installing sfs with a bootscript

So here is the scenario: for cloud distro of our gameservers... I have a boot script: download sfs from the site, untars it creates a folder for install the launches ./install script and inputs in the name of the folder. The script fails where the install asks the folder for installation, which mean...
by d3m0nlogic
14 Sep 2010, 16:54
Forum: Server Side Extension Development
Topic: to be a player or to be a spectator
Replies: 10
Views: 13260

The admin tool is where I was looking....

:? :? :? :? :? :? :?
by d3m0nlogic
13 Sep 2010, 23:18
Forum: Server Side Extension Development
Topic: to be a player or to be a spectator
Replies: 10
Views: 13260

1.6.6 with 6.9 patch. and I do the [switch]method after the user has join the room and wants to a play a game , it then switches(or supposed to switch) spectator to player the when the user leaves the room or sends a bad card the game will kick the user to the Lobby... which I have changed to game a...
by d3m0nlogic
13 Sep 2010, 22:51
Forum: Server Side Extension Development
Topic: to be a player or to be a spectator
Replies: 10
Views: 13260

Yes sir they are. isGame="true" on all of the room in the config.xml
by d3m0nlogic
13 Sep 2010, 19:36
Forum: Server Side Extension Development
Topic: to be a player or to be a spectator
Replies: 10
Views: 13260

and the server is still laughing :twisted: :twisted: :twisted: .. (doesn't work.)

I see no change in the amount of spectators in the room. And another curious thing is the player id for all players is 0. ?????!!?!?!

ugh....

Go to advanced search