Sorry to trouble you both again. No rush on this question as I see you are getting slammed with other questions but any input would help me immensely.
$Hin_hours[insert_hour!] *Array of hourly raw IN [0-23]
$Hout_hours[insert_hour!] *Array of hourly raw OUT [0-23]
$Hclick_hours[insert_hour!] *Array of hourly raw CLICK [0-23]
$Huin_hours[insert_hour!] *Array of hourly unique IN [0-23]
$Huout_hours[insert_hour!] *Array of hourly unique OUT [0-23]
$Huclick_hours[insert_hour!] *Array of hourly unique CLICK [0-23]
Are all of the above variables still fully operational and able to be relied upon? I've been experimenting with them and putting in debugging watches to see the values assigned via P2, P3 variables in the stats layout and I have been noticing some strange values that I can't make sense of.
$Hclick_hours[0]
^ Is this:
1. The last 60 minutes from this exact moment (to the minute).
2. The last hour based on server time - i.e. "hour:xx"
3. The hour 0 based upon server time (i.e. the midnight hour - midnight to 1 am)
4. Last N hours, so $Hclick_hours[3] would be the last 3 or 4 hours?
5. The last clicks from 1-0 hours ago, so $Hclick_hours[3] would be the last 4-3 hours ago - as the progress documentation suggests?
6.
Just to show that I've been trying to figure this out my own I read the old progress documentation here thinking it could be similar in TP:
http://www.progress-tm.com/algorithm.htmlAnd like I said I placed this code on a site and then watched it in the stats page after enabling $P2 and $P3 in layout display.
$P2=$Hclick_hours[0];
$P3=$Hclick_hours[1];
But the numbers I am seeing have me puzzled. Even if modifiers are in place such as for the countries and the anti cheat it seems to make no sense. Please clarify and confirm that the values in these arrays can be used and trusted? It would be pretty nifty to have use of this data in a custom algorithm.
Thanks! Also I hope you feel better ip0li....