I'm working on my network server, And the small amount of donators who get early access have been asking me about the website (because it's a network server) They've been saying they want a page that lists the online players and refreshes every 30-60 seconds. Then, A mobile version of the player list thing. like this: http://gyazo.com/7dfa09896f3aef82d7e7c1f28f3c5efd The orange is a donator, red is admin, blue is donator, green is donator, black is non-donator.
That's fairly simple. It's nice that you're telling us what your donors are asking for. It would also benefit the thread overall if you told us what you would like.
Sarcasm or...? I checked the source on that site, I was just clueless. I know simple HTML. and the mobile site is for people like me who want to see who's on while on-the-go
The easiest way is to use PHP and MySQL. When a player donates, put their rank into a database. On your webserver, query your minecraft server to get the players. Then, check what rank they are in your MySQL Database; change the text colour depending on that.