1. Good job!
2. You really need to fix the HTML output. Not only do quotes mess up the links, but XSS attacks are also possible even though you escape <. For example, I can still name my server and it will even be valid HTML :P (not sure about that, but doesn't matter)
3. Your use of floating-point values in some places made me chuckle. Like "Most players: 173.0" :D
4. The readability of dark grey on dark red is horrible. Either make the text or the background lighter.
But those are peanuts.
~ Always yours when it comes to nagging.
2. You really need to fix the HTML output. Not only do quotes mess up the links, but XSS attacks are also possible even though you escape <. For example, I can still name my server
[SELECT ALL] Code:
#" onclick="alert('oops')" rel="
3. Your use of floating-point values in some places made me chuckle. Like "Most players: 173.0" :D
4. The readability of dark grey on dark red is horrible. Either make the text or the background lighter.
But those are peanuts.
~ Always yours when it comes to nagging.