Rusher2K Halfop

Joined: 18 Apr 2003 Posts: 88 Location: Germany
|
Posted: Fri Jan 02, 2004 1:29 pm Post subject: Teamspeak2 Stats |
|
|
Teamspeak2 Servers create a stats page in admin pannel .
How can I make my bot get the Information of the Maxusers here is the Code of the page :
| Code: | tr>
<td>
Current/MaxUsers:
</td>
<td>
<input name="Current/MaxUsers" type="text" size="60" maxlength="255" value="0 / 8" readonly>
</td>
</tr>
<tr>
<td>
CurrentChannels:
</td>
<td>
<input name="CURRENTCHANNELS" type="text" size="60" maxlength="255" value="1" readonly>
</td>
</tr>
<tr>
<td> |
How do i make Variables for The max users: 0 / 8 and channels 1. |
|