Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: binkatl on December 19, 2008, 04:35:29 PM

Title: Incoming traffic tracking methods
Post by: binkatl on December 19, 2008, 04:35:29 PM
According to the manual, there are 2 different methods of setting up the incoming traffic tracker.  The typical way, using the ssi_in.php include, is the way I did it, because it's faster for surfers (according to the manual).  However, I want to send certain trades to a different site, for example I set up a movies page that I want to send MGP trades to.

So my question is, why won't it work if we just use the standard include?  I don't want to use the htaccess method because I don't want to slow down the loading of the page.  Other scripts (such as Trade Expert) can do this, even while just using a standard php include.  Is there any way you can get this option working without having to add the code to the htaccess?

Thanks for listening...
Title: Re: Incoming traffic tracking methods
Post by: binkatl on December 22, 2008, 07:32:29 AM
BUMP
Title: Re: Incoming traffic tracking methods
Post by: ip0li on December 22, 2008, 07:51:26 AM
U can freely use htaccess trick, or you can configure it on your server directly without htaccess to use tp_in.php as default index...we didn't find way with PHP to do it as TE does it...and our script works bit different then TE.