View Full Version : php TS login script block
bradgyton
05-03-2006, 15:20
im lookin for a ts login block for phpnuke on that allows people to longin via the site, ive seen ahtml one but i want a hph block one, does anyone know one?
Mind if I point at you and laugh hysterically?
Germeshausen.de
05-03-2006, 18:09
does it hurt?
bradgyton
05-03-2006, 18:26
i ask a question and u dont help, if u have no help go away and dont talk!!:mad: :mad:
lol then show us your "html-block"
Will do. Bye-bye.
P.S. Please notify me when you have found a Mercedes S350 that is not a car. Thanks.
bradgyton
05-03-2006, 19:27
here is the html code,
<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>
my question was is there a way to get this as a php block on nuke
xMACHINEx
24-03-2006, 01:44
i recall seeing a webpage that would "block" up your html a while back that was on the phpnuke site.. you may want to look there.
for the rest of you guys that "point and laugh" .... that is a shame.
Well, technically that is not a script. But, yeah, I am sure that you could find a blank one somewhere and just copy and paste the code in (with some php echos of course).
Slacker.
24-03-2006, 03:53
Well, technically that is not a script. But, yeah, I am sure that you could find a blank one somewhere and just copy and paste the code in (with some php echos of course).
what do you mean its not a script?
A script has to have some kind of logic. Like an "If or Then" statement. Or, like something that has to retrieve other information. Your code is just that. Code. It's just displayed.
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.