BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15986

    Added temporary fix via following condition:

    
    if( time() - strtotime($myvisitor->visit_time) < 3601) {
    			echo '<script>console.log("Visit too soon!")</script>';
    			return;
    		}
    

    The strange extra visits were coming from the default Woocommerce install. Woocommerce has added an image preloader of some kind.

  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15978

    I’m not really getting anywhere with host or with my own investigation. Could I modify the counter to only count visits happening 1 time within a time threshold. For example 5 minutes. So even if they are 1 second apart it will not recount?

  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15966
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15961

    Whatever you need. Thank you very much for looking into this.

  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15957
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15955
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15944
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15935
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15910
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 27
    studioleland on #15892
    This reply has been marked as private.