PDA

View Full Version : web login help


bradgyton
03-02-2006, 18:37
there was a web login script where u type in ure username and password and click login and it logs u in, i foun the link to it but now its a dead link, did anyone use this kind of script and can give me the script please

Slacker.
04-02-2006, 00:31
<table width="112" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="140" height="10"><div align="center">Team Speak</div></td>
</tr>
<tr>
<td width="140" class="leftnavtable" align="center" valign="middle"><form name="testform">
<p>
<input name="NICKNAME" type="text" value="Nickname" size="14">
<input name="LOGINNAME" type="text" value="Login name" size="14">
<input name="PASSWORD" type="password" value="Password" size="14">
</p>
<input name="button" type="button" class="navlinks" onClick="location.href='teamspeak://55.565.55.555:8767/nickname=' + testform.NICKNAME.value + '?loginname=' + testform.LOGINNAME.value + '?password=' + testform.PASSWORD.value;" value="Join">
<input name="Clear" type="reset" class="navlinks" id="Join" value="Clear" />
</p>
</form> </tr>
</table>

bradgyton
04-02-2006, 10:09
thanks for that m8

Sykokaj
04-02-2006, 10:58
How do you connect if the server has a password?

I looked at the manual, but cant seem to get it to connect when there is a serverpassword set. From what I can see, ?password= refers to the password of the account, and not the server?

Cyrus
04-02-2006, 11:20
password is imho both
it is the serverpassword if you login anonymously
or the account password if you login as registered user

Sykokaj
04-02-2006, 11:30
So, how do you handle it, if you have a server password, and want to login as a registered user?

Cyrus
04-02-2006, 11:31
Registered user do not need to enter a serverpassword it is enough for them to know there account. Only unregistered users need the serverpassword. It works just like in the Quick Connect function of TeamSpeak.

VascoMan
12-03-2006, 18:07
Im having some trouble with the website login too.

Login to TSserver from my website has always been working fine.
Now Ive added a server password.
My users are NOT registered.

it seems ?password= only pertains to a login name?

maybe its my syntax?

"location.href='teamspeak://www.mysite.com:8769/nickname=' + tslogin.nickname.value;'?Password=pass?Channel=THI SCHANNEL'"

OK, I dropped the ; and its fixed.

"location.href='teamspeak://www.mysite.com:8769/nickname=' + tslogin.nickname.value + '?Password=pass?Channel=THISCHANNEL'"

:)

Tsfed1
27-03-2006, 23:18
Nice to meet all of you. Just a small question. I used the script posted in the second post however, had the same problem that some of you had, if the server has a password, then it won't let me log in. I'm not very good with scripts, but I tried to take the post above's change (the href=location, etc) and put it into the script from the beginning. It didn't work, can someone help edit the code from the second post to make it work for unregistered users while a password is on the server. I would really appreciate this, thank you.

Tsfed1
28-03-2006, 06:16
Ok, I think I figured out the problem I just posted, however, is there a way to direct them to a channel besides the main channel?

Tsfed1
31-03-2006, 21:42
Can anyone help with this, thanks.

VascoMan
01-04-2006, 03:40
?Channel=THISCHANNEL

Tsfed1
01-04-2006, 22:05
How do you specify which channel is "this" channel.

Say I wanted my channel named "b" in one script, but "c" in another?

VascoMan
02-04-2006, 06:50
?Channel=b
?Channel=c