Author Topic: Incoming traffic tracking methods  (Read 7886 times)

0 Members and 1 Guest are viewing this topic.

binkatl

  • Guest
Incoming traffic tracking methods
« 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...

binkatl

  • Guest
Re: Incoming traffic tracking methods
« Reply #1 on: December 22, 2008, 07:32:29 AM »
BUMP

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Incoming traffic tracking methods
« Reply #2 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.