PDA

View Full Version : Moderators forgive me!


Injektilo
04-14-2006, 08:05 AM
:) i just want to get a quick answer on this question...

Is there something in vb that holds information for when a user signed in? (logged in time)

Tony G
04-14-2006, 08:22 AM
A cookie? o_O

Injektilo
04-14-2006, 08:25 AM
yes, but i mean from vb, not from cookies... if there is something similar for logged in time, just like lastonline

Guest190829
04-14-2006, 08:32 AM
Check the userinfo array with


print_r($vbulletin->userinfo);


There's loads of information in that array, I'm just not sure if what your looking for is in there.

Also...moved to correct forum. ;)

I wasn't sure where to throw this thread, so I just moved it here. :(

Paul M
04-14-2006, 08:48 AM
vb does not specifically store your login time.