Search found 148 matches

by Guy71173cp
06 Aug 2013, 16:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Spaces Between Bad Words
Replies: 2
Views: 5983

Re: Spaces Between Bad Words

Thanks, I'll try it out.
by Guy71173cp
02 Aug 2013, 03:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Spaces Between Bad Words
Replies: 2
Views: 5983

Spaces Between Bad Words

Hi, I'm experiencing a problem with the bad words filter. If I put spaces in between the letters of a bad word, it'll allow it. For example, if I were to say "S H I T" , it would work just fine. I don't know of any SmartFox related way to fix this easily, as when I try to add the bad words...
by Guy71173cp
05 Sep 2012, 00:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User Variables Randomly Stopped Showing!
Replies: 3
Views: 6401

Re: User Variables Randomly Stopped Showing!

Please post the solution to the problem, as it may help someone in the future with the same issue. Sure will! When you first login, the client gets the data. In the getData command on the client, I made it check if the user has an item. If the user does not have the item, don't do anything, but if ...
by Guy71173cp
18 Aug 2012, 01:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User Variables Randomly Stopped Showing!
Replies: 3
Views: 6401

User Variables Randomly Stopped Showing!

Hi, Recently, the user variables on my game have stopped working when a user joins a room. Here's the story: So usually, when the user logs in to the game, they'll go to the main part where they have their user customizations (stuff like clothes). Now, usually, the user would see their clothes and e...
by Guy71173cp
06 Aug 2012, 03:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Why is There Buddylist Duplicates?
Replies: 3
Views: 6090

Re: Why is There Buddylist Duplicates?

Hello, what is a workaround to this? Is it possible to make the buddylist only load once, and that's when the user auto joins? Thanks.
by Guy71173cp
02 Aug 2012, 18:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Why is There Buddylist Duplicates?
Replies: 3
Views: 6090

Why is There Buddylist Duplicates?

Hello, Recently, when I add someone to my buddylist, it works. But if I switch rooms, I look at the buddylist and it adds 3 more of the same name. And that keeps happening. Right now I've got like 10 buddies named Guy71173. But when I log off and log back on, it's back to normal with 1 buddy. Any he...
by Guy71173cp
31 Jul 2012, 17:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Encrypting Register Information Sent to Database
Replies: 17
Views: 22316

Re: Encrypting Register Information Sent to Database

Thank you. So you think I should stick with the simple md5 and when more users begin to come, then I should get more serious about secuirty?
by Guy71173cp
30 Jul 2012, 15:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Encrypting Register Information Sent to Database
Replies: 17
Views: 22316

Re: Encrypting Register Information Sent to Database

Hello.

I use the same salt variable everytime. But, how would I compare the two passwords if I don't salt it on the client?
by Guy71173cp
28 Jul 2012, 17:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Encrypting Register Information Sent to Database
Replies: 17
Views: 22316

Re: Encrypting Register Information Sent to Database

I got it working! But, when you register, I have also added a salt. How would I check that? Is it safe to add the salt variable to the client? I was thinking it could go like this: 1. Encrypt password with salt and key on the client. 2. Send encrypted and salted pass to the extension and the extensi...
by Guy71173cp
18 Jul 2012, 19:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Encrypting Register Information Sent to Database
Replies: 17
Views: 22316

Re: Encrypting Register Information Sent to Database

Hello. Ok. But I'm still confused. Do I only send the encrypted pass to the extension? Or the encrypted and unencrypted pass? Here's the extension: if (evt.name == "loginRequest") { trace("yeah"); _global.error = ""; userName = evt["nick"]; passWord = evt[&quo...
by Guy71173cp
18 Jul 2012, 19:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy List 2.0 Help
Replies: 23
Views: 25802

Re: Buddy List 2.0 Help

Ok I got it working. Thank you for your help. I found out that my onBuddyList function was the SmartFoxBits onBuddyList function, so I converted it to make it work. Thanks again.
by Guy71173cp
14 Jul 2012, 00:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy List 2.0 Help
Replies: 23
Views: 25802

Re: Buddy List 2.0 Help

Yes, I know that. I login to the same zone, but not the same user at the same time (because you can't do that). I mean like, I'll log in to my application, and there are no buddies on my list. Now I'll log in to my application as a different account and sign into the name before (the one without any...
by Guy71173cp
13 Jul 2012, 23:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy List 2.0 Help
Replies: 23
Views: 25802

Re: Buddy List 2.0 Help

Ok thanks. But how come when I log in to my application, it doesn't load the buddylist even though I made it load the buddylist in the onJoinRoom? I put sfs.loadBuddyList() and I added a trace and it traces in the loadBuddyList, but none of my buddies show up. Now if I login again with the login tha...
by Guy71173cp
13 Jul 2012, 22:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy List 2.0 Help
Replies: 23
Views: 25802

Re: Buddy List 2.0 Help

Hello.

So, is it possible to configure my login button to use the same properties as the SmartFoxBits login even though my login button is just a normal button, not a SmartFoxBits one? Or do I have to use the LoginBox for SmartFoxBits for my application to get this to work? Thanks.

Go to advanced search