View Single Post
  #65  
Old 07-30-2009, 04:43 PM
alfieuk alfieuk is offline
 
Join Date: Feb 2007
Location: West Yorkshire
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the same problem as john d13....and to be honest I dont understand what johnny means by remove space ??
Anyway here is the full code if someone can offer a bit of advice.
Thanks in advance
HTML Code:
<head>
<script type="text/javascript">
function nname()
{
alert("This is the name that will be displayed in TeamSpeak when you login." + 'n' + "If you are registered with the teamspeak server you are connecting to" + 'n' + "you can use this field to display a name different from your login name.")
}
</script>
<script type="text/javascript">
function lname()
{
alert("This field is for users registered with the TeamSpeak server only." + 'n' + "This is the name you registered on the server with." + 'n' + "If you are not registered with the server, then leave this field blank.")
}
</script>
<script type="text/javascript">
function pword()
{
alert("This is for the server password, if the server is password protected," + 'n' + "or if you are a registered user on the server." + 'n' + "If you are registered with the server, then use the password you registered with" + 'n' + "instead of the server password." + 'n' + "If the server is not password protected or you are not registered then leave this field blank")
}
</script>
</head>
<body>
<table>
<tr> 
        <td class="alt1">
        <iframe src="/vBulletin/TeamSpeak/TS_Viewer.php" width="100%" height="150" frameborder="0" marginwidth="1" marginheight="1" scrolling="yes"></iframe> 

<form name="TSLogin">
<CENTER>
<table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolordark="#000000"> 
	<tr>
		<td>
<CENTER>
<table border="0" width="13%" cellspacing="0" cellpadding="0">
		<tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center">
			<b><font face="Verdana" size="1">NickName</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=nname()'>?</a></b></font></td>
		</tr>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
			<input type="text" class="input" name="nname" size="24" value="$bbuserinfo[username]" tabindex="1"></td>
		</tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center"><b><font face="Verdana" size="1">Login Name</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=lname()'>?</a></b></font></td>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
                        <input type="text" class="input" name="lname" size="24" value="" tabindex="2"></td>
		</tr>
		<tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center"><b><font face="Verdana" size="1">Password</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=pword()'>?</a></b></font></td>
		</tr>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
			<input type="password" class="input" name="servpw" size="24" value="" tabindex="3"></td>
		</tr>
</CENTER>
	</table>
		</td>
	</tr>
	<tr>
		<td>
<CENTER>
<input type="button" class="submit" value="Login" onClick="location.href='teamspeak://89.238.152.201:8780' + '/?nickname=' + TSLogin.nname.value + '?loginname=' + TSLogin.lname.value + '?Password=' + TSLogin.servpw.value;">;;;;<INPUT type="RESET" class="submit" value="Reset" onclick='cleartsloginfields();'>  
</td>
	</tr>
</CENTER>
</table>
</form>
<script type="text/javascript">
<!--
function cleartsloginfields()
{
      document.getElementById('TSLogin').nname.value='';
      document.getElementById('TSLogin').lname.value='';
      document.getElementById('TSLogin').servpw.value='';
}
-->
</script>
</td> 
</tr>
</body>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01342 seconds
  • Memory Usage 1,812KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete