0

I have a script that records all page views on my site that I've uploaded, and it's working fine. But now there are some problems with GOOGLE visitation, and there is "a lot", more "much" visitation of the Google Robots and it is not legal to have a WebSite visitation base.

There was a need for only the function setCounterVisitor(); to be executed after 15 seconds, because my script would be required on another page. It is important that to function to come it is on the same page and not on visitor.php.

<?php 
require_once 'app/visitor.php'; 
setCounterVisitor();
?>

You can run setCounterVisitor(); after 15 seconds on the loaded page?

Fydellys
  • 1
  • 3

0 Answers0