Hi,
I've never wrote java extension before. Everything was written in actionscript. Then I started to port my extension to java and I got error when I try to do custom login.
Here is the code:
if (ieo.getEventName() == "loginRequest") {
// Check login name
String nick = ieo.getParam("nick ...
Search found 2 matches
- 05 Oct 2007, 16:44
- Forum: Server Side Extension Development
- Topic: Login problem in Java extension
- Replies: 3
- Views: 7547
- 13 Jun 2007, 05:05
- Forum: The Bug Trap
- Topic: client message evaluation error
- Replies: 2
- Views: 148
client message evaluation error
Hi,
Here is the bug.
I have following code in my extension:
var userObj = _server.getUserByChannel(chan)
uVars = {}
uVars.sign = "00000000000000000010001110010100011"
_server.setUserVariables(userObj, uVars)
So my "sign" variable is a string and I am receiving following message on client side ...
Here is the bug.
I have following code in my extension:
var userObj = _server.getUserByChannel(chan)
uVars = {}
uVars.sign = "00000000000000000010001110010100011"
_server.setUserVariables(userObj, uVars)
So my "sign" variable is a string and I am receiving following message on client side ...