Page 1 of 1

remote tracking with TE3?

Posted: Tue Apr 03, 2012 12:33 pm
by ya
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

Re: remote tracking with TE3?

Posted: Fri Apr 06, 2012 6:52 am
by texpert
Hi, remote tracking is also available in TE3, but in your case i would recommend you to use include instead:

include("te3/in.php"); or include("/FULL/PATH/TO/te3/in.php");

let me know if it works for you please!

kind regards,
Jim

Re: remote tracking with TE3?

Posted: Fri Apr 06, 2012 6:57 am
by ya
hi,

thanks for answer, but after some test i used require_once and tracking seems to work perfectly.

Re: remote tracking with TE3?

Posted: Wed Jun 26, 2013 6:43 pm
by monsterman
texpert wrote:Hi, remote tracking is also available in TE3
and how is its code?

Re: remote tracking with TE3?

Posted: Thu Nov 14, 2013 10:19 pm
by texpert
Code for remote tracking can be found on this URL:
http://tradeexpert.net/incoming_remote_new.txt

However we strongly recommend to use standard include. Remote tracking is less accurate and should only be used if you can't use "PHP include" or SSI tracking for some reason.

regards,
Jim