4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: danceScape on September 07, 2009, 02:19:55 PM

Title: Who's Online - Setting Time length <?>
Post by: danceScape on September 07, 2009, 02:19:55 PM
Hello,
Is there any documentation as to how we would go about modifyiing the timeframe for the "Who's Online" setting?

For example, we weren't sure what is the time frame it is defaulting at, and if we want to track people coming in over the past 30 minutes, where do we edit this?

Thanks for any tips.
Title: Re: Who's Online - Setting Time length <?>
Post by: V@no on September 07, 2009, 10:45:40 PM
in includes/sessions.php find:
  $time_out = time() - 300;

replace with:
  $time_out = time() - 1800;


30*60=1800
Title: Re: Who's Online - Setting Time length <?>
Post by: danceScape on September 08, 2009, 02:49:02 AM
Thank you, it worked!   :D