1
limecity
User Log
  • 2008/5/17 7:26

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


Is there any module that can track user logins ? time date etc etc ?
http://www.mounthiking.com
all your hiking gears and gadgets


2
phppp
Re: User Log
  • 2008/5/17 8:38

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


I wrote a XoopsAudit component for xoops.org, will release in a while.

3
Mamba
Re: User Log
  • 2008/5/17 8:38

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Try the X-Monitor:

http://www.tenthstone.com/our-products/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
limecity
Re: User Log
  • 2008/5/17 9:59

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


oh thanks! look forward to it
http://www.mounthiking.com
all your hiking gears and gadgets


5
Peekay
Re: User Log
  • 2008/5/17 10:28

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I tried Xmonitor, but if your server has register_globals 'off' you may have problems getting it to work. I made a start in:

xmonitor/admin/user-visit.php

and changed:

include("../include/admin_header.php");


to:

include("../include/admin_header.php"); 
// pk define vars
$vm = !isset($_REQUEST['vm'])? NULL $_REQUEST['vm'];


That displays visits, but I don't think the reporting will be accurate without "de-globalising" the entire module.

With globals 'on' it probably works fine.
A thread is for life. Not just for Christmas.

6
limecity
Re: User Log
  • 2008/5/25 5:15

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


Quote:

phppp wrote:
I wrote a XoopsAudit component for xoops.org, will release in a while.


any time estimation when it will be release?
http://www.mounthiking.com
all your hiking gears and gadgets


Login

Who's Online

116 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 116


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits