View Single Post
Old 2005-05-23, 12:00 PM   #9
seoguy
Rock stars ... is there anything they don't know?
 
Join Date: Nov 2004
Posts: 15
Quote:
Originally Posted by ClickBuster
Opti, one of the reasons that people are seeing differences in stats and bad ratios is the fact that NATS tracks only with cookies. How to check this? A simple PHP script can prove this.
Code:
<?php
set_time_limit(0);
for ( $i = 0; $i < 100; $i++ )
  file ('YOUR_NATS_CODE_HERE');
?>
This will track 100 unique hits in your account. If you try this on MPA, it won't work, because it tracks with both cookies and database.

-- Andrew
hey,

could you tell sme (i don't know anything about scripting and so) if this is good or bad :-)
seoguy is offline   Reply With Quote