Search found 71 matches

by ext0sus
15 Apr 2011, 13:10
Forum: SFS2X ActionScript 3 API
Topic: sfs.debug=false not working
Replies: 2
Views: 5899

Do you have debug set to true in your sfs-config.xml?
by ext0sus
13 Apr 2011, 13:45
Forum: SFS2X Questions
Topic: something messed up with custom params and passwords login
Replies: 14
Views: 21846

partly you are right.. Bruteforcing stop working when password contains more than 9-10 characters, but there are more efficiently ways (f.e. using dictionaries) NB: users very often use 6-8 character passwords Forcing users to supply at least 1 number in their passwords will make dictionary attacks...
by ext0sus
07 Apr 2011, 19:26
Forum: SFS2X Questions
Topic: something messed up with custom params and passwords login
Replies: 14
Views: 21846

WARNING: Long-winded post incoming. AFAIK, packet sniffers will only work if you are connected to their network- I could be wrong though. So you'd either need to attach your computer to their router (easier with wireless) or install software on their machine to do it (in which case, why not just ins...
by ext0sus
02 Apr 2011, 22:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Wall
Replies: 20
Views: 27137

but I don't know how to make it so you cannot click on detect. Detect a collision using the cursor position in your onMouseDown function. onMouseDown = function() { if (!my_mc.hitTest(_root._xmouse, _root._ymouse)) { // Mouse button has been pressed and is not coll...
by ext0sus
02 Apr 2011, 19:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Wall
Replies: 20
Views: 27137

IIIIIIIIIIIIIIIIIIIIIIII ALLREADYYYYYYYYYYYYYYYYYY KNOWWWWWWWWWWWW PROGRAMMINGGGGGGGGGGGGGGGGGGGGG. Clearly not as well as you think. Collision detection is a very common problem (a general programming problem - not specifically to do with SFS, which may be the reason you couldn't find the informat...
by ext0sus
02 Apr 2011, 08:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Won't wear item
Replies: 4
Views: 7910

Honestly, I'm not sure. There's thousands of ways to create an inventory system and the way I would do it is bound to be different from the way you would do it. It could be the PHP. That's where debugging comes in, you'll have to find out where the problem is before you can fix it. I can't tell you ...
by ext0sus
02 Apr 2011, 08:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Won't wear item
Replies: 4
Views: 7910

Without knowing how you implemented the inventory system, something like this is practically impossible for us to fix remotely. Are you getting any errors? Or is it just failing silently? If it's the latter, you're going to have to do some investigating. I was going to explain a load of debugging fe...
by ext0sus
01 Apr 2011, 09:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Wall
Replies: 20
Views: 27137

Could u just plz tell me how to make a wall... I dont need to be yapped on about something I dont want to do. Even if what you don't want to do is a prerequisite to something you do want to do? It's not optional - you need to know a programming language and about networking. Besides, we can't reall...
by ext0sus
26 Mar 2011, 23:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting started - Opening .fla files
Replies: 2
Views: 5265

That's Flash Player that you install in your browser. When people talk about Flash they generally mean the IDE. That's what you need.
by ext0sus
24 Mar 2011, 14:06
Forum: SFS2X Questions
Topic: Make sfs2X worldwide
Replies: 5
Views: 9131

An IP starting with 192 is your LAN IP. Only other computers on your network can see it.

Go to www.whatismyip.com and get your IP from there. That is the IP you should use in the sfs-config.xml
by ext0sus
22 Mar 2011, 18:40
Forum: SFS2X Questions
Topic: reset password and send email
Replies: 1
Views: 4589

IIRC, passwords are MD5 hashed (one-way encryption) so you can't really recover their original password. This is why most password recovery emails send you a new password, rather than your own. You could always generate a new random password when they request a password reset. Send them the password...
by ext0sus
20 Mar 2011, 11:22
Forum: SFS2X Questions
Topic: Unable to connect (except via localhost)
Replies: 2
Views: 5586

Have you read through this?

http://smartfoxserver.com/forums/viewtopic.php?t=306


It's nicely tucked away in the SFS1 forums but it's still relevant. Just make sure you use the SFS2X port (9933) instead of the one mentioned in that thread.
by ext0sus
30 Nov 2010, 10:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Badly Stuck in Multi Player Game
Replies: 2
Views: 5389

You might want to look into iterpolation (easing the movement of the car from it's previous position to the current one) or extrapolation (using the forces acting on the car to predict where it should be in the future) This is done in pretty much all games with fast-moving objects to hide the fact t...
by ext0sus
29 Nov 2010, 19:14
Forum: SFS2X Questions
Topic: ClientSide Custom Login Issue.. [SOLVED]
Replies: 2
Views: 8803

It could be that you're trying to login before it's connected.

You should be calling the login function in the CONNECTION event handler.
by ext0sus
29 Nov 2010, 17:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can t connect
Replies: 3
Views: 6529

Windows doesnt like programs trying to change things in the Program Files directory. Running the server as Administrator or installing it to a different folder (like your Documents folder) should fix it.

Go to advanced search