rule34 screenshot stats

Image

main image
UploaderShish,
Tagsrule34, screenshot, stats
Source Link
Unknown
LockedNo

Comments

- Reply
artanis: /r full msql query and explanation. Currently missing data as to what is being measured.
- Reply
Anonymous1: select image_id,count(id) as count,lpad('', count(id), '*') from comments group by image_id order by count desc limit 50;

It's a graph of how many comments there are per image~
- Reply
artanis: wow, that's nifty.