Teamspeak mod ?

Well i got a teamspeak viewer on the home page & was wondering when some1 joins from it could it grab there username in forum when joining instead of it giving them the WebGuest.
This is the line that give the user nickname WebGuest
d/led it from here [url=http]here[/url]
This is the line that give the user nickname WebGuest
- Code: Select all
href="teamspeak]
This is the script for it
[code]<php>getInfo();$tss2info->userName="Guest";?><html><head><title><php>sitetitle;?></title><style><body>refreshtime.'" URL='.$PHP_SELF.'?auto=1">'; }?> </head><body><php> Refresh </tr> Refresh </td> TeamSpeak </td> TeamSpeak <Ende> OFFLINE </b> OFFLINE </echo></body></html><php>channelList[$chanelID]; $player = ""; foreach($tss2info->playerList as $playerInfo) { if ($playerInfo[channelid] == $channelID) { //------------------------------------------------------------------------------------------------- $player .= ("<tr>n"); $player .= ("<td>n"); $player .= (" <table>n"); $width=32; $gitter=""; for ($i=0;$i</td> Player <Ende>channelList as $channelInfo) { $channelname = $channelInfo[channelname]; // determine codec (verbose) $codec = $tss2info->getVerboseCodec($channelInfo[codec]); if ($channelInfo[parent]==$chanelID) { $SubChannel .= ("<tr>n"); $SubChannel .= ("<td>n"); //------------------------------------------------------------------------------------------------- //---> Channel <---\ Anfang $SubChannel .= (" <table>n"); $SubChannel .= (" <tr>n"); $width=32; $gitter=""; for ($i=1;$i</td> Channel </td>
d/led it from here [url=http]here[/url]