Quote:
Originally Posted by snakes1100
IP logging of user IP's is built into VB, check your admincp --> vbulletin options.
edit user --> drop menu (search users IP's, but IP logging has to be on.)
|
I have that logging turned on, but I also wanted to log whenever someone logs in to the forums, not just when they post.
Quote:
Originally Posted by vbplusme
This PHP code doesn't allow you access to the variables used by vBulletin. To get where you want to go, you would need to convert it to a plugin so you could use the variables that contain the information you are trying to track. You might want to think about storing the data in the database rather than a text file for security as well.
|
I'll look in to this, thanks.