Quote:
Today at 02:10 AM Toogy said this in Post #212
ok, I bought the platinum addition and I can't get the auto login feature to work.
Please help me out, where do I set that?
Here is what I am calling from the chatbit template
<applet
codebase="http://client.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=700 height=400 MAYSCRIPT>
<param name="room" value="xxxxxx">
<param name="cabbase" value="scclient_en.cab">
<param name="username" value="$USERNAME">
<param name="password" value="$PASSWORD">
<param name="autologin" value="yes"
</applet>
And it always says invalid username & password, even though I am logged into my board.
Anybody have any ideas?
|
I assume that you've changed the x's in this line:
<param name="room" value="xxxxxx">
to the id of your chat room?
And thanks for the tip. Will try that one out later!