This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Teamspeak2 Stats

Old posts that have not been replied to for several years.
Locked
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Teamspeak2 Stats

Post by Rusher2K »

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: Select all

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.
Locked