PDA

View Full Version : php TS login script block


bradgyton
05-03-2006, 14: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?

Brain
05-03-2006, 16:05
Mind if I point at you and laugh hysterically?

Germeshausen.de
05-03-2006, 17:09
does it hurt?

bradgyton
05-03-2006, 17:26
i ask a question and u dont help, if u have no help go away and dont talk!!:mad: :mad:

Cyrus
05-03-2006, 17:38
lol then show us your "html-block"

Brain
05-03-2006, 17:41
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, 18: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, 00: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.

sgtbenc
24-03-2006, 01:09
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, 02: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?

sgtbenc
24-03-2006, 03:20
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.