How would I make it show in's and out's next to the rankings like this:
http://www.top100arena.com/runescape/index.html
You can take any tags out of your stats template and add them to your ranking tamplates:
table_top_row (for top users)
table_row (for the lower rankings users)
table_premium_row (for premium users)
if you want to show unique hits in today that tag is {$unq_in_0_daily}
if you want to show total hits in today that tag is {$tot_in_0_daily}
if you want to show unique hits in this week that tag is {$unq_in_0_weekly}
to show "out" data, replace the tags as expected. ie:{$tot_out_0_daily}
more on these tags in the manual.