Search found 15 matches
- 01 Feb 2016, 18:46
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SFS Spamming
- Replies: 4
- Views: 9215
Re: SFS Spamming
Once again you are amazing, thank you Lapo
<3 much love
- 01 Feb 2016, 16:29
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SFS Spamming
- Replies: 4
- Views: 9215
Re: SFS Spamming
Hello Lapo, thank you for answering me and I apologize for posting the script.
The username isn't an empty string, he generates it as random strings here
"strUsername": self.randomString(9),
"strPassword": self.randomString(9),
he uses that to register to the mysql database connecting to the ...
The username isn't an empty string, he generates it as random strings here
"strUsername": self.randomString(9),
"strPassword": self.randomString(9),
he uses that to register to the mysql database connecting to the ...
- 01 Feb 2016, 04:54
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SFS Spamming
- Replies: 4
- Views: 9215
SFS Spamming
So someone created something like a spamming program that connects to the server using python file and spams packets, here's the code, is there any way I can fix it?
- 30 Jan 2016, 15:43
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
Re: userLost problem
Is it fine If i send the game source, you set it up and take a look yourself
- 23 Jan 2016, 13:46
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
Re: userLost problem
I already have that, I kinda used avatarChat example so I don't know whats causing the problem
- 20 Jan 2016, 22:38
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
Re: userLost problem
Yeah I got you, you might be pretty much correct you know, can you help me out and tell me which lines of code exactly create the smartfoxserver user object or what ever you mentioned so i can manually look and fix it, thanks x) Tigru loves u
- 20 Jan 2016, 08:41
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
Re: userLost problem
Yea, please let me explain it again clearly. When an user connects for the first time he is fine but when he disconnects from the client (without refreshing page or something else) whenever he tries to login again he gets automatically disconnected and in the extension there are notifications such ...
- 19 Jan 2016, 07:50
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
Re: userLost problem
Haha sorry I meant extension
- 17 Jan 2016, 22:20
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: userLost problem
- Replies: 11
- Views: 15406
userLost problem
Hello there, it seems like very often when I login i get directly disconnected, not kicked but disconnected It's like the emu gets userLost but I don't even receive anything from sfs that I have been logged out. It happens very often and most of the times its directly when I login
- 14 Jan 2016, 19:20
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Kicking clients
- Replies: 1
- Views: 5206
Kicking clients
Hello there, there is a possible way to kick clients if you spam userVariablesUpdate using some kind of tool, that hack is also popular in YoVille and sending too much of these packets make the people in the room disconnect, is there any way I can limit them or something so the person who's trying ...
- 06 Mar 2015, 11:37
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: avatarChat Easing
- Replies: 3
- Views: 8514
avatarChat Easing
Hello there, can anyone help me to make the avatarChat easing normal, I've seen its working with durations and for example if I click somewhere close to me it moves very slow while if its far it moves fast. I'd just like a normal movement, any suggestions how I could do that? 
- 28 Jan 2014, 10:23
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Send object to all users
- Replies: 6
- Views: 11374
Re: Send object to all users
Thank you Bax ^^
- 27 Jan 2014, 15:44
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Send object to all users
- Replies: 6
- Views: 11374
Re: Send object to all users
Ah never mind about the object i do new method using onUserVariables Update and that way i send what i want to everyone in the room. Another question, is it possible that i can send it to all rooms?
- 27 Jan 2014, 12:46
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Send object to all users
- Replies: 6
- Views: 11374
Re: Send object to all users
Well i have button like
that will send Kick command only to the user specified .. "Username"
Code: Select all
on(release) {
_root.sendEventMessage("Username", "", "kick");
}- 26 Jan 2014, 12:28
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Send object to all users
- Replies: 6
- Views: 11374
Send object to all users
So i am new to SmartFoxServer and i am developing Multiplayer Game using avatarChat as many people do.
So my question is how to send object to everyone. I know only how to send to user, but i want the object ot be sended to everyone in the room!
Here's the code is use:
function sendEventMessage ...
So my question is how to send object to everyone. I know only how to send to user, but i want the object ot be sended to everyone in the room!
Here's the code is use:
function sendEventMessage ...