Page 1 of 1

outgoing traffic tracking

Posted: Fri Mar 02, 2012 2:24 pm
by punaniman
hello,

anyone out there can help please i have installed everything and incoming hits work fine but, i have managed to add the outgoing traffic syntax but everytime i try to test it i goes straight to the trades, how do i get it so that when someone clicks on one of the gallery my gallery page will open, and later will go to a trade.
can someone help. here is the link: http://www.onehotpunani.com

Re: outgoing traffic tracking

Posted: Sat Mar 03, 2012 12:59 am
by afamintas
Change:
http://www.onehotpunani.com/tx/out.php?s=100&u=#url#

To:
http://www.onehotpunani.com/te3/out.php?s=70&u=#url#

Already now the Trade Expert folder directory should be /te3/ and not /tx/.
3. Create a te3 directory inside your html directory for the respective domain and chmod it to 755
Another thing:
Incoming traffic tracking
Classic incoming tracking.

SSI tracking: If you are using .shtml extension, add this code to all your .shtml pages inside the <head> </head> tag.

<!--#include virtual="/te3/in.php?$QUERY_STRING" -->

Virtual: If you are using .php extension, add this code to all your .php pages inside the <head> </head> tag.

<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
If you were to consult the installation manual again. http://www.tradeexpert.net/manual.html

Cheers