I've decided to make my own website like Eternals. Where it shows your hourly, daily, etc of your wins, losses and such.
It's pretty basic so far, but it doesn't need to be over the top. The way it works, it goes through a list of clans in the database (only 5 right now), and then, goes to each profile, pulls the 20 members that are scoring, and saves the data for later.
Main Page : http://i.imgur.com/n9F5Tjk.png
Individual Clan page : http://i.imgur.com/a6tvaKc.png
Lots left to do, stats to show, etc. Only a couple of hours of data have been stored so far. It's pretty smart, Ed could change around the layouts and it should still pick up the information as it relies on the "classes" of each element instead of brute force line counting like http://botsunauthorized.net does. I may put more clans, I may only have mine. Not sure how I want to go about it as it takes about 3-4 seconds per clan to go through the info. I may be able to optimize the code even more. Not sure where I'll host the site either as I don't want to buy another domain just for this. I have to many already at $16 a year.
Ideas/suggestions are always welcome, thanks!