dj-3agl3 • PM |
Jan 06, 2014 1:32 PM
|
![]() Posts: 15 |
So, long story short.
I needed a code to extract all (and only) online users from any TS3 server. I couldn't find one, so i decided to make one. After a few hours, i came up with a way to do just that (simple VB.NET code, some clever string manipulations). But i noticed something odd: If a user name contains the character "&" (without the quote marks), everything after the "&" sign is gone. For example, if i have the name "ABC & 123" the GameTracker will display only what is before the "&" and that is "ABC". That is not good ad all (for some TS admins). Here are some ScreenShoots: http://i.imgur.com/yDBFv8I.jpg http://i.imgur.com/z0qiq9L.jpg Can you guys do something about this? I mean, to fix it, obviously. The bug is in the PHP/HTML coding for sure. =D Thank you! ![]() |
maul • PM |
Jan 07, 2014 12:17 PM
|
![]() Posts: 983 |
Hello,
Thank you for bringing this to our attention, and for providing a detailed bug report. I have confirmed that there is an issue with the way GameTracker displays TS3 strings. You are correct, strings currently get truncated after the ampersand character. We are going to submit this as a "bug" to our development team. Any updates on the issue will be posted in this thread. Best regards. |
dj-3agl3 • PM |
Jan 08, 2014 3:17 AM
|
![]() Posts: 15 |
Thank you!
Good luck in fixing these bugs. Have a nice day! ![]() |
maul • PM |
Jan 09, 2014 5:28 PM
|
![]() Posts: 983 |
Hello again,
Thank you for your patience. This issue has been resolved. Please let us know if you see the problem persist in the future. Best regards. |
dj-3agl3 • PM |
Jan 10, 2014 3:25 PM
|
![]() Posts: 15 |
Yes! It works now!
Thank you, and good job, development team! ![]() I will let you know if i find any other bugs. Have a nice day! ![]() |