Search found 16 matches

by csharpjava
17 Mar 2008, 18:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Using with a different client than Flash
Replies: 6
Views: 10521

a c# wrapper would be awesome. thanks ThomasLund
by csharpjava
17 Mar 2008, 18:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: csharpjava's official thread of n00b questions:
Replies: 4
Views: 8352

didibus, i really appreciate the response.

also, lapo, i've been going through the tutorials. they are really good.

once i get a decent version of my client / sever running and enough users interested, i'll be looking into buying a licence for more users.
by csharpjava
14 Mar 2008, 12:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: csharpjava's official thread of n00b questions:
Replies: 4
Views: 8352

and while i have an extra minute i want to do a multiplayer game that simply updates x,y coordinates of players pretty realtime-ish :arrow: anybody care to explain a basic game design paradigm to get this started? (example: should i create a client that has a room and a player with coordinates x,y o...
by csharpjava
14 Mar 2008, 12:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: smartfoxserver docs in pdf ?
Replies: 4
Views: 8220

in some browsers, you can select the 'frame' to print

i just right clicked in the frame that contained the tutorials (not the table of contents) and printed that

but yeh i agree, somebody at sfs needs to do a copy/ paste / save as pdf and host it.

lol
by csharpjava
14 Mar 2008, 12:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: csharpjava's official thread of n00b questions:
Replies: 4
Views: 8352

csharpjava's official thread of n00b questions:

:) so: i finally printed out all the smartfox flash api docs/ and tutorials (boy was that hard) and started reading through them very thoroughly. and i decided to just make 1 thread to narrow down all my questions man have i learned a lot by reading those but i'll need some stuff clarified i think t...
by csharpjava
13 Mar 2008, 17:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: file uploading problem [solved]
Replies: 9
Views: 12506

yes. i would try getting flash 8 and trying it again.
by csharpjava
13 Mar 2008, 12:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Behind-a-router help
Replies: 37
Views: 148781

i think it would be wise to make sure you've performed some pre-setup steps in #1 first b4 continuing if it doesn't work for instance, i had forgotten to add the API in my flash publish settings and that's why nothing would work for me at first. it had nothing to do with the router problems :wink:
by csharpjava
13 Mar 2008, 12:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: internal db example
Replies: 4
Views: 7835

^ Yes! That helped a ton. :) I had no idea that the config.xml file contained <extension name="h2db_ext" className="internalDbDemo.as" type="script" /> and your ordering of 1-5 really simplified it for me too. thanks. i guess this begs another question: (I'll test this ...
by csharpjava
13 Mar 2008, 01:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: changing the admin password for the admin console
Replies: 2
Views: 6029

Rutter wrote:In the config.xml file in the server folder - find the entry

<!-- Adminisitrator login -->
<AdminLogin>sfs_admin</AdminLogin>
<AdminPassword>sfs_pass</AdminPassword>


Change as required.


thanks
by csharpjava
13 Mar 2008, 01:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: internal db example
Replies: 4
Views: 7835

The sql is in the server side extension. Note the following function: function handle_getData_click():Void { smartfox.sendXtMessage("h2db_ext", "getList", {}) } The sql statement is inside the extension. See the H2 database tutorial. see that's exactly my question. given that.. ...
by csharpjava
12 Mar 2008, 20:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: changing the admin password for the admin console
Replies: 2
Views: 6029

changing the admin password for the admin console

how can i change the password to the admin tool?

:?
by csharpjava
12 Mar 2008, 19:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: internal db example
Replies: 4
Views: 7835

internal db example

(AS2 examples) internal db example : how does that work? i read all the docs that the website offered, but where does it call the sql script. i only noticed that it called something like "getList", but WHAT is that pointing too??? i think i just need a simple global explanation of whats go...
by csharpjava
24 Feb 2008, 21:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Running the server on my remote site?
Replies: 5
Views: 8650

^awesome! that worked. i was doing it backwards in the config and swf file
by csharpjava
24 Feb 2008, 03:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Running the server on my remote site?
Replies: 5
Views: 8650

honestly, all i want to do is host my server on my home computer and connect to it from school/work to the Smart Fox Server
by csharpjava
23 Feb 2008, 20:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Running the server on my remote site?
Replies: 5
Views: 8650

^thanks so I decided to run my SFS on computer A in my house. computer A has a private IP of 192.168.0.X and a public IP of x.x.x.x (just making sure you know i understand) I set up my router to forward all traffic on port 9339 to go to the PRIVATE IP address on computer A. I then edited the config....

Go to advanced search