Search found 5 matches

by harsha
20 Oct 2011, 05:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

Hi

Hi BigFish, For upgrading from 1.6.6 to 1.6.9,will there be any major code changes I'll need to make. Also,do I need to make any changes to the server hardware configuration. Or is it possible that I can make changes only to that part of the code which deals with loginUser method and retain the rest...
by harsha
19 Oct 2011, 05:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

Server Version

It's SmartFoxServer PRO v 1.6.6.
by harsha
18 Oct 2011, 03:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

Hi

Can anyone please try helping me out..?
by harsha
11 Oct 2011, 08:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

Hi bigfish, Thanks for the reply. But loginUser(nick,pass,chan,true) isn't working for me. This is my specific problem. There are 3 users a,b and c "a" logs in using a user name,then "b" logs in with the same user name,"a" successfully gets kicked out. Now "c"...
by harsha
19 Aug 2011, 09:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: kickUser not working
Replies: 8
Views: 13493

kickUser not working

Hi, I am trying to kick the first logged in user from the zone when a second user logs in using the same account. This is my code if(pass == "common") { // Check login if (listByname[nick]) { var response = new Object() response._cmd = "loginKO";...

Go to advanced search