Ok, I've sort of, kinda, maybe, mostly finished v1.0 of my arbitrary HTML signature generator. No more silly pre-made templates!
http://www.distrohopper.net/sig
You will notice that the UI is utterly lifeless and unintuitive. That's a feature, not a bug.

I haven't spent any time on the UI at all.
You will need to create an account before you can use it. I didn't want multiple people trying to (for whatever reason) try to generate sigs for the same EOC stats and keep overwriting each others' sig. Having accounts lets me tie a signature to both an internal user ID and the EOC ID, making it unique. No password reset functionality, so if you forget your password just make another account for now.
Once logged in, enter in your EOC stats ID, the width and the height of the signature (not sure how big it can go, but forum rules still apply!), and the actual HTML. You only need to enter what would go inside the <body></body> tags as the boilerplate HTML is added automatically. CSS should mostly work fine (not sure about CSS3 as I haven't tried it), but no nasty JavaScript
😉
Placing any of the following into the HTML will replace them with the corresponding stats data:
{{UserID}}
{{TeamID}}
{{Username}}
{{TotalPoints}}
{{PPD}}
{{RankChange24Hrs}}
{{RankChange7Days}}
{{WUs}}
{{TeamRank}}
{{ProjectRank}}
{{PointsToday}}
{{PointsWeek}}
'Twas a bit of a fun side-project. Not sure I will do anything else with it, but I got to brush up a bit on my PHP at least. I hate the language even more now :lol:
Important note: It's probably still buggy, so if it explodes in your face, PM me the error and what you were doing.