Skip to main content

Current Visitor/Guest Data

3 replies [Last post]
User offline. Last seen 10 weeks 3 days ago. Offline
Joined: 01/22/2010
Posts:
Points: 0

One of the things I like about SP was that you could see a list of non-registered users, their IP address, how long they've been on the site, etc and if it was a Searchbot.

I have been trying to figure this out in Drupal for sometme, but can't seem to come up with the correct search terminology or the module/functionality for this hasn't been created...

0
Your rating: None
User offline. Last seen 1 week 4 days ago. Offline
Joined: 01/24/2010
Posts:
Points: 0
Groups: Developers
 Did you find this?

 Did you find this?

User offline. Last seen 10 weeks 3 days ago. Offline
Joined: 01/22/2010
Posts:
Points: 0
Hey Batti - No, I was never

Hey Batti -

No, I was never able to find something like this.

User offline. Last seen 3 days 3 hours ago. Offline
Joined: 12/04/2009
Posts:
Points: 25
Probably needs to be a module

At a high level, in SP there is an Active User table which is checked and updated every visit.  This table contains user information (if the user is logged in) and just the IP info (from the user session) if the user is a guest.  It also updates the current page visited When a user logs in, it checks to match the IP address to replace 'guest' with the username.

In Drupal, the Member listing is a view based on the User table.  I haven't figured out (through views) how to join User with Session and the Activity log.  I think that these 3 would provide the information you want.  If this is not possible via Views, then a custom module would be required.

If you're interested in doing it programmatically, then have a read here.

"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter