Author Topic: Not counting in traffic  (Read 8078 times)

0 Members and 1 Guest are viewing this topic.

Offline Clement

  • Newbie
  • *
  • Posts: 3
    • View Profile
Not counting in traffic
« on: July 20, 2010, 03:52:17 AM »
Hey,

I included the in couting code though my header.shtml like this : <!--#include virtual="/tp/ssi_in.php"-->

i have a link on my other site, of course i added it in my TP script

But when i click on my site to go to the tgp with TP it doesnt count anything :s

Thanks
Clement

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Not counting in traffic
« Reply #1 on: July 20, 2010, 06:29:20 AM »
Check your source, do you see code like this:

Code: [Select]
<script language="javascript" type="text/javascript">
<!--
document.cookie='tp=MXwwfDEyNzk2MzYxMTV8MTI3OTYzNjExNXwwO2Jvb2ttYXJr; expires=Wed, 21 Jul 2010 14:28:35 GMT; path=/;';
document.cookie='fav=1279636115; expires=Wed, 20 Jul 2011 14:28:35 GMT; path=/;';
//-->
</script>
<script language="javascript" type="text/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>
var d;
d = Math.floor(Math.random () * 10000);
document.write('<s' + 'cri' + 'pt language="JavaScript" src="/tp/filter.php?pro='+ d +'"></sc' + 'ript>');
</script>

I bet you don't, so U used wrong include, try
Code: [Select]
<?php virtual('/tp/ssi_in.php'); ?> instead and see if it works!