wpforo version 1.6.5; wordpress version 5.3.2
I'm seeing what looks like weird activity in my wpforo_visits table. I don't know if it's normal or not. I see an entry with a user id of 0 and an encrypted ip address. It seems to happen after a new post is created on the forum (see attached screenshot). Is this behavior expected?
Thanks
Hi @chs2019,
All is correct, the entries with userid =0 are guest visitors, they dont have userids so we use their ip addresses for tracking.
Why is the ip address encrypted? Is there a way to figure out what it is in the standard format nnn.nnn.nnn.nnn? I've had some suspicious activity in my log files & I'm trying to correlate it by ip address. This is supposed to be a private forum, so there shouldn't be any guest access.
Thanks
I just double checked and all of my forums are configured for guest having "no access". How would they get in?
Thanks
Thank you for the remote address code. I do have access & will make the change.
Yes, the forum homepage is callable. When not logged in, it lands on the title page with the icon for unread posts at the right (which is clickable with the full pulldown menu, but no text displays.) I'd really like to redirect all traffic to the login page if the user isn't logged in. After typing in the url for the forum homepage, I checked the data base & log files. Nothing is recorded in the visits table, but the wp log files do show access. Under what specific circumstances is the visit actually logged in the db?
What concerns me is that this pattern happens after a new post occurs, which makes me think that some unknown user is receiving notifications. I've combed the database & don't find anything out of the ordinary in terms of unknown users (it's a small community) or access activity. I have no clue how to track something like this down.
Thank you