a few quick programming questions for the makers.
for one of the boys that made vbull these should be simple...
a) the current active members. where is the length of time set for that? what i mean, i assume it works like all other systems, X seconds from lastactivity, and you appear on that list. I need to match it with the existing elements in our site for flawless integration.
b) sessionhash. once a user is logged in and 'able to do member only stuff'. does the value used in sessionhash change? or is it set once per login and left alone?
thanks,
Tomasz.
--------------- Added [DATE]1213066010[/DATE] at [TIME]1213066010[/TIME] ---------------
the answer to #1 is roughly line 405 of /index.php, variable $datecut.
now number two, anyone?
just need to know if sessionhash changes at all after a user logs in.
thanks.
|