remote tracking with TE3?
Posted: Tue Apr 03, 2012 12:33 pm
Hi,
as soon as i add the
<?php virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
in my page, i just got a blank page on reload, with no error message at all.
Seems virtual is not allowed on my server.
i found a lot of post saying remote tracking should work, but in the manual i can't find any infos on remote tracking with TE version 3.
In older post i've found this code:
<SCRIPT language=JavaScript>
<!--
var ref = parent.document.referrer;
var rnd = Math.floor(Math.random() * 99999999);
document.write('<div><img src=http://sub.domain.com/cgi-bin/te/in.cgi ... mote='+ref+' width=1 height=1 border=0></div>');
// -->
</SCRIPT>
But there is no cgi files in the TE3 archive.
How to get it work? is there any other way to use it? i tryed with include and require but could not make it work.
Any help?
Thanks
as soon as i add the
<?php virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
in my page, i just got a blank page on reload, with no error message at all.
Seems virtual is not allowed on my server.
i found a lot of post saying remote tracking should work, but in the manual i can't find any infos on remote tracking with TE version 3.
In older post i've found this code:
<SCRIPT language=JavaScript>
<!--
var ref = parent.document.referrer;
var rnd = Math.floor(Math.random() * 99999999);
document.write('<div><img src=http://sub.domain.com/cgi-bin/te/in.cgi ... mote='+ref+' width=1 height=1 border=0></div>');
// -->
</SCRIPT>
But there is no cgi files in the TE3 archive.
How to get it work? is there any other way to use it? i tryed with include and require but could not make it work.
Any help?
Thanks