Results 1 to 9 of 9
-
18th Jul 2011, 09:41 AM #1OPMemberWebsite's:
timephotos.it timeframe.it timevideos.it devpalace.infoTracking Amount of Guests ~ Help!
I need help tracking the amount of unique guests that visited my site in the last 24 hours. How do I change the amount variable from 15 minutes to 24 hours ?
My forums is IPB 3.1.x
Thanks in Advances fellow KWWHunction Members!timboy18 Reviewed by timboy18 on . Tracking Amount of Guests ~ Help! I need help tracking the amount of unique guests that visited my site in the last 24 hours. How do I change the amount variable from 15 minutes to 24 hours ? My forums is IPB 3.1.x Thanks in Advances fellow KWWHunction Members! Rating: 5
-
18th Jul 2011, 03:19 PM #2Respected Member
Tools & Settings >
System Settings >
System >
CPU Saving & Optimization
Cut off for active user display [in minutes] 1440
-
25th Jul 2011, 04:47 AM #3OPMemberWebsite's:
timephotos.it timeframe.it timevideos.it devpalace.infoWait How do I change the query to hours instead of minutes
-
25th Jul 2011, 04:50 AM #4MemberWebsite's:
SourceParadise.com MobileMaster.orgConvert minutes into hours.
Why to mess around If you can overcome it just by *60. ?
-
25th Jul 2011, 04:56 AM #5OPMemberWebsite's:
timephotos.it timeframe.it timevideos.it devpalace.infoI don't get what you just typed, please explain to me.
-
25th Jul 2011, 03:38 PM #6Member
there is 60 minutes in 1 hour
if you want 10 hours, it would be 600 minutes
-
25th Jul 2011, 05:23 PM #7Respected Member
You change the php code and language files.
Language file forums_public_boards.php from minutes to hours.
change:
'active_users' => "(in the past %s minutes)",
'active_users' => "(in the past %s hours)",
change:
$this->lang->words['active_users'] = sprintf( $this->lang->words['active_users'], $this->settings['au_cutoff'] );
$this->lang->words['active_users'] = sprintf( $this->lang->words['active_users'], $this->settings['au_cutoff']/60 );
-
27th Jul 2011, 08:06 AM #8OPMemberWebsite's:
timephotos.it timeframe.it timevideos.it devpalace.infoThanks mate, it really worked.
-
27th Jul 2011, 02:56 PM #9Respected Member
You are welcome.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
want to transfer pp amount
By red_lover in forum PaypalReplies: 3Last Post: 4th Mar 2012, 04:41 AM -
epassporte amount
By haseeb042 in forum General DiscussionReplies: 1Last Post: 20th Oct 2011, 07:13 AM -
[Buying] large amount of AP required [paki only]
By chaudhary9 in forum Completed TransactionsReplies: 1Last Post: 8th May 2011, 10:24 AM -
in how many days we can get amount in cc by alertpay?
By sSKKa in forum General DiscussionReplies: 2Last Post: 12th Feb 2011, 11:25 AM -
Need $90 via paypal. Will send equivalent amount via netbanking.
By xperiment in forum PaypalReplies: 1Last Post: 5th Aug 2010, 06:28 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...