Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Clement on July 20, 2010, 03:52:17 AM

Title: Not counting in traffic
Post by: Clement 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
Title: Re: Not counting in traffic
Post by: ip0li 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!