Author Topic: possible wrong tracking  (Read 9406 times)

0 Members and 1 Guest are viewing this topic.

Offline oil

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
possible wrong tracking
« on: February 26, 2009, 05:19:05 AM »
i mentioned it some time ago, that when you click on TP toplist sometimes you get redirected to domain.com/tp and not to the specific trade
this did not only happen to me, it is like that for other people as well, and luckily its not too often but it happens not to seldom

now i had it again, and wanted to shre the source code when that happens may you find someting_
traffic from www.hardcoreoffice.com to www.lingerienymphs.com (both sites run TP)

lingerienymphs source code while this bug appears is:
Code: [Select]
<script language="javascript" type="text/javascript">
<!--
document.cookie='tp=MXwwfDEyMzU2NTM2Njh8MTIzNTY1MzY2OHwwO2hhcmRjb3Jlb2ZmaWNlLmNvbQ==; expires=Fri, 27 Feb 2009 13:07:48 GMT; path=/;';
document.cookie='fav=1235653668; expires=Fri, 26 Feb 2010 13:07:48 GMT; path=/;';
//-->
</script>
<script language="JavaScript">
var d;
d = Math.floor(Math.random () * 10000);
document.write('<s' + 'cri' + 'pt language="JavaScript" src="/tp/filter.php?pro='+ d +'"></sc' + 'ript>');
</script>

when i now reload the site: (lingerienymps)
Code: [Select]
<script language="javascript" type="text/javascript">
<!--
document.cookie='tp=MnwxfDEyMzU2NTQxNzV8MTIzNTY1NDE3NXwwO2Jvb2ttYXJrfGhhcmRjb3Jlb2ZmaWNlLmNvbQ==; expires=Fri, 27 Feb 2009 13:16:15 GMT; path=/;';
document.cookie='fav=1235654175; expires=Fri, 26 Feb 2010 13:16:15 GMT; path=/;';
//-->
</script>
<script language="JavaScript">
var d;
d = Math.floor(Math.random () * 10000);
document.write('<s' + 'cri' + 'pt language="JavaScript" src="/tp/filter.php?pro='+ d +'"></sc' + 'ript>');
</script>

for me all that looks the same LOL, hope you can fine the difference,
i checked TP of lingerienymphs. it shows 20 in for last 24h
i checked TP of hardcoreoffice.com it shows 20 out for last 24h