Hi guys,
First of all I need to thank you for all your support so far :) . RjGTav and BigFish you guys rock, keep it up ! :wink:
1) Secondly I'd like to ask what is the best way to kick someone, a) from the rooms, and b) from the server ( in case I am banning him ) .
2) Also I'm using a friends ...
Search found 36 matches
- 18 Apr 2011, 12:34
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Kick !
- Replies: 1
- Views: 4088
- 17 Apr 2011, 15:02
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Three questions :)
- Replies: 3
- Views: 5907
- 17 Apr 2011, 08:42
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Three questions :)
- Replies: 3
- Views: 5907
Three questions :)
Hi Guys,
I'd like to send a special variable from one user to another.
1) Is there a direct way to do this, or just going through the server ?
2) On the server side, si there a simpler way to get the user than sending the username in the parameters, then running a for :
[code]for(var i = 0 ; i ...
I'd like to send a special variable from one user to another.
1) Is there a direct way to do this, or just going through the server ?
2) On the server side, si there a simpler way to get the user than sending the username in the parameters, then running a for :
[code]for(var i = 0 ; i ...
- 15 Apr 2011, 07:16
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Extension going to the same user ?
- Replies: 1
- Views: 4165
Extension going to the same user ?
Hi Guys,
I'm in the testing phase of my particularised database chat.
So here is my problem :
Every time a user enters my room, I send the server a request from everyone in the room, to get his data -= avatar, level, id, etc. =- .
[code]
// getting the name
var params:Object = new Object ...
I'm in the testing phase of my particularised database chat.
So here is my problem :
Every time a user enters my room, I send the server a request from everyone in the room, to get his data -= avatar, level, id, etc. =- .
[code]
// getting the name
var params:Object = new Object ...
- 15 Apr 2011, 06:17
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: AS1 library ?
- Replies: 9
- Views: 12225
- 14 Apr 2011, 19:17
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: AS1 library ?
- Replies: 9
- Views: 12225
- 12 Apr 2011, 00:56
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: AS1 library ?
- Replies: 9
- Views: 12225
- 11 Apr 2011, 13:29
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: AS1 library ?
- Replies: 9
- Views: 12225
- 11 Apr 2011, 12:55
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: AS1 library ?
- Replies: 9
- Views: 12225
AS1 library ?
Is there a list of commands for the AS1 server based code for SFS extensions ?
For example :
getRooms() - returns the rooms data etc.
getCurrentZone() - returns the current zone in which the user is
Where can I find this list ? if it exists that is
.
For example :
getRooms() - returns the rooms data etc.
getCurrentZone() - returns the current zone in which the user is
Where can I find this list ? if it exists that is
- 09 Feb 2011, 06:26
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Error when starting SFS
- Replies: 9
- Views: 12323
- 08 Feb 2011, 07:29
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Error when starting SFS
- Replies: 9
- Views: 12323
http://pastebin.com/YLisHfC4
Seems strange to me that it doesn't load the driver, the placement is good and the driver is loaded in Win 7 without problems.
Seems strange to me that it doesn't load the driver, the placement is good and the driver is loaded in Win 7 without problems.
- 08 Feb 2011, 03:03
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Error when starting SFS
- Replies: 9
- Views: 12323
- 07 Feb 2011, 15:47
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Error when starting SFS
- Replies: 9
- Views: 12323
- 07 Feb 2011, 08:11
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Error when starting SFS
- Replies: 9
- Views: 12323
Error when starting SFS
Hey guys
I am running SFS with a particularised database.
Config XML :
<DatabaseManager active="true">
<Driver>org.gjt.mm.mysql.Driver</Driver>
<ConnectionString>jdbc:mysql://127.0.0.1:3306/chatzone</ConnectionString>
The driver is in it's place :
jre/lib/ext/org/gjt/mm/mysql/Driver.java
The ...
I am running SFS with a particularised database.
Config XML :
<DatabaseManager active="true">
<Driver>org.gjt.mm.mysql.Driver</Driver>
<ConnectionString>jdbc:mysql://127.0.0.1:3306/chatzone</ConnectionString>
The driver is in it's place :
jre/lib/ext/org/gjt/mm/mysql/Driver.java
The ...
- 03 Jan 2011, 18:56
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: List or DataGrid or ... ?
- Replies: 3
- Views: 5726