Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter mth75

    (@mth75)

    I remembered, the time parameter. Seems to work now.

    Recap: Visitors (unique) today seems to work.
    Visitors this month doesn’t work : (Visitors this Month: [slimstat f=’count’ w=’visit_id’]), the value is much to high.

    Plugin Author Jason Crouse

    (@coolmann)

    This shortcode is grouping by ip: it means all 3 users had the same ip. In your case you may want to group by visit_id or user.

    Thread Starter mth75

    (@mth75)

    ok, thx.

    How about:

    Most visitors online (date)? Is this possible?

    Plugin Author Jason Crouse

    (@coolmann)

    If you group by visit_id, you count VISITS not visitors. If you only want known visitors, you can group by user. If you want all human visitors, you need to group by ip and filter where visit_id is_greater_than 0. It all depends on what you need ??

    Thread Starter mth75

    (@mth75)

    Ok, that clarifies a lot! Thx.

    Plugin Author Jason Crouse

    (@coolmann)

    Most visitors online (date)? Is this possible?

    No, you would have to implement that shortcode by yourself using the API.

    Thread Starter mth75

    (@mth75)

    Ok, thx

    Plugin Author Jason Crouse

    (@coolmann)

    [slimstat f=’count-all’ w=’ip’ lf=’WHERE:UNIX_TIMESTAMP( CONVERT_TZ( NOW( ) , “+00:00”, “+01:00” ) ) – dt < 300′]

    Please note that starting from version 2.4.2, you will be able to use the original syntax NOW() – dt < 300, even when your DB is configured to use a different timezone ??

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Currently Online ZERO as result’ is closed to new replies.