In and out

Basti

Administrator
Staff member
{$A_B_C_D} - Stats - A is 'unq' or 'tot'; B is 'in', 'out', or 'pv'; C is either 'max', 'avg', or an integer from 0 through 9 where 0 is today/this week/this month and 9 is 9 days ago/9 weeks ago/9 months ago; D is 'daily', 'weekly', or 'monthly'
So for example, if you rank monthly and want to show current months unique hits in and out, it would be
Code:
{$unq_in_0_monthly}
{$unq_out_0_monthly}
 
Top