Search found 81 matches

by skybucks100
18 Mar 2011, 22:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

bax wrote:skybucks100, can you please send us by email the complete IP? I would like to check if I can reach your server from here.

Hi,
Sure is the email info@smartfoxserver.com ?
by skybucks100
18 Mar 2011, 22:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

Aiidenb wrote:Go on to: http://www.ping.eu and see if your port is open successfully? :D

Hi
yes it does say that port: 9339 is open
by skybucks100
18 Mar 2011, 06:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Servers
Replies: 1
Views: 4014

Servers

Hi,
I was wondering if their is any way you could have 2 servers running SFS (ex. a Backup server if one server drops out it will automatically disconnect and connect to the other backup server.) Is this possible?
by skybucks100
18 Mar 2011, 05:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

Have you fixed it? var ip = "65.75.24*.**"; var port = 9339; var zone = "PolarWorld" if not then what about if you try this: var ip:String = "65.75.24*.**"; var port:Number = 9339; var zone:String = "PolarWorld"; :D Hi, I tried that coding and it still doesn'...
by skybucks100
16 Mar 2011, 22:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

What if you go to this page in your browser: http://65.75.24*.**:8080 You should see the page containing the Admin Tool and the examples. Are you able to connect to the server using the Admin Tool? Of course you have to connect to 65.75.24*.** The examples instead don't work out-of-the-box because ...
by skybucks100
15 Mar 2011, 23:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

bax wrote:What if you telnet the server from your client? are you able to reach it?


When I telnet to my server I get:

Code: Select all

<cross-domain-policy><allow-access-from domain='*' to-ports='9339' /></cross-dom
ain-policy>
by skybucks100
15 Mar 2011, 22:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

This has been discussed several times in the forum, please search the existing topics. You have to configure the server properly. Hi, I believe I have configured my server correctly. I have edited the config.xml to the server IP 65.75.24*.** and have the port to 9339 and I entered the exact same IP...
by skybucks100
15 Mar 2011, 13:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server won't connect
Replies: 13
Views: 16273

Server won't connect

Hi,
My AvatarChat won't connect to my VPS witch has SFS 1.6.6 installed. I have tried uninstalling and then reinstalling it. And it acts as if the server doesn't exists.


Thanks!
by skybucks100
31 Dec 2010, 07:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: boy girl buttons on login screen HELP
Replies: 6
Views: 10399

coolboy714cp wrote:Thanks for giving me credit Skybucks. That tutorial is for the chat frame, not the login though. :P

xD Np I always give credit :P
by skybucks100
30 Dec 2010, 07:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: boy girl buttons on login screen HELP
Replies: 6
Views: 10399

Re: boy girl buttons on login screen HELP

Hello im building a virtual world using the avatarChat example When you enter a username i would like two buttons that say boy and girl. when you press the buttons you would get a boy or girl avatar in the game. Is there any way for me to do this?? :?: Hi, My friend made a tutorial on this I'll quo...
by skybucks100
01 Dec 2010, 03:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Please Help Me, Unknown Problems
Replies: 18
Views: 22865

BigFIsh wrote:Wow, I'm pretty darn impressed. Never I would have guessed there was someone that young working on a multiplayer game. :D

I'm actually 11 as well xD bulding VWs are a piece of cake, until you run into those dumb errors! Lol!
by skybucks100
29 Nov 2010, 03:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: HitEnter Bug! Please help!
Replies: 6
Views: 9068

dont use on(release) Thats only used for a button or movieClip. The keylistener object watches for an event of a key being pressed. If the enter key is pressed the sendChatMsg() function is fired. Enter the code exactly as I showed you. Cut and paste. I'm using Key.addListener(keyListener); var key...
by skybucks100
29 Nov 2010, 01:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: HitEnter Bug! Please help!
Replies: 6
Views: 9068

Key.addListener(keyListener); var keyListener:Object = new Object(); keyListener.onKeyDown = function() { if (Key.isDown(Key.ENTER)) { sendChatMsg(); } }; I tried using: on (release) { var keyListener:Object = new Object(); keyListener.onKeyDown = function() { if (Key.isDown(Key.ENTER)) { sendChatM...
by skybucks100
29 Nov 2010, 00:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: HitEnter Bug! Please help!
Replies: 6
Views: 9068

HitEnter Bug! Please help!

Hi, I wanted it so that when you type something in the chat bar and hit enter so that you wouldn't have to click the button. This is the code I have been using: on (release, keyPress "<Enter>") { if (!_global.isBusy) { sendChatMsg(); } // end if }...
by skybucks100
24 Nov 2010, 09:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: No Slide Help!
Replies: 4
Views: 7649

Hi. it is the easingTo. pls check the function in myMouse.onMouseDown = function. There's somewhere the avatar.easingTo(blabla). if you dont want to make the avatar slide, you need to remove the easingTo line and create your own movement code :oops: I feel like a n00b right now Lol How could i make...

Go to advanced search