Search found 18 matches

by agrios
11 Jul 2011, 03:23
Forum: .Net / Unity3D API
Topic: Please test this one with Unity 3 - 1.2.7 rc1
Replies: 13
Views: 34817

Will 1.2.7 work with Unity 3.4 ?
by agrios
10 Jul 2011, 16:09
Forum: Server Side Extension Development
Topic: how to get clients external IP in java extension
Replies: 2
Views: 6613

BigFIsh wrote: Have you tried that method for clients outside your network?


Yes, you are right, it works.
Outside of our LAN shows external IP.
Thanks BigFIsh!
by agrios
08 Jul 2011, 13:36
Forum: Server Side Extension Development
Topic: how to get clients external IP in java extension
Replies: 2
Views: 6613

how to get clients external IP in java extension

Once client is connected, how can I access his WAN IP in server side Java extension? nobody? I was able to get LAN IP with this: String checkIP(SocketChannel ch) { return ch.socket().getInetAddress().getHostAddress(); } but WAN IP seems like big NONO with AS...
by agrios
03 Jul 2011, 15:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Netbeans Jetty servlet configuration
Replies: 0
Views: 4437

Netbeans Jetty servlet configuration

We are trying to implement SFS embeded Jetty servlets with Netbeans. We use Jetty plugin for Netbeans, but when we try to point it to SFS embeded Jetty, it does not recognize LIB with jars as Jetty server. Could somebody share hints on how to configure this whole thing? EDIT: We try to run this exam...
by agrios
19 Dec 2010, 22:35
Forum: Server Side Extension Development
Topic: store UserVariables in one call
Replies: 3
Views: 6184

Thank you BigFish! I feel like it is easier faster and safer for java extension to get data once, and manipulate variables on the server side to my heart content then to fetch several variables between server - client. I think like this: server side extension gets data from H2, selects and manipulat...
by agrios
19 Dec 2010, 20:57
Forum: Server Side Extension Development
Topic: store UserVariables in one call
Replies: 3
Views: 6184

store UserVariables in one call

We are planing to store all the user's variables in one field of H2 database if possible. I think there will be some strings and integers in it, so we probably use Actionscript object.

Is it a good idea or there are better ways?
What is recommended or proven method?
by agrios
16 Dec 2010, 20:56
Forum: .Net / Unity3D API
Topic: smartfox unity API
Replies: 6
Views: 12208

yeah I am roughly two months behind :)
Is it running on Smartfox X2?
by agrios
16 Dec 2010, 18:56
Forum: .Net / Unity3D API
Topic: smartfox unity API
Replies: 6
Views: 12208

appels wrote:Uploaded a demo :

http://www.edje.net/AniLand/


where is it appels?
by agrios
13 Dec 2010, 02:49
Forum: Server Side Extension Development
Topic: is RAW String or an Object?
Replies: 4
Views: 7054

I was expecting fromRoom o be after data.
I am not in the room as yet that's why is returning minus value right?
by agrios
13 Dec 2010, 01:44
Forum: Server Side Extension Development
Topic: is RAW String or an Object?
Replies: 4
Views: 7054

A O.K. then, it makes sense now. String sql = "SELECT * FROM USERS ORDER BY USERNAME"; ArrayList queryRes = db.executeQuery(sql); String[] resp = new String[4]; if (queryRes != null && queryRes.size() > 0) { // Cycle through all rows of data for (in...
by agrios
12 Dec 2010, 19:33
Forum: Server Side Extension Development
Topic: is RAW String or an Object?
Replies: 4
Views: 7054

is RAW String or an Object?

I am trying to write Java extension to handle H2 database in RAW: ArrayList queryRes = db.executeQuery(sql); // If data exist... if (queryRes != null && queryRes.size() > 0) { // Cycle through all rows of data for (int i = 0; i < queryRes.size(); i++&...
by agrios
29 Nov 2010, 12:35
Forum: SFS2X Questions
Topic: DBManager?
Replies: 2
Views: 5499

a OK, thanks.
:oops:
by agrios
27 Nov 2010, 23:09
Forum: SFS2X Questions
Topic: DBManager?
Replies: 2
Views: 5499

DBManager?

I see several posts here refering to DBManager and com.smartfoxserver.v2.db in general, but I cant find them in Server Extensions Java docs. :?

Could I get a gentle push in the right direction? :arrow:
by agrios
31 Oct 2010, 17:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: H2 Database Question
Replies: 7
Views: 11020

Did you run adminDb.bat before you try to login?
by agrios
31 Oct 2010, 01:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddylist Advanced Flash Security Error
Replies: 2
Views: 5078

We are using Flash CS5. For some reason, I can't run any of AS3 examples except for template_AS3 and SmartFoxChat the one without fla files. They freeze right after connection or don't connect at all. We set up policy server perfectly, and run Unity plain crossdomain.xml from it. It works even in Un...

Go to advanced search