Hi!
I want to make a log in my database, covering all possible user statistics, for later display in graphs and so on.
I know there are services for this, but I want to store the values in my db.
Also, I've learned it's a good thing to store Ip-adresses when user signs up for accounts of different sorts, to track persons who try to make life bad for others by signing them up.
So that's what I want. How do I get those values? (have checked CorePHP, cant find a functions returning these values)